AWolf81
|
ec47ee8110
|
Remove manual script tag filter and use turndown remove filter
|
2019-08-31 21:35:09 +02:00 |
|
AWolf81
|
72b8d56245
|
Merge remote-tracking branch 'upstream/master' into html-to-md
|
2019-07-28 15:49:16 +02:00 |
|
AWolf81
|
0d36f59036
|
Create turndown service & use gfm turndown plugin
|
2019-07-28 15:02:17 +02:00 |
|
Baptiste Augrain
|
4e30d4b8fb
|
fix URLs by using the correct path separator ('/' for an url and not path.sep)
|
2019-07-20 00:58:51 +09:00 |
|
ehhc
|
cb7ac77c61
|
Update attachmentManagement.js
Deleting unneeded stupid log-message
|
2019-07-10 11:42:00 +09:00 |
|
ehhc
|
55a7ee1f91
|
Debounce deletion of un-referenced attachments --> don't fixes but mitigates the problems of #3103
|
2019-07-10 11:42:00 +09:00 |
|
AWolf81
|
aeb77e5a40
|
Remove package-lock file & use startsWith for https check
|
2019-07-08 00:05:26 +02:00 |
|
AWolf81
|
558c091205
|
fix linting
|
2019-06-30 00:18:52 +02:00 |
|
AWolf81
|
f67175e628
|
fix test
|
2019-06-30 00:03:54 +02:00 |
|
AWolf81
|
44efb0178c
|
Merge branch 'master' into html-to-md
# Conflicts:
# browser/main/modals/NewNoteModal.js
# package-lock.json
# package.json
# yarn.lock
|
2019-06-29 23:25:52 +02:00 |
|
AWolf81
|
37eee26bdf
|
fix linting & routing
|
2019-06-29 23:21:32 +02:00 |
|
milotodt
|
d41663143b
|
Repush due to pipeline issues
|
2019-04-15 10:43:10 +09:00 |
|
milotodt
|
9db363865c
|
Slight refactor
|
2019-04-15 10:43:10 +09:00 |
|
milotodt
|
9b03a32eec
|
removed uneeded line of code
|
2019-04-15 10:43:10 +09:00 |
|
milotodt
|
eeec1b12b5
|
adjusted handleAttachmentDrop
|
2019-04-15 10:43:10 +09:00 |
|
anasasilva
|
fba9afd6f5
|
Shorter code
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
c474d972cb
|
Supports relative and absolute path
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
3d6f670e8d
|
regex fixed again
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
9d47f319a0
|
absolute path
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
7106f042da
|
Regex fixed
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
ea6e56842f
|
Error message when the image path is wrong
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
65926fea73
|
fixing identation and regex
|
2019-04-08 21:10:42 +09:00 |
|
anasasilva
|
85cb94d99d
|
importAttachments
|
2019-04-08 21:10:42 +09:00 |
|
Junyoung Choi
|
2b29d96d61
|
Merge pull request #2678 from AgentEpsilon/export-pdf
Export a Markdown note as PDF
|
2019-03-21 01:20:12 +09:00 |
|
Evan Miller
|
bc24acd057
|
add targetDir parameter to outputFormatter
|
2019-02-11 11:15:08 -05:00 |
|
Baptiste Augrain
|
e0d9cf7f5c
|
fix dropping image from Firefox on Linux
|
2019-02-04 18:22:10 +01:00 |
|
Baptiste Augrain
|
10ea5d00eb
|
avoid converting SVG
|
2019-02-04 14:09:11 +01:00 |
|
Baptiste Augrain
|
de76f55fe2
|
fix gif
|
2019-02-04 13:54:45 +01:00 |
|
Baptiste Augrain
|
cd301d514c
|
Merge branch 'master' into drop-browser-image
|
2019-02-04 13:36:32 +01:00 |
|
Junyoung Choi
|
53ff693e95
|
Merge pull request #2852 from Aaron-Bird/bug-gif
[Fix] GIFs don't animate
|
2019-02-04 12:25:28 +09:00 |
|
Baptiste Augrain
|
215484c19a
|
add tests
|
2019-02-01 16:27:47 +01:00 |
|
Baptiste Augrain
|
851d3ba159
|
fix image path when the dropped image's url contains a query
|
2019-01-31 23:26:31 +01:00 |
|
Aaron-Bird
|
806139091c
|
fix: GIFs don't animate
|
2019-01-31 01:08:07 +08:00 |
|
Baptiste Augrain
|
a85a27f225
|
- fix bad regex
- improve test
- fix missing 'e' in some functions name
|
2019-01-29 16:05:30 +01:00 |
|
ehhc
|
7165c4550b
|
possibly fix for the broken test...
|
2019-01-26 18:16:39 +01:00 |
|
ehhc
|
472496d59c
|
possibly fix for the broken test...
|
2019-01-26 17:53:31 +01:00 |
|
ehhc
|
127da40256
|
possibly fix for the broken test...
|
2019-01-26 17:37:04 +01:00 |
|
ehhc
|
a113b99de0
|
Strange url-handling reverted + tests modified so that they might find that issue in the future + test modified so that they both contain tests for posix and windows path separator -> fixes #2834
|
2019-01-26 17:21:53 +01:00 |
|
Milo Todt
|
eea01f10ac
|
Added catch for exceptions, removed uneeded duplicate test.
|
2019-01-17 17:00:07 -08:00 |
|
Milo Todt
|
8d817066e8
|
Added a few more checks in related methods to prevent simular errors
|
2019-01-13 18:35:24 -08:00 |
|
Milo Todt
|
99b53f4a55
|
added filter.
|
2019-01-13 18:21:12 -08:00 |
|
Junyoung Choi
|
5f385e4c03
|
Merge pull request #2465 from daiyam/gallery
add image gallery
|
2018-12-24 17:19:03 +09:00 |
|
Junyoung Choi
|
2df0f1bcb8
|
Merge pull request #2682 from duartefrazao/master
Feature - Line highlighting within code block #2469
|
2018-12-24 16:56:59 +09:00 |
|
Duarte-Frazao
|
4fb11b68e4
|
Markdown functionality
|
2018-12-13 13:13:01 +00:00 |
|
Baptiste Augrain
|
d4dd74e820
|
Merge branch 'master' into fix-paste-code
|
2018-12-13 08:20:36 +01:00 |
|
Duarte-Frazao
|
62609a2918
|
Fixed last nonfunctional changes made earlier
Now iterates in the SnippetNoteDetail constructor the snippets and if linesHighlighted is not defined assigns an empty array
|
2018-12-08 17:22:57 +00:00 |
|
Duarte-Frazao
|
492294e11d
|
Reset of linesHighlighted
|
2018-12-08 12:19:42 +00:00 |
|
Duarte-Frazao
|
f483f8fdf0
|
Fix so that linesHighlighted defaults to [] when does't find it
|
2018-12-08 12:07:28 +00:00 |
|
Junyoung Choi
|
d70d3b439f
|
Merge pull request #2672 from arkist/handle-encoded-uri-on-copyfile
Handle encoded uri path on `copyFile`
|
2018-12-07 14:30:35 +09:00 |
|
Evan Miller
|
dceed7d84d
|
Fixes exportFolder by making it actually wait for each exportNote
|
2018-12-03 16:51:59 -05:00 |
|