zadam
02d908df1e
added option to disable tray, closes #2612
2022-11-18 21:47:14 +01:00
zadam
1a95e459eb
moved options to new tabs Images/Spellcheck
2022-11-18 21:38:36 +01:00
zadam
ae0c5a0c09
moved auto read only options to code/text tabs
2022-11-18 21:27:25 +01:00
zadam
6f238f5f1a
create "disableTray" option
2022-11-18 21:08:32 +01:00
zadam
6cec8bcda8
"erase" button to the right
2022-11-17 23:14:01 +01:00
zadam
d388b4d814
add "erase all deleted notes now" also to recent changes
2022-11-17 23:12:36 +01:00
zadam
d9dac00a01
add TRILIUM_NO_UPLOAD_LIMIT to disable the upload limit, #3164
2022-11-17 22:54:45 +01:00
zadam
4961d9bb89
avoid errors on dead backlinks, #3289
2022-11-14 21:03:14 +01:00
zadam
89e319c7a2
fix backlink generation for drag & dropped links, fixes #3314
2022-11-14 20:30:52 +01:00
zadam
f7e56cbffe
release 0.57.0-beta
2022-11-12 20:40:45 +01:00
zadam
3f115a7657
api docs
2022-11-12 20:40:40 +01:00
zadam
8fad8a1ce9
enabled advanced list features, fixes #3308
2022-11-10 23:22:37 +01:00
zadam
1b242a905b
use CMD/meta key for opening link in a new tab on mac, #3303
2022-11-10 23:16:41 +01:00
zadam
c6e766f5c6
added a context menu for image to copy, #1954
2022-11-09 23:41:25 +01:00
zadam
055bd77bd6
Remove "Content of this note cannot be displayed" in the book format, fixes #3301
2022-11-08 23:06:56 +01:00
zadam
76f34e3eaf
small tweaks of linewrap option
2022-11-08 22:55:11 +01:00
zadam
acf3f5013c
Merge pull request #3299 from Banbury/code-options-linebreak
...
Added option to toggle line wrapping for Code notes
2022-11-08 22:49:02 +01:00
zadam
7f6edefad4
note about using password to login to web, #3297
2022-11-08 22:42:36 +01:00
zadam
60fc621cd4
add keyboard action to force creating note revisions, #2147
2022-11-08 22:36:15 +01:00
zadam
bf4776a33c
note hoisting should be done on "hovered", not active note, closes #2124
2022-11-08 22:19:16 +01:00
zadam
81a59f48e6
Merge remote-tracking branch 'origin/master'
2022-11-08 21:28:58 +01:00
zadam
68eb04741d
remove console.log
2022-11-08 21:27:49 +01:00
Banbury
1037d814ec
Added option to toggle line wrapping for Code notes
2022-11-08 14:48:17 +01:00
zadam
e201f3536a
fix jsdoc for createNoteLink
2022-11-08 10:11:52 +01:00
zadam
3cb368c4de
search link map will display only direct results
2022-11-07 23:56:53 +01:00
zadam
df9f6ce33a
link map improvements
2022-11-07 23:19:38 +01:00
zadam
b3c87156c2
library upgrades
2022-11-07 21:26:13 +01:00
zadam
d29a633529
fix
2022-11-07 21:11:42 +01:00
zadam
c92b451033
cleanup of hidden notes
2022-11-06 15:18:32 +01:00
zadam
3122d0cc6b
move share root to hidden subtree
2022-11-06 14:44:26 +01:00
zadam
f1eaa20e47
note map fixes
2022-11-06 14:38:41 +01:00
zadam
1d8b02055e
Merge branch 'stable'
2022-11-06 14:24:37 +01:00
zadam
a7f4bf8289
fix updating note detail after change from another client, closes #3292
2022-11-06 14:19:40 +01:00
zadam
8b0c60a046
improvements to notemap in relation to search
2022-11-05 22:32:50 +01:00
zadam
3d4776f577
better titles in delete dialog, #3290
2022-11-05 15:30:15 +01:00
zadam
8a539dc514
don't filter on root hoisted note
2022-11-03 21:40:42 +01:00
zadam
a707e7abf4
Merge pull request #3288 from eliandoran/feature/filter_edited_notes_when_hoisted
...
Filter "Edited notes" when hoisted or in a workspace
2022-11-03 21:38:56 +01:00
zadam
0fc9b2f203
fix codemirror loading, closes #3282
2022-11-03 21:14:56 +01:00
Elian Doran
9a4b72606d
Filter "Edited Notes" when hoisted or in a workspace
...
Previously, when the user opened a day note the "Edited Notes" section would indicate all
the notes edited in that day, regardless of whether the user was inside a workspace or
hoisted a note.
Now the "Edited Notes" section filters out the notes if the user has a hoisted note.
2022-11-03 20:28:56 +02:00
zadam
0a02e5be83
Merge remote-tracking branch 'origin/master'
2022-11-01 22:49:45 +01:00
zadam
2467464433
add possibility to define a share index, closes #3265
2022-11-01 22:49:37 +01:00
zadam
eb68ab6776
Merge branch 'stable'
2022-11-01 19:10:16 +01:00
zadam
44b85d252d
fix paste after, closes #3276
2022-11-01 13:39:29 +01:00
zadam
38d6fddc61
redirect /share to /share/, closes #3264
2022-10-30 09:05:12 +01:00
zadam
299007f66e
Merge pull request #3256 from DeerTears/patch-1
...
Fix spelling mistake in README.md
2022-10-29 14:35:52 +02:00
Emberlynn Bland
47a92c8be8
Fix spelling mistake
...
"bult-in" -> "built-in"
2022-10-28 19:20:43 -06:00
zadam
9bc6cf7067
Merge pull request #3253 from nemec/master
...
Allow Mac users to close and re-open window
2022-10-28 20:08:38 +02:00
zadam
521d95021b
fix refocusing find widget, closes #3252
2022-10-28 20:05:53 +02:00
Dan Nemec
5bc4d07aad
Allow Mac users to close and re-open window
2022-10-27 19:59:41 -05:00
zadam
51aa9a0d6e
Merge branch 'stable'
2022-10-27 23:04:55 +02:00