Baptiste Augrain
58c4a78be1
avoids conflicting styles between inline codes and code blocks
2020-12-27 11:16:55 +09:00
Baptiste Augrain
87a530612f
- use newest test
...
- remove useless binding
- regroup function
2020-06-25 22:50:08 +02:00
Baptiste Augrain
f4259bb4d0
fix exporting storage's notes into their own folders
2020-06-12 17:36:46 +02:00
Baptiste Augrain
febc98c101
fix exporting storage's notes as PDFs
2020-06-12 16:51:35 +02:00
Baptiste Augrain
b678c3bd89
export html is escaping html characters as the preview
2020-06-12 16:40:16 +02:00
Baptiste Augrain
80b8948433
- export untitled notes as 'Untitled' based on the language
...
- export notes with duplicate title as '<title> (<index>)'
2020-06-12 16:18:27 +02:00
Baptiste Augrain
5414fe3384
export tag
2020-06-12 15:53:23 +02:00
Baptiste Augrain
db4016385d
Merge branch 'master' into export-yfm
2020-06-12 15:17:02 +02:00
Junyoung Choi
461e24bf39
Fix regex
2020-04-16 00:25:11 +09:00
hikerpig
6ee92588b1
When storage or folder is removed, Detail components should render without error ( #3168 )
...
* optimize: when storage or folder is removed, Detail components should render without error, fix #2876
* optimize: Handle some scenarios where storage is not found, should not break the renderer
* optimize: NoteList should work without error when storage is not found
2020-04-06 18:02:52 +09:00
Nguyen Viet Hung
592aca1539
fixed eslint error & integrated with prettier as well as formatted the whole codebase ( #3450 )
2020-02-05 09:28:27 +09:00
AWolf81
1d84cac922
Rephrase error messages
2019-10-28 18:10:21 +09:00
AWolf81
5280b6ed63
Add error handling
2019-10-28 18:10:21 +09:00
Junyoung Choi
68b3077651
Merge pull request #3099 from AWolf81/html-to-md
...
Html to md feature
2019-09-03 02:03:51 +09:00
AWolf81
ec47ee8110
Remove manual script tag filter and use turndown remove filter
2019-08-31 21:35:09 +02:00
Nguyễn Việt Hưng
28b8141c6b
fixed test
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
0b84a372f6
re-organize attachment functions and updated comments doc
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
8355e1e006
updated function name and return type
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
c7d33fbd83
Allow user to view attachments and clear unused attachments
2019-08-30 12:46:40 +09:00
sirrah23
ff9789b5a7
Fix 3060
...
Right now there are only two export types that are using a special
output formatter, pdf and html. Both of these formatters currently populate the
`/html/head/base` portion of the associated html document with the name
of the target directory for the file that the user is exporting.
In order for internal links within the exported document to work
correctly, the value of base must also include the filename. This fix
removes the call to `path.dirname`, which gets rid of the necessary
filename.
2019-08-24 13:36:05 +09:00
Jack Hsieh
f09297f406
Fix 2636 ( #3206 )
...
* Fix 2636 Can't scroll to bottom of editor pane
* Fix minor lint issues
2019-08-11 23:22:53 +09: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