Aman Harwara
efba7c682d
feat: Added command palette for quick actions and switching between items ( #2933 ) [skip e2e]
...
* wip: command palette
* use code instead of key
* show recent items above commands
* refactor
* fix command
* add placeholder
* Tab/Shift-Tab to switch tabs
* Fix test
* Add menu item to general account menu
* if shortcut_id is available, use that as the id
* make toggle fn more stable
* small naming changes
* fix name
* Close open modals and popovers when opening command palette
* use stable ids + make sure selectedNotesCount only changes when the count actually changes
* display all commands, even ones in recents list
2025-09-25 10:06:09 -03:00
Antonella Sgarlatta
6977b7c0f0
fix: Fixes Google Keep comverter failing if date format in heading is invalid ( #2935 )
2025-09-13 10:04:21 -03:00
Antonella Sgarlatta
555453617d
chore: fix simplenote converter test ( #2910 )
2025-06-26 00:05:26 -03:00
Antonella Sgarlatta
f9f069f31f
Merge pull request #2909 from standardnotes/fix/fix-simplenote-converter
...
fix: fix simplenote converter
2025-06-25 16:55:20 -03:00
Antonella Sgarlatta
f776cb30d4
fix: fix simplenote converter
2025-06-24 23:15:22 -03:00
Antonella Sgarlatta
c050a2cd33
fix: Fixed issue with UI sometimes getting shifted up on iOS
2025-06-24 12:23:36 +05:30
Aman Harwara
2a3dd79da0
chore: handle safe area insets better on android (skip e2e)
2025-05-03 00:37:25 +05:30
Aman Harwara
c4e0138ce3
fix: Fixed issue with keyboard on Android covering content ( #2899 )
2025-05-02 15:16:32 +05:30
P. Reis
346ecff759
feat: add 10 minute option in LockInterval ( #2879 )
2024-09-09 10:02:52 -05:00
Aman Harwara
c3265d7930
chore: fix duplicate file name error when exporting notes and refactor file name utils ( #2877 ) [skip e2e]
2024-05-07 15:45:50 +05:30
Aman Harwara
85d0550a20
chore: fix evernote attachment imports causing CSP issues [skip e2e]
2024-04-20 16:13:59 +05:30
Aman Harwara
10c9acf061
fix: Fixed issue with Keep HTML imports not working
2024-04-20 16:00:22 +05:30
Aman Harwara
2bc7d57235
fix: Fixed issue with some Evernote imports getting cut-off
2024-04-19 16:55:45 +05:30
Aman Harwara
45ca99c627
fix: Fixed issue with system color scheme on mobile
2024-03-26 21:08:04 +05:30
Aman Harwara
e3ae421f7c
chore: fix issues with multiple non-layerable themes being active on color scheme change [skip e2e]
2024-03-23 00:43:02 +05:30
Aman Harwara
f0613e7af5
chore: fix theme not toggling when changing auto-light/dark theme selection
2024-03-23 00:24:41 +05:30
Aman Harwara
7967ddead7
fix: Fixed issue with system color scheme not being applied correctly on start
2024-03-23 00:01:54 +05:30
Aman Harwara
bfbf9ab8ce
feat: Themes and appeareance settings are now local to your device and not synced ( #2847 )
2024-02-17 14:23:37 +05:30
Aman Harwara
2950aaa09a
fix: Changed shortcut for Replace on macOS to Opt+Cmd+F
2024-01-30 18:44:56 +05:30
Aman Harwara
5a49005e79
fix: The shortcut for displaying the keyboard shortcut help dialog has been changed to Ctrl + /
2024-01-28 22:32:32 +05:30
Mae B. Morella
c858e516bb
fix: Fixed issue with Simplenote importer not titling multi-line documents ( #2798 )
2024-01-27 16:08:35 +05:30
Aman Harwara
ff3c45ba35
feat: Added "Keyboard shortcuts" help dialog. Can be opened by pressing Shift + ?
2024-01-27 15:25:49 +05:30
Mae B. Morella
cf0a7a6bf1
fix: Fixed issue with Simplenote importer where empty notes would not be imported ( #2793 )
2024-01-24 23:40:52 +05:30
Aman Harwara
9019e6de81
chore: remove 5-second timeout when applying theme based on system color scheme
2024-01-03 14:42:34 +05:30
Aman Harwara
82d5a36932
refactor: handle larger files in importer ( #2692 )
2023-12-11 16:30:31 +05:30
Aman Harwara
6d03a8ad17
refactor: handle uploading imported evernote attachments note-by-note instead of all at once
2023-12-07 22:05:29 +05:30
Aman Harwara
620cd960e2
refactor: importer
2023-12-07 21:29:00 +05:30
Karol Sójko
6f5e1d5818
chore: fix building snap packages ( #2683 )
...
* chore: fix building snap packages
* add electron native modules rebuild before snap build
* update snap core env
* remove rebuilds
* update electron builder
* remove base argument from snap
* add review tools
* Revert "remove rebuilds"
This reverts commit 9004d2095d31d0fde4b129550b0046896c12346b.
* fix snap review command
* review tools on test
* change base for snap
* add stage pacakges
* reduce test build to snap only
* fix plugs
* change base to core20
* instal lxd
* install snapcraft with lxd
* fix lxd install
* fix lxd init
* fix lxd configuration
* fix username
* fix permissions
* setup lxd from cannonical
* fix snap packaging
* fix canonical ref
* fix stage-packages
* add build packages to snap
* tmp disable native modules
* fix final step
* fix evernote specs
2023-12-07 06:47:38 +01:00
Aman Harwara
d16ca3305d
fix: Fixed issues with lists and indents when importing from Evernote
2023-12-06 16:49:55 +05:30
Aman Harwara
85ecb10924
refactor: importer service ( #2674 )
2023-12-05 02:55:32 +05:30
Mo
c43b593c60
feat: Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ( #2630 )
2023-11-29 10:18:55 -06:00
Aman Harwara
1f81cadcfc
fix: Fixed issue when importing plaintext file
2023-11-24 19:53:33 +05:30
Aman Harwara
2d687d9786
chore: on android use notification to display file upload progress instead of toast ( #2628 ) [skip e2e]
2023-11-09 01:31:34 +05:30
Aman Harwara
894167520d
fix: Fixed issue where non-image inlined files would not correctly be imported from a Markdown file
2023-11-07 12:11:21 +05:30
Aman Harwara
3bf670ece7
feat: Importing markdown files from the Import dialog will now automatically use Super notes
2023-11-06 16:25:22 +05:30
Aman Harwara
20354a926a
refactor: evernote imports ( #2619 ) [skip e2e]
2023-11-04 18:26:22 +05:30
Aman Harwara
f408950aa4
fix: Fixed issue where exporting multiple files with the same name would error
2023-10-31 16:43:02 +05:30
Aman Harwara
991de1ddf5
feat: When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format.
...
(#2610 )
2023-10-31 01:19:04 +05:30
Aman Harwara
dac6ec22f2
feat: Full toolbar is now shown in Super notes on non-mobile screens instead of floating formatting toolbar. It can be focused or toggled using Ctrl/Cmd+Shift+K ( #2576 )
2023-10-11 17:34:54 +05:30
Karol Sójko
4b1140d8f0
chore: fix getting vault method ( #2547 )
...
* chore: fix getting vault method
* remove only attribute
* fix checking for vaults
* fix expected missing vaults
2023-09-28 14:18:48 +02:00
Aman Harwara
7b0e4d0edc
chore: show current vault in template note if using exclusive mode
2023-09-14 15:25:24 +05:30
Aman Harwara
1275a2e148
chore: remember previous multiple vault selection when switching back from single to multiple
2023-09-13 16:50:35 +05:30
Aman Harwara
9ebb095aaa
chore: fix typos
2023-09-13 16:37:45 +05:30
Aman Harwara
be3b904f62
chore: show invite count bubble on preferences button ( #2458 )
2023-09-01 22:31:35 +05:30
Aman Harwara
600afa5382
feat: Notes from Evernote ENEX files are now correctly imported as Super notes with attachments ( #2467 )
2023-08-30 00:32:54 +05:30
Aman Harwara
b43f306d6b
chore: fix json detection issue when importing
2023-08-18 17:07:34 +05:30
Aman Harwara
ca9895cac1
feat: Added Super & HTML import options in Import modal. Google Keep notes will now also be imported as Super notes, with attachments if importing from HTML ( #2433 )
2023-08-18 16:41:25 +05:30
Aman Harwara
2936ef174c
refactor: auto-detect if theme is a dark theme and apply correct status bar colors
2023-08-15 15:40:49 +05:30
Mo
1e965caf18
refactor: import/export use cases ( #2397 )
2023-08-10 08:08:17 -05:00
Aman Harwara
418b66514c
chore: switch to multiple vault display if exclusively shown vault is deleted [skip e2e]
2023-08-10 00:06:45 +05:30