Commit Graph

101 Commits

Author SHA1 Message Date
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
d135e09bda fix: Fixes Share note option not working on Android for note titles with special characters (#2928) 2025-08-11 14:24:28 -03: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
e14a0c227e chore: dont add spaces [skip e2e] 2024-04-22 23:08:14 +05:30
Aman Harwara
e455984576 chore: fix exporting super notes as md when multiple embedded files have same name [skip e2e] 2024-04-22 22:53:09 +05:30
Mo
8e11227e8e refactor: exclude protected previews from linking search (#2853) 2024-02-20 13:08:16 -06:00
Aman Harwara
9854ca898e chore: upgrade lexical 2024-01-29 13:20:04 +05:30
Aman Harwara
853fab53ab feat: Added "Page size" option when exporting Super notes as PDF 2024-01-27 16:04:20 +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
Aman Harwara
418d1a7371 feat: Super notes can now be exported as PDF (#2776) 2024-01-24 13:23:38 +05:30
Aman Harwara
396ee3f449 feat: Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). (#2768) 2024-01-20 15:22:09 +05:30
Aman Harwara
a5e2551dd0 chore: upgrade tailwind 2023-12-23 12:46:47 +05:30
Aman Harwara
337c6532d1 chore: fix plaintext icon color on hover in selection dropdown 2023-12-12 19:04:52 +05:30
Mo
8790f97e2d chore: super conversion dialog (#2669) 2023-11-30 22:20:15 +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
8ff0d20858 fix: Fixed issue where checklist item text in Super notes wasn't aligned correctly (#2656) 2023-11-27 19:54:38 +05:30
Mo
305647a4da Revert "fix: Fixed issue with checklist alignment in Super notes"
This reverts commit f6c2991f46.
2023-11-24 11:46:48 -06:00
Aman Harwara
f6c2991f46 fix: Fixed issue with checklist alignment in Super notes 2023-11-24 22:24:30 +05:30
Aman Harwara
e37cd1d299 chore: fix super note html export style [skip e2e] 2023-11-12 01:40:22 +05:30
Aman Harwara
7d9dabb818 chore: dont show embedded file export options if no selected super note has them 2023-11-11 22:17:32 +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
2d4cf6af92 chore: add per-level indentation to super note table of contents list 2023-10-19 13:39:15 +05:30
Aman Harwara
9e35e2eceb fix: Fixed performance regression in Super notes and improved toolbar (#2590) 2023-10-17 22:49:19 +05:30
Aman Harwara
fab0e9a27b chore: show permission in members/invites list 2023-09-15 13:43:02 +05:30
Aman Harwara
208070be1b chore: make font size changes responsive to window size 2023-08-27 16:45:41 +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
Mo
d8d4052a52 refactor(web): dependency management (#2386) 2023-08-05 12:48:39 -05:00
Mo
73609ca7e3 fix: Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor 2023-08-01 13:53:15 -05:00
Aman Harwara
661fddf433 refactor: fix potential issues when converting to string [no ci] 2023-07-31 16:29:46 +05:30
Aman Harwara
fee9dcaa34 chore: fix issue with custom note title format 2023-07-28 12:36:17 +05:30
Mo
4a29e2a24c chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier

* chore: add restrict-template-expressions
2023-07-27 14:36:05 -05:00
Mo
d268c02ab3 fix: Fixes issue where lock screen would not use previously active theme (#2372) 2023-07-26 15:50:08 -05:00
Mo
a77535456c refactor: application dependency management (#2363) 2023-07-23 15:54:31 -05:00
Mo
2c68ea1d76 refactor: component manager usecases (#2354) 2023-07-13 05:46:52 -05:00
Aman Harwara
512b8d9fbc chore: correctly close modals and show toast after creating note from shared text 2023-07-13 02:16:54 +05:30
Mo
078ef3772c refactor: native feature management (#2350) 2023-07-12 12:56:08 -05:00
Aman Harwara
6f18a73d94 chore: close currently open modals/popovers when sharing text into sn 2023-07-12 21:03:06 +05:30
Karol Sójko
325737bfbd chore: fix ContentType usage (#2353)
* chore: fix ContentType usage

* chore: fix specs
2023-07-12 13:53:29 +02:00
Aman Harwara
3dc179c7b0 feat: On Android, you can now share text & files from other apps directly into Standard Notes (#2352) 2023-07-12 00:16:32 +05:30
Mo
27fc4be886 chore: fix mobile device interface 2023-07-03 09:08:27 -05:00
Mo
d79e7b14b1 chore: legacy fixes (#2343) 2023-07-03 08:03:25 -05:00
Mo
b032eb9c9b internal: incomplete vault systems behind feature flag (#2340) 2023-06-30 09:01:56 -05:00
Aman Harwara
476c5b4bdb chore: remove Labs status from Super 2023-06-29 17:57:07 +05:30
Aman Harwara
799945b167 fix: Fixed issue where empty new line in Super would create extra new lines when converting to Markdown 2023-05-22 19:28:19 +05:30
Aman Harwara
3b5bf1e509 refactor: usePreference + update TS tooling (#2333) 2023-05-11 20:04:14 +05:30
Mo
8385b4e89f fix: workspace names now default to account email after signing in. It can later be changed from the workspace switcher menu. 2023-05-04 05:54:11 -05:00
Mo
75ecf4c393 fix: automatically convert Super notes to Markdown for the Plaintext Backups feature 2023-05-02 15:46:24 -05:00
Aman Harwara
d1009e368a chore: fix mobile large font size 2023-04-27 18:06:20 +05:30
Aman Harwara
7bf76b51c5 refactor: merge blocks-editor package with web (#2217) 2023-02-17 18:35:17 +05:30