2166 Commits

Author SHA1 Message Date
Elian Doran
2a6870d73b
client: Fix console error when exporting SVG after multiple note types 2024-09-01 23:24:36 +03:00
Elian Doran
ace237989c
client: Reduce code duplication 2024-09-01 23:20:41 +03:00
Elian Doran
61e0678af4
client: Implement SVG export button for mindmap 2024-09-01 23:10:58 +03:00
Elian Doran
27a287f8ea
client: Change translation for Export SVG button 2024-09-01 23:05:25 +03:00
Elian Doran
87b8c623c5
client: Rename MermaidExportButton to SvgExportButton 2024-09-01 23:05:06 +03:00
Elian Doran
64b4aba6ba
client: Enable copy image reference button for mindmaps 2024-09-01 22:56:45 +03:00
Elian Doran
1437df7de1
client,server: Set up SVG rendering for mindmap 2024-09-01 22:36:50 +03:00
Elian Doran
73ba913f59
client: Fix mindmap in multiple tabs not working 2024-09-01 18:51:51 +03:00
Elian Doran
07170a5a39
client: Improve code selection in note type 2024-09-01 16:56:25 +03:00
Elian Doran
13860a3f16
client: Remove redundant separators in note type selection 2024-09-01 16:51:33 +03:00
Elian Doran
95b7a30d06
client: Add mind map to note type combo 2024-09-01 16:47:27 +03:00
Elian Doran
b32f3ffd84
client: Fix center issue at startup 2024-09-01 16:44:55 +03:00
Elian Doran
6c54f3c804
client: Improve mind map saving & centering 2024-09-01 16:31:05 +03:00
Elian Doran
1b08487ee9
client: Fix first show in mindmap 2024-09-01 16:14:19 +03:00
Elian Doran
ff3d01f2c7
client: Implement basic refresh for mind map 2024-09-01 15:51:01 +03:00
Elian Doran
10df00d62f
client: Save content of mind map 2024-09-01 15:41:59 +03:00
Elian Doran
73c19c6cbf
client: Enable viewing source of mind map 2024-09-01 15:38:13 +03:00
Elian Doran
c2959fe52d
client: Fix switching notes, default text 2024-09-01 15:25:28 +03:00
Elian Doran
594f816702
client: Add basic mindmap integration 2024-09-01 15:04:47 +03:00
Elian Doran
e39dd1525d
client: Create blank type widget for mind map 2024-09-01 14:16:45 +03:00
Elian Doran
bfea3d53b3
client: Use translations for first day of week 2024-09-01 00:22:29 +03:00
Elian Doran
9fa31db207
client: Fix another case of tooltip overlap 2024-09-01 00:16:09 +03:00
Elian Doran
84efc13b52
client: Make sure tooltips cannot overlap (fixes #375) 2024-09-01 00:04:29 +03:00
Elian Doran
607af4b8fc
client: Dismiss tooltip if clicking a link inside it 2024-08-31 23:58:26 +03:00
Elian Doran
3a3dae3d02
client: Refresh calendar immediately 2024-08-31 17:08:55 +03:00
Elian Doran
5c326c553c
client: Add support for first day of week (closes #247) 2024-08-31 17:05:02 +03:00
Elian Doran
981ff34ac4
client: Update calendar header for first day of week 2024-08-31 16:50:23 +03:00
Elian Doran
f5330cb915
client,server: Add first day of week option 2024-08-31 16:24:09 +03:00
Elian Doran
84056415ca
client: Implement simple year switcher for calendar 2024-08-31 14:49:01 +03:00
Elian Doran
9cc2e7745e
client: Implement simple month switcher 2024-08-31 14:42:21 +03:00
Elian Doran
cb57ceb541
client: Add basic year navigation to calendar 2024-08-31 14:32:25 +03:00
SiriusXT
35171fe2b4 Fix a bug of find widget 2024-08-30 11:42:55 +00:00
Elian Doran
a18ac7c504
client: Fix default focus of "Include note" dialog (closes #365) 2024-08-27 00:30:54 +03:00
Nriver
2890885157 Merge remote-tracking branch 'upstream-next/develop' into feature/i18n-part2 2024-08-19 17:09:03 +08:00
Elian Doran
bb2fa70cd6
client: Fix title outline (closes #358) 2024-08-17 10:59:12 +03:00
Elian Doran
937e87d760
client: Improve hint & toast regarding attachments 2024-08-17 10:51:43 +03:00
Elian Doran
808797a48b
client: Fix double question mark in attachments context menu (see #306) 2024-08-17 10:42:59 +03:00
Elian Doran
16073ea4aa
client: Disable some context options in settings (closes #346) 2024-08-17 02:01:12 +03:00
Elian Doran
3163b8687b
client: Disable more items in options 2024-08-17 01:57:52 +03:00
Elian Doran
1c1d71e2d0
client: Disable show attachments in options 2024-08-17 01:52:52 +03:00
Elian Doran
fa4b890bce
client: Disable template button in options 2024-08-17 00:56:49 +03:00
Elian Doran
c1ab1296f8
client: Disable share button in options 2024-08-17 00:56:49 +03:00
Elian Doran
b0480e1667
client: Add a toggle to set template label (closes #348) 2024-08-16 23:41:59 +03:00
Elian Doran
ca6b4c3497
client: Hide spellcheck settings on web (closes #345) 2024-08-16 22:14:19 +03:00
Elian Doran
1172908e41
client: Hide tray settings on web 2024-08-16 22:05:53 +03:00
Elian Doran
4a8c3d719f
client: Hide native title bar setting on web 2024-08-16 22:02:38 +03:00
Nriver
8e87bcf37b add translation for bookmark_switch.js and editability_select.js 2024-08-16 11:39:26 +08:00
Jin
22d344e764 keep zadam codemirror.js 2024-08-15 20:48:14 +02:00
Jin
c85a8ecc7d remove libraries and fix js code color problem 2024-08-15 20:48:14 +02:00
Jin
2fec1b79af remove codemirror and autocomplete libraries 2024-08-15 20:48:14 +02:00