mirror of
https://github.com/JanGross/quicknotes.git
synced 2026-01-17 03:07:16 +01:00
Implements automatic saving of notes. Issue #40
This is disabled by default and is saved within each browser as localStorage. Always you can cancel the edit with Esc key. On the other hand, now also allows you save the notes with Crl+Enter key, which is more standard.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<p class="app-settings">
|
||||
<input id="explicit-save-notes" type="checkbox" class="checkbox">
|
||||
<label for="explicit-save-notes">{{t "quicknotes" "When editing notes show the save and cancel buttons to save them explicitly"}}</label>
|
||||
</p>
|
||||
<div>
|
||||
<label>{{t "quicknotes" "Default color for new notes"}}</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user