diff --git a/docs/feature-right-sidebar.gif b/docs/feature-right-sidebar.gif new file mode 100644 index 0000000..2fe053f Binary files /dev/null and b/docs/feature-right-sidebar.gif differ diff --git a/docs/feature-todos.gif b/docs/feature-todos.gif new file mode 100644 index 0000000..65c1e2b Binary files /dev/null and b/docs/feature-todos.gif differ diff --git a/docs/ilse.html b/docs/ilse.html index ac9e9a6..c66bede 100644 --- a/docs/ilse.html +++ b/docs/ilse.html @@ -209,10 +209,6 @@

How

More - - -
- @@ -221,22 +217,22 @@

How

- + - + - + - + @@ -286,7 +282,7 @@

How

- + @@ -315,12 +311,6 @@

How

Platform
Web Demo https://ilse-langnar.github.io/notebook/demo/index.html Download
Web(.html) https://github.com/ilse-langnar/notebook/releases/download/1.1.0/html.1.1.0.tar.gz Download
Desktop Linux(AppImage) https://github.com/ilse-langnar/notebook/releases/download/1.1.0/ilse-langnar-notebook-1.0.11.AppImage Download
Desktop Windows(.exe) https://github.com/ilse-langnar/notebook/releases/download/1.1.0/ilse-langnar-notebook.Setup.1.0.11.exe Download
Script MacOS(Rofi) https://raw.githubusercontent.com/ilse-langnar/notebook/dev/docs/rofi.gif Download
- - -

Powershell Script(Windows)

-

Bash Script(Unix)

-

Shell Script(MacOS)

-

Native

diff --git a/javascript/web/src/classes/KeyboardShortcut.js b/javascript/web/src/classes/KeyboardShortcut.js index 4f39fe0..92f354f 100644 --- a/javascript/web/src/classes/KeyboardShortcut.js +++ b/javascript/web/src/classes/KeyboardShortcut.js @@ -62,7 +62,6 @@ class KeyboardShortcut { // { combo: "A", command: "Add Component" }, { combo: "ctrl+space s s", command: "open-search-modal" }, { combo: "ctrl+space c f", command: "a" }, - { combo: "ctrl+1", command: "first-brain-read" }, { combo: "shift+enter", command: "void:add-new-line" }, { combo: "ctrl+space shift+l", command: "list-projects" }, @@ -82,7 +81,8 @@ class KeyboardShortcut { // { combo: "shift+/", command: "open-help" }, // ctrl-shift-/ = ctrl-? - { combo: "ctrl+space (", command: "void" }, + { combo: "ctrl+(", command: "void" }, + { combo: "ctrl+space .", command: "void" }, { combo: "ctrl+space shift+f", command: "open-file" }, diff --git a/javascript/web/src/components/Configuration.vue b/javascript/web/src/components/Configuration.vue index 12834f5..04f5cdf 100644 --- a/javascript/web/src/components/Configuration.vue +++ b/javascript/web/src/components/Configuration.vue @@ -8,7 +8,6 @@ p( style="font-size: 0.7em; " )     {{ $t(option.name) }} .options-configuration( style="width: 80%; float: right;" ) - // p.is-size-1( style="text-align: center;" ) {{selected}} p.is-size-1( style="text-align: center;" ) {{ $t(selected) }} .general( v-if="selected === 'general' " ) diff --git a/javascript/web/src/components/Draw.vue b/javascript/web/src/components/Draw.vue index 42db7c7..0888096 100644 --- a/javascript/web/src/components/Draw.vue +++ b/javascript/web/src/components/Draw.vue @@ -1,6 +1,6 @@