1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 18:23:09 +00:00
Commit Graph

187 Commits

Author SHA1 Message Date
ozone ab038b1f31 Add configuration to render line breaks as <br> or not 2018-05-04 00:44:22 -04:00
Junyoung Choi (Sai) 30548a68e4 Merge pull request #1868 from yosmoc/1820
fix internal note link bug #1820
2018-05-01 12:52:10 -07:00
Junyoung Choi (Sai) 765ba8c867 Merge branch 'master' into master 2018-05-01 12:00:50 -07:00
ehhc bf3f5a5971 Fixes #1827 -> include attachments in HTML exports of notes 2018-04-27 08:51:47 +02:00
Junyoung Choi 05009d40c4 Merge branch 'master' into attachment_refactoring 2018-04-26 16:24:58 -07:00
yosmoc c9c28eda1b support internal note link 2018-04-24 23:40:59 +02:00
Chen Shenghan 744bcba599 Fix #1780: Use black text with white background for printing and export in all theme 2018-04-25 03:31:36 +12:00
Chen Shenghan 6ec2124a9c Fix #1797: In preview window, open external link in external browser. 2018-04-24 02:51:58 +12:00
ehhc d2163dacf9 Fixes #1825 Refactoring of the attachment/image management 2018-04-21 14:32:24 +02:00
Junyoung Choi (Sai) 6142f2d641 Merge pull request #1724 from ehhc/Issue_1723
Fixes #1723
2018-04-10 19:16:05 +09:00
Nikolay Lopin 90f21f4ed1 Escape html characters before convert to HTML 2018-03-25 23:47:17 +03:00
ceh cf776088e6 Fixes #1723 2018-03-22 17:26:59 +01:00
Junyoung Choi 5ea24f650b Make sanitization configurable 2018-03-22 12:01:16 +09:00
Junyoung Choi (Sai) 1c283f88d0 Merge pull request #1636 from mirsch/remove-volatile-hash-from-note-links
remove volatile hash from note links - #1623
2018-03-12 11:26:41 +09:00
Junyoung Choi 1ca1166f74 Merge branch 'master' into feature/add-smartquotes-toggle 2018-03-09 23:30:54 +09:00
Yu-Hung Ou d01a7b16a1 fixed codeblock style in exported HTML file 2018-03-08 23:40:13 +11:00
Yu-Hung Ou c633ba9497 Merge branch 'master' into feature/add-smartquotes-toggle 2018-03-07 22:25:39 +11:00
mirsch f370508c93 fixes #1442, Export responsive html 2018-03-07 01:08:10 +01:00
David Gay 4800a88cf6 add UTF-8 tag to HTML export (fixes #1624) 2018-03-05 21:22:42 -05:00
mirsch 0280a5f09e use uuid in keygen, remove storage.key from note hash 2018-03-04 22:21:14 +01:00
Yu-Hung Ou e89c0a3e61 added support for toggling smart quotes in preview 2018-03-02 00:06:58 +11:00
Sander Steenhuis c82eba05d1 Sync Split Editor scroll position 2018-02-20 22:31:53 +01:00
Nikolay Lopin 67ddff736c Switch from preview to edit by double click
User want to click markdown to work with text (for example copy).
If they have "Switch to Preview" setting in "When Editor Blurred",
they enter edit mode after click. To fix that issue I introduced new
value to the "Switch to Preview" setting that do that thing. User can
enter edit mode by double click on the editor and leave it on blur.

Unfortunately, it's impossible to switch both ways by double click
because the editor mode is listening for double click event.

#1523
2018-02-13 23:43:11 +03:00
Nikolay Lopin d7d77dbfe9 Fix wrong styling of todo items in exported HTML
The issue happened because styles connected with todo list were applied directly to HTML in Preview component. I added class to `li` tag of each todo item and style it from css.
2018-02-10 14:03:02 +03:00
Nikolay Lopin 338f9fb5a9 Semicolon fix 2018-02-05 13:04:01 +03:00
Nikolay Lopin 98c9132d4a Merge branch 'master' into export-note-with-images
# Conflicts:
#	browser/components/MarkdownPreview.js
2018-02-05 12:59:45 +03:00
Nikolay Lopin f678a17505 Export images together with document 2018-02-05 02:08:33 +03:00
Nikolay Lopin 3da4bb69ce Export images together with document 2018-02-05 02:08:09 +03:00
Vladimir Jimenez 4bd639c6c4 Allow preview area to scroll past end of file 2018-01-29 17:11:42 -08:00
Maurits Lourens 14318528b9 added encoding meta tag 2018-01-15 22:18:23 +01:00
Anthony Graham b4e138e21b Elixir Syntax Highlighting 2018-01-01 21:17:29 +00:00
Kazz Yokomizo dd729c406f Merge pull request #1256 from mslourens/export-html
first attempt to export html
2017-12-28 10:38:55 +09:00
Sosuke Suzuki e682ee8541 avoid handling events for not split editor 2017-12-18 18:52:33 +09:00
Nikolay Lopin 83da07a941 Export note with local images
Looks through the note and searches for local images. Copies them to ‘images’ folder in the export path and replaces affected links.

#1261
2017-12-17 21:39:34 +03:00
Maurits Lourens 6fba62d062 fixed review comments 2017-12-13 17:20:22 +01:00
Maurits Lourens 6a9d4ae0fd first attempt to export html 2017-12-08 11:43:50 +01:00
Maurits Lourens cfdc880d8c fixed incorrect fontFamily for multiple fonts 2017-12-05 12:51:16 +01:00
yosmoc edaa0713e8 React.PropTypes is deprecated from React 15.5
Migrated by react-codemod + minor fix by hand.
2017-11-25 22:27:04 +01:00
Maurits Lourens 3fbc749395 fixed eslint warnings 2017-11-24 17:00:03 +01:00
Kazu Yokomizo aeb27f7bff Fix font color in note detail 2017-11-24 12:26:39 +09:00
Yutaka Ishii 200a9275d2 add font Black 2017-11-23 21:52:49 +09:00
yosmoc dbc0fedf43 improve readability 2017-11-11 23:17:00 +01:00
yosmoc cb298b8cad check solarized theme or not beofre setting css
solarized dark/light shares the solarized.css
2017-11-11 22:55:17 +01:00
yosmoc 0bf7e8b705 fix solarized dark/light code block thema bug
solarized dark/light shares the same css in CodeMirror.
You can see more detail info in commit 5b17808569
We need to treat solarized as a special case in code block also.
2017-11-04 01:03:56 +01:00
Maurits Lourens 44ece2bf34 only decode the url when the content of the link is a string 2017-10-30 22:54:00 +01:00
RedBug312 bfa8db7b55 Delete escaped quotation marks between fonts
Delete addtional single quotation marks between the font name Microsoft YaHei
2017-10-29 11:42:35 +08:00
Aquib Master 3f53a1f629 Fix linting issues 2017-10-14 19:28:11 +13:00
Aquib Master 31daec5fe2 Fix URIs decoded with mdurl
This PR mitigates #918 by retroactively replacing link text decoded by mdurl with the original link.
2017-10-14 19:01:04 +13:00
asmsuechan 7e2f0049b6 Change to apply font with single quotations 2017-10-11 12:17:49 +09:00
Peter Urda ebdd6d77f7 Allow users to disable "Saved to clipboard" notification. 2017-10-01 02:48:54 -07:00