ReadonlyareIs the tag filters side panel is visible.
ReadonlycanReturns true if tabbed windows are available (Mac only)
Toggle whether "Float on Top" is enabled for the window, keeping it above other apps. This property only has effect on macOS, and is ignored on iOS.
ReadonlyisIs the action list side panel is visible.
ReadonlyisIs the draft list side panel is visible.
Close action list side bar.
Close draft list side bar.
Close tag filters side bar.
Load the ActionGroup in the action bar below editor.
If able, open the requested draft in a new tab in the current window. This method only functions on Mac. The ability to open new tabs is not available on iPhone or iPad.
true if successful. false if unable to open a new tab.
Open action list side bar.
Open command palette window, optionally providing a initial query value.
OptionalinitialQuery: stringOpen the "Get Info" view for a draft. If no draft is passed, the current active draft in the editor will be used.
Optionaldraft: DraftOpen draft list side bar.
Open tag filters side bar.
Open quick search window, optionally providing a initial query value.
OptionalinitialQuery: stringArray of the drafts currently selected by the user in the draft list. Can be iterated to create custom actions which operate on the selection.
Returns a workspace object configured like the workspace currently loaded in the draft list of the window. Useful when creating logic which reacts contextually to the workspace loaded.
Apply the Workspace as if it was selected in draft list. Calling this function with no arguments will clear filters and apply the default workspace.
Optionalworkspace: Workspace
Access
Windowproperties and functions through thecurrentWindowproperty of the globalappobject.