zadam
|
4ba72bc8d3
|
fixed standalone anonymize script
|
2023-01-15 21:05:03 +01:00 |
|
zadam
|
743979266a
|
fix history navigation buttons in server, #3527
|
2023-01-15 19:46:32 +01:00 |
|
zadam
|
4f98c960ec
|
fix note revision for images
|
2023-01-15 19:23:28 +01:00 |
|
zadam
|
424b624ea9
|
small mermaid fixes
|
2023-01-15 13:48:01 +01:00 |
|
zadam
|
a004a8b092
|
fix loading custom themes in Options, closes #3528
|
2023-01-15 12:54:38 +01:00 |
|
zadam
|
df0f52aff9
|
clarified comment
|
2023-01-14 23:16:57 +01:00 |
|
zadam
|
f7bd72ba2f
|
release 0.58.5
|
2023-01-14 23:02:39 +01:00 |
|
zadam
|
038c0e78a6
|
fix options check in froca
|
2023-01-14 23:01:02 +01:00 |
|
zadam
|
14da697a4e
|
put firing of the runOnNoteContentChange on entity level instead of service level, #3436
|
2023-01-14 12:57:50 +01:00 |
|
zadam
|
2525857c20
|
fix null content when protecting notes, closes #3523
|
2023-01-14 00:01:24 +01:00 |
|
zadam
|
8eaef3e1d8
|
add runOnNoteContentChange into the autocomplete
|
2023-01-13 14:28:41 +01:00 |
|
zadam
|
082caf98e8
|
restore all "named" notes quickly after their deletion, #3517
|
2023-01-13 11:53:25 +01:00 |
|
zadam
|
60602a2264
|
fix creating notes into options, #3517
|
2023-01-13 11:34:35 +01:00 |
|
zadam
|
9479f1c1a1
|
toggling archived notes caused appearance of hidden subtree, fixes #3519
|
2023-01-13 11:25:58 +01:00 |
|
zadam
|
88bc7402a2
|
hidden notes should not appear in the global search unless hoisted into it, #3516
|
2023-01-13 10:09:41 +01:00 |
|
zadam
|
4f4c3ef3f3
|
fix enex checkboxes for mac, closes #3511
|
2023-01-12 16:45:11 +01:00 |
|
zadam
|
decfeb366c
|
zoom factor should be rounded to 1 floating point digit
|
2023-01-12 08:27:08 +01:00 |
|
zadam
|
420175f5ef
|
release 0.58.4
|
2023-01-11 23:44:33 +01:00 |
|
zadam
|
bdfdc0402d
|
update content should parse out links #3509
|
2023-01-11 23:22:51 +01:00 |
|
zadam
|
bb8496cb3f
|
ETAPI method to create note revision, #3509
|
2023-01-11 23:18:51 +01:00 |
|
zadam
|
4bdb94fbaa
|
ancestorDepth should be treated as string in ETAPI, fixes #3510
|
2023-01-11 23:08:57 +01:00 |
|
zadam
|
5bf9c253f2
|
toc fix
|
2023-01-10 16:16:13 +01:00 |
|
zadam
|
b0cc177d84
|
make heading regex in TOC case insensitive
|
2023-01-10 15:06:21 +01:00 |
|
zadam
|
c60f25fb7c
|
more flexible heading regex
|
2023-01-10 00:00:46 +01:00 |
|
zadam
|
571cb6d0eb
|
fix dynamic module import
|
2023-01-09 22:32:49 +01:00 |
|
zadam
|
f738787202
|
expand regex to account for more attributes in en-media tag in ENEX import, fixes #3503
|
2023-01-08 20:50:08 +01:00 |
|
zadam
|
4ae1b6e07b
|
sender route should respect inbox, #3502
|
2023-01-08 20:40:38 +01:00 |
|
zadam
|
41b8f6882c
|
note content renderer should load reference link titles, fixes #3499
|
2023-01-08 20:31:55 +01:00 |
|
zadam
|
43c5163f66
|
renamed closing commands
|
2023-01-08 13:58:51 +01:00 |
|
zadam
|
8a2a9b2ea6
|
Merge branch 'stable'
# Conflicts:
# src/services/import/enex.js
|
2023-01-08 13:24:10 +01:00 |
|
zadam
|
c70272e756
|
fix creation date in ENEX import for mac files, closes #3496
|
2023-01-08 13:23:07 +01:00 |
|
zadam
|
f86fb0d0a2
|
added TRILIUM_SYNC_SERVER_HOST env. variable to prevent prod sync issues
|
2023-01-06 15:14:04 +01:00 |
|
zadam
|
218f526a92
|
fix order by note content size, closes #3488
|
2023-01-05 15:52:07 +01:00 |
|
zadam
|
397629587c
|
Merge remote-tracking branch 'origin/master'
|
2023-01-05 15:23:31 +01:00 |
|
zadam
|
034098fd06
|
don't use alert, #3483
|
2023-01-05 15:23:22 +01:00 |
|
zadam
|
0995c56506
|
release 0.58.3-beta
|
2023-01-04 22:36:31 +01:00 |
|
zadam
|
d910191e83
|
Merge pull request #3480 from contributor/feature/pageUrlSanitizeUrl
Fix pageUrl and clipping selection can create multiple notes for the same Url
|
2023-01-03 22:28:37 +01:00 |
|
zadam
|
e8a9389e6d
|
remove console.log
|
2023-01-03 21:44:47 +01:00 |
|
zadam
|
6dce13bc34
|
export root note fix, #2346
|
2023-01-03 21:30:49 +01:00 |
|
contributor
|
85a6e8b47e
|
fix clipping selection can create multiple notes for the same Url
sanitize was replacing '&' char to '&'and changing actual Url
|
2023-01-03 21:18:23 +02:00 |
|
contributor
|
977399a73e
|
refac: better naming
|
2023-01-03 21:18:23 +02:00 |
|
zadam
|
291ef87c9b
|
fix edit button
|
2023-01-02 22:32:05 +01:00 |
|
zadam
|
115bf0af4d
|
fix button paddings
|
2023-01-02 21:08:20 +01:00 |
|
zadam
|
e40f1fd11a
|
fix inclusion of the image into the correct position in ENEX import, closes #3468
|
2023-01-01 21:02:54 +01:00 |
|
zadam
|
797ddf6205
|
search hit with exact note title match gets a strong score boost, closes #3470
|
2022-12-30 23:14:48 +01:00 |
|
zadam
|
ca4e1c19a7
|
make utils.normalize null-safe, #3469
|
2022-12-30 21:00:42 +01:00 |
|
zadam
|
dd82b0f958
|
Merge remote-tracking branch 'origin/master'
|
2022-12-29 10:25:54 +01:00 |
|
zadam
|
f150c223bc
|
improved ZIP import validation and error handling
|
2022-12-29 10:25:49 +01:00 |
|
zadam
|
4f771cfa7a
|
Merge pull request #3467 from contributor/feature/enex-pageUrl
Evernote import - use pageUrl attribute for enex source-url
|
2022-12-29 09:57:43 +01:00 |
|
contributor
|
aa3b26c965
|
Evernote import - use pageUrl attribute for enex source-url
|
2022-12-29 01:27:17 +02:00 |
|