Commit Graph

42 Commits

Author SHA1 Message Date
Antonella Sgarlatta
26735b5e7a fix: Fix confirmation dialog title for permanently deleting files (#2960) 2025-12-03 11:38:13 -03:00
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
e2250600a8 chore: display tag title as string in delete dialog (#2904) 2025-06-18 20:25:58 +05:30
Aman Harwara
42aedcdf84 fix: Fix downloads silently failing on Android 2025-01-31 22:48:39 +05:30
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
561e451fa0 chore: immediately insert file node and show progress inside super note when uploading a new file (#2876) [skip e2e] 2024-05-06 20:32:04 +05:30
Aman Harwara
65d68f8080 refactor: zip download progress notification 2024-01-08 20:17:28 +05:30
Aman Harwara
130b63b1a5 feat: Added option to download multiple files as a zip when using the desktop app or a supported browser (#2748) 2024-01-08 19:59:28 +05:30
Aman Harwara
64351dd304 chore: fix issue with downloading multiple files on macOS 2024-01-03 22:56:01 +05:30
Aman Harwara
948dd117d3 refactor: file download controller 2024-01-02 15:43:55 +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
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
6a14741e7b chore: fix type errors 2023-08-28 15:55:18 +05:30
Aman Harwara
2484d78588 fix: Fixed issue where file upload progress was not visible 2023-08-28 15:46:13 +05:30
Aman Harwara
999bbde1b0 refactor: use correct endpoint when uploading file to shared vault note 2023-08-24 15:54:47 +05:30
Mo
d8d4052a52 refactor(web): dependency management (#2386) 2023-08-05 12:48:39 -05:00
Mo
a77535456c refactor: application dependency management (#2363) 2023-07-23 15:54:31 -05:00
Karol Sójko
325737bfbd chore: fix ContentType usage (#2353)
* chore: fix ContentType usage

* chore: fix specs
2023-07-12 13:53:29 +02:00
Mo
b032eb9c9b internal: incomplete vault systems behind feature flag (#2340) 2023-06-30 09:01:56 -05:00
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
Aman Harwara
247ff62422 fix(desktop): Fixed issue on Mac desktop app where multiple files could not be downloaded 2023-04-27 20:46:18 +05:30
Aman Harwara
8c0b7d2056 refactor: files controller 2023-04-25 14:47:19 +05:30
Aman Harwara
d08581c8a6 chore: fix downloads 2023-04-25 14:46:24 +05:30
Aman Harwara
a15fc1ed1d feat: Added "Image from URL" option and markdown image syntax support to Super. Also allows pasting images from copied web content (#2218) 2023-02-25 11:27:03 +05:30
Aman Harwara
c94035c1d6 feat-dev(wip): files table view (#2100) 2022-12-20 19:01:24 +05:30
Aman Harwara
220f62665e feat: Added "Open" button to file upload success notification (#2091) 2022-12-09 00:58:32 +05:30
Aman Harwara
6a1b6cef1b fix: Fixed error when trying to upload file 2022-12-07 00:42:03 +05:30
Aman Harwara
90e10c76f7 refactor: separate selectAndUploadFile and uploadFile functions (#2085) 2022-12-04 11:11:37 +05:30
Mo
28e43d37c0 feat: download and preview files from local backups automatically, if a local backup is available (#2076) 2022-12-01 11:56:28 -06:00
Mo
f49ba6bd4d feat: keyboard shortcuts for primary actions (#2030) 2022-11-18 09:01:48 -06:00
Mo
2dbc89594e fix: super note improvements (#1991)
* fix: super note previews

* fix; checkmark size

* fix: top padding

* fix: prevent delete shortcut

* fix: spellcheck control

* fix: only embed file if uploaded to current note

* fix: ability to create new tag from editor autocomplete

* feat: protected file embed handling

* fix: event payload
2022-11-10 09:35:53 -06:00
Mo
fdf9ab0fcb feat: file drop handling for super notes (#1990) 2022-11-09 14:55:44 -06:00
Mo
4030953b00 fix: issue with not being able to unlink a file from a note (#1836) 2022-10-19 14:36:30 -05:00
Aman Harwara
81532f2f20 refactor: item linking (#1781) 2022-10-12 21:57:51 +05:30
Aman Harwara
e3f28421ff feat: item linking (#1779) 2022-10-11 23:54:00 +05:30
Aman Harwara
b15d80eb29 fix: files download in mobile webview (#1726) 2022-09-30 22:31:49 +05:30
Aman Harwara
54ae4365a3 fix: selecting from "Photo Library" on iOS doesn't upload (#1401) 2022-08-15 18:13:29 +05:30
Karol Sójko
7e251262d7 feat(web): extract ui-services package 2022-08-04 15:13:30 +02:00
Aman Harwara
7c3c59dd92 fix(web): file protected overlay not toggling off correctly (#1190) 2022-07-01 19:20:15 +05:30
Aman Harwara
94be36ed9c fix: file deletion in navigation panel (#1173) 2022-06-28 19:27:34 +05:30
Mo
6d0b6e9018 feat: toast package (#1073) 2022-06-07 13:19:45 -05:00
Mo
f4ef63693c refactor: repo (#1070) 2022-06-07 07:18:41 -05:00