feat: Add "Export" and "Duplicate" buttons in notes options menu. (#688)

Co-authored-by: Mough <mo@standardnotes.org>
This commit is contained in:
Aman Harwara
2021-10-19 21:13:20 +05:30
committed by GitHub
parent f9b15262c7
commit 3a4e2509af
9 changed files with 72 additions and 50 deletions

View File

@@ -49,6 +49,8 @@ type NotesCtrlState = {
[PrefKey.EditorMonospaceEnabled]?: boolean
[PrefKey.EditorSpellcheck]?: boolean
[PrefKey.EditorResizersEnabled]?: boolean
[PrefKey.NotesShowTrashed]?: boolean
[PrefKey.NotesHideProtected]?: boolean
}
type NoteFlag = {