From 4b4d77f99bd55e6de0593c3acd1cf5798ae038bf Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 10 May 2024 14:05:01 -0400 Subject: added an always option for OpenWhere lightbox. cleaned up/fixed making collections capable of being a lightbox. --- src/client/views/nodes/OpenWhere.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/views/nodes/OpenWhere.ts') diff --git a/src/client/views/nodes/OpenWhere.ts b/src/client/views/nodes/OpenWhere.ts index e2a5f1f2a..f7101b103 100644 --- a/src/client/views/nodes/OpenWhere.ts +++ b/src/client/views/nodes/OpenWhere.ts @@ -5,9 +5,11 @@ export enum OpenWhereMod { top = 'top', bottom = 'bottom', keyvalue = 'keyValue', + always = 'always', // forces the open location (lightbox) instead of using an existing open view (see DocumentDecorations) } export enum OpenWhere { lightbox = 'lightbox', + lightboxAlways = 'lightbox:always', add = 'add', addLeft = 'add:left', addRight = 'add:right', -- cgit v1.2.3-70-g09d2