mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
- Hide asset folders (_res, _resources, _attachments, _assets, assets) from notebook listing - Show notebook path in "All Notes" view - Sub-notebook context menu + smart parent detection for nested notebook creation
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "HelixNotes default capabilities",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-close",
|
|
"core:window:allow-is-maximized",
|
|
"core:window:allow-set-decorations",
|
|
"dialog:default",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"dialog:allow-message",
|
|
"dialog:allow-ask",
|
|
"dialog:allow-confirm",
|
|
"fs:default",
|
|
"fs:allow-read",
|
|
"fs:allow-write",
|
|
"fs:allow-exists",
|
|
"fs:allow-mkdir",
|
|
"fs:allow-remove",
|
|
"fs:allow-rename",
|
|
"fs:allow-copy-file",
|
|
"fs:allow-stat",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-read-file",
|
|
"fs:allow-write-file",
|
|
"fs:allow-watch",
|
|
"opener:default",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [{ "path": "/**" }]
|
|
},
|
|
{
|
|
"identifier": "opener:allow-open-url",
|
|
"allow": [
|
|
{ "url": "https://**" },
|
|
{ "url": "http://**" },
|
|
{ "url": "mailto:*" }
|
|
]
|
|
},
|
|
"opener:allow-reveal-item-in-dir"
|
|
]
|
|
}
|