zadam
|
a574fce13f
|
Merge remote-tracking branch 'origin/stable' into syncification
# Conflicts:
# package-lock.json
# package.json
# src/routes/custom.js
# src/services/import/single.js
|
2020-06-24 22:08:31 +02:00 |
|
zadam
|
238df0fb40
|
fix SVG single file import as image and not as file, closes #1114
|
2020-06-24 21:47:50 +02:00 |
|
zadam
|
969f31dde2
|
fixed backup and anonymization with better-sqlite3
|
2020-06-20 23:09:34 +02:00 |
|
zadam
|
027afab6b1
|
fix DB setup
|
2020-06-20 21:42:41 +02:00 |
|
zadam
|
88348c560c
|
syncification
|
2020-06-20 12:31:38 +02:00 |
|
zadam
|
a7d9870846
|
Merge remote-tracking branch 'origin/better-sqlite3'
# Conflicts:
# libraries/ckeditor/ckeditor.js
# libraries/ckeditor/ckeditor.js.map
# package-lock.json
# package.json
# src/public/app/services/utils.js
# src/public/app/widgets/type_widgets/editable_text.js
# src/services/utils.js
|
2020-06-18 09:03:09 +02:00 |
|
zadam
|
e70c862e72
|
fix import
|
2020-06-07 23:55:55 +02:00 |
|
Adam Coyne
|
ac10701b55
|
Add import option to replace underscores with spaces in note names (#1064)
|
2020-05-30 23:15:00 +02:00 |
|
Adam Coyne
|
c0cd321118
|
Fix import error (#1060)
* Fix access to attributes on undefined noteMeta
* Remove .markdown extension from imported page titles
|
2020-05-30 10:09:10 +02:00 |
|
zadam
|
c063f75f48
|
fix ZIP import of notes with included note
|
2020-04-06 22:46:11 +02:00 |
|
zadam
|
081693f263
|
not generating externalLink labels anymore since there can be too many and benefit is too small
|
2020-04-05 16:06:13 +02:00 |
|
zadam
|
f9a79fa00f
|
improvements and logging to local image storage
|
2020-03-25 21:01:42 +01:00 |
|
zadam
|
d927865cbd
|
fix import zip corner case where there are 2 independent notes with the same name
|
2020-03-21 15:14:44 +01:00 |
|
zadam
|
438da7cfbb
|
two pass import from zip file to guarantee that meta file is loaded before other files are process
|
2020-03-20 22:13:29 +01:00 |
|
zadam
|
af5c4b5859
|
zip import using yazl
|
2020-03-20 21:57:16 +01:00 |
|
zadam
|
44219e7ccc
|
do not load the note content during ENEX import again since it's already available
|
2020-03-13 22:23:44 +01:00 |
|
zadam
|
88bd65c679
|
external links are also parsed and label is created for them, closes #851
|
2020-02-09 10:45:07 +01:00 |
|
zadam
|
5e91b1b5e0
|
package updates
|
2020-01-11 09:50:05 +01:00 |
|
zadam
|
759e47bfcf
|
using included note should create a relation, closes #820
|
2020-01-10 21:41:00 +01:00 |
|
zadam
|
4cb511bad0
|
fix import with style.css
|
2019-12-25 12:09:49 +01:00 |
|
zadam
|
ed2afe5c20
|
Merge branch 'stable'
|
2019-12-01 11:32:33 +01:00 |
|
zadam
|
bfc7570e14
|
don't convert MD to HTML if "import markdown as text" is not selected, closes #733
|
2019-12-01 11:27:22 +01:00 |
|
zadam
|
90d10c1ff3
|
Merge branch 'stable'
# Conflicts:
# package-lock.json
# src/public/javascripts/services/tree_context_menu.js
# src/services/import/enex.js
|
2019-11-27 18:54:49 +01:00 |
|
zadam
|
5193f073e9
|
if there's no updated field use created #725
|
2019-11-26 22:47:54 +01:00 |
|
zadam
|
6c7d8a9667
|
preserve dateCreated and dateModified in ENEX import, fixes #725
|
2019-11-26 22:02:21 +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
|
95d0ad1cad
|
simpler ENEX parsing
|
2019-11-16 18:13:00 +01:00 |
|
zadam
|
767aaa18f4
|
fix OPML import
|
2019-11-16 18:04:13 +01:00 |
|
zadam
|
8a7228146c
|
simpler ENEX parsing
|
2019-11-16 17:56:49 +01:00 |
|
zadam
|
13c0411533
|
refactoring of note creation APIs WIP
|
2019-11-16 11:09:52 +01:00 |
|
zadam
|
7c7beb5502
|
added contentLength to note entity
|
2019-11-09 09:36:08 +01:00 |
|
zadam
|
712f67e983
|
uploading new image revisions, WIP
|
2019-11-08 22:34:30 +01:00 |
|
zadam
|
f0496cb42c
|
generating simple frame based index page in html export
|
2019-10-21 21:00:27 +02:00 |
|
zadam
|
9689029c4b
|
ImportContext generalized to TaskContext
|
2019-10-17 21:11:35 +02:00 |
|
zadam
|
2ee94a3a69
|
changed import progress notification so it shows up for drag & drop as well
|
2019-10-14 10:31:58 +02:00 |
|
zadam
|
3f2229d9e1
|
better handling of not detected mime type
|
2019-10-06 18:28:53 +02:00 |
|
FliegendeWurst
|
8561227622
|
Import: use upload mime type if mime cannot be detected from filename (#651)
|
2019-10-06 18:23:39 +02:00 |
|
zadam
|
d23e9f1bc4
|
tar import will sort notes if there is no meta file
|
2019-10-06 09:49:47 +02:00 |
|
zadam
|
02eb737b9d
|
book has now zoom
|
2019-10-04 22:21:14 +02:00 |
|
zadam
|
144e75da9e
|
fix double import of auto generated link relations
|
2019-10-02 23:28:29 +02:00 |
|
zadam
|
8d14a0d687
|
fix incorrect import of relations from tar
|
2019-10-02 23:22:58 +02:00 |
|
zadam
|
86df60bb74
|
"code as code" and "text as text" import settings are respected also with tar import
|
2019-09-30 20:22:09 +02:00 |
|
zadam
|
ae8a2bfb1b
|
updated demo document based on changes in tar format
|
2019-09-01 22:43:16 +02:00 |
|
zadam
|
15a2fe2570
|
fixes in import & export related to the protected session
|
2019-09-01 22:09:55 +02:00 |
|
zadam
|
c614bc3263
|
importing a note now creates internal link relations
|
2019-09-01 20:35:55 +02:00 |
|
zadam
|
bf5a31dcdb
|
strip out HTML headers during the import
|
2019-08-31 22:52:07 +02:00 |
|
zadam
|
a5e38165ef
|
remove H1 from the text during import if it matches note title
|
2019-08-31 22:45:57 +02:00 |
|
zadam
|
fe6f19e611
|
imported notes from tar now have correct links even without meta file
|
2019-08-31 22:39:25 +02:00 |
|
zadam
|
d4e27c1b76
|
fixed CSS lazy loading (same file could be loaded multiple times)
|
2019-08-30 21:22:52 +02:00 |
|
zadam
|
b84542064c
|
saving of widget configuration
|
2019-08-22 22:14:01 +02:00 |
|