manto89
0c86dece5f
Fix clipType searching for web-clipper
2023-07-02 12:51:23 +02:00
manto89
ebccd48013
Don't search note by url if url begins with 'about:'
2023-06-21 18:06:28 +02:00
manto89
54065672aa
Normalize behaviour with the other create method for web-clipper
2023-06-21 16:10:06 +02:00
manto89
8394ce8002
Change method when adding a new note.
...
Add reference to new backend method
2023-06-21 13:09:49 +02:00
J Rao
2389ab30f8
sanitize label value
2023-03-06 21:28:09 +08:00
J Rao
fdffc27bb6
Allow arbitrary labels to be added via web clipper
2023-03-06 21:21:09 +08:00
zadam
ac51d0d569
Merge branch 'master' into dev
...
# Conflicts:
# package-lock.json
# package.json
2023-01-05 16:17:33 +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
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
bff7434921
rename becca entities to have B-prefix, #3476
2023-01-03 13:52:37 +01:00
zadam
1b24276a4a
always use template strings instead of string concatenation
2022-12-21 15:19:05 +01:00
zadam
12b3302687
sanitize note title && attrs just to be sure
2022-07-06 23:09:16 +02:00
zadam
3b58b83f8b
improved logging
2022-04-19 23:36:21 +02:00
zadam
17dd6141fb
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# Dockerfile
# package-lock.json
# package.json
# src/services/cloning.js
2022-03-22 21:04:30 +01:00
zadam
ea56bb772a
logging improvements
2022-02-20 12:33:50 +01:00
zadam
18d439dd44
clipper endpoint should also scan and download images as a fallback, #2621
2022-02-14 20:50:50 +01:00
zadam
91dec23d5e
ETAPI auth, spec improvements etc.
2022-01-10 17:09:20 +01:00
zadam
56e49cfc19
set iconClass also on whole page clipping #2250
2021-10-21 23:02:22 +02:00
zadam
af40d73cee
fix saving images from web clipper, closes #2249
2021-10-21 22:58:52 +02:00
Matt
8b21867c5c
Set default icon for clipped notes ( #2246 )
...
* Set default icon for clipped notes
I like being able to differentiate between clipped notes and regular notes
* Globe
2021-10-20 08:57:05 +02:00
Ben Jackson
6ae8508413
html_sanitizer: Demote H1 tags ( #2190 )
...
Generalize clipper.js support for removing H1 tags so it also applies to
imports. This will move all heading levels down to make room if
needed, only leaving duplicates at H6.
2021-10-03 20:56:08 +02:00
zadam
b660238a40
backend import unification
2021-06-29 22:15:57 +02:00
zadam
c886583396
added "save search to note" button
2021-06-06 11:01:10 +02:00
zadam
439ef4a8cb
moved becca to top level source dir
2021-05-17 22:09:49 +02:00
zadam
3091119893
becca conversion WIP
2021-05-02 21:34:57 +02:00
zadam
4ff7e0813d
upload of modified open file WIP
2021-04-24 11:39:44 +02:00
zadam
a53a65be1f
clipper fix, closes #1840
2021-04-12 23:29:02 +02:00
zadam
4e76d1fa85
hide some "boring" attributes from book listing view
2021-03-12 20:39:42 +01:00
zadam
3f2e8717b3
sanitize also clipper content, #1532
2021-01-14 21:52:44 +01:00
zadam
d57a303251
fix in ENEX import
2020-09-16 20:32:20 +02:00
zadam
69e36d2677
refactoring for archived notes handling in note cache
2020-09-07 00:05:01 +02:00
zadam
f028b88cce
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# package.json
# src/routes/api/clipper.js
2020-07-15 00:11:26 +02:00
zadam
3219441fdf
fallback for missing parsed title, closes trilium-web-clipper/issues/16
2020-07-11 23:05:28 +02:00
zadam
88348c560c
syncification
2020-06-20 12:31:38 +02:00
zadam
a287bb59ea
note cache fixes for created notes
2020-05-13 23:06:13 +02:00
zadam
6c188982b3
added some logging
2020-04-08 11:07:38 +02:00
zadam
8d312515dd
small fixes
2020-04-05 15:35:01 +02:00
zadam
3bbb213f82
fixes for web clipper
2020-04-02 22:55:11 +02:00
zadam
7abaedbf31
add possibility to change clipper parent to a fixed note instead of day notes, fixes #854
2020-02-09 10:12:02 +01:00
zadam
7ed526beb7
fix clipper, closes #752
2019-12-08 09:41:31 +01:00
zadam
d9b9d730bb
moving from inherited attribute queries to owned one where it makes sense
2019-12-01 11:10:04 +01:00
zadam
e4bec265c1
system links (internal, image, relation map) should follow camelCase convention used for other attributes
2019-11-23 20:54:49 +01:00
zadam
13c0411533
refactoring of note creation APIs WIP
2019-11-16 11:09:52 +01:00
zadam
712f67e983
uploading new image revisions, WIP
2019-11-08 22:34:30 +01:00
zadam
36c87b7fa0
renamed "messagingService" to "ws"
2019-08-26 20:21:43 +02:00
zadam
3cb421143f
Link entity migrated to Attribute, WIP
2019-08-19 20:12:00 +02:00
zadam
04633bdf3a
set clip type from the incoming param
2019-07-19 21:03:47 +02:00
zadam
97219aa12e
removed unused clipper image API (migrated to clippings)
2019-07-18 22:35:16 +02:00
zadam
6a99af64a8
added clipper protocol version
2019-07-07 22:27:06 +02:00