Evan Miller
ce9f76fa63
fixed code style error
2018-12-03 16:55:05 -05:00
Evan Miller
660a27850f
Generate PDF through an Electron BrowserWindow
2018-12-03 16:39:41 -05:00
Evan Miller
33d0a9d3b3
extract html contentformatter
2018-12-03 15:49:41 -05:00
Evan Miller
7c1cd50def
Add structure for exporting PDFs
2018-12-03 13:12:22 -05:00
Junyoung Choi (Sai)
6c57ac8f01
Merge pull request #2383 from ehhc/exportMDexportsAttachments
...
export folder should also export the attachments -> fixes #2374
2018-12-03 17:15:02 +09:00
Gonçalo Santos
af14b682b1
User can now go back to previous mode
2018-11-15 12:51:53 +00:00
Baptiste Augrain
a63266b0e9
Merge branch 'master' into chart-yaml
2018-11-06 11:33:11 +01:00
Baptiste Augrain
c5bcfe6ab3
Merge branch 'master' into fence-attrs
2018-11-06 09:35:59 +01:00
David Nagle
5144c0ecdc
Fixed "Save as HTML" to respect blockquotes.
...
When saving as HTML, the raw text was being HTML escaped prior to
running it through markdown. This was preventing blockquotes from
rendering because greater-than signs were escaped. The HTML escaping
seems unneeded since the markdown renderer already takes care of it,
and it also wasn't consistent with how markdown was being rendered
within the application.
2018-10-23 13:41:23 -07:00
Junyoung Choi (Sai)
f92da16544
Merge pull request #2487 from daiyam/fix-task-config
...
fix error generated by toggling split editor
2018-10-23 18:30:41 +09:00
Junyoung Choi (Sai)
1ecf1e0413
Merge pull request #2494 from intercloud/feat/link-to-a-line
...
feat(editor): add ability to jump to line
2018-10-23 18:25:36 +09:00
Junyoung Choi (Sai)
70da43eeb7
Merge pull request #2512 from nagledb/fix-print-scroll-past-end
...
Prevent empty printed page with scroll-past-end
2018-10-23 17:20:35 +09:00
David Nagle
b8d1e37cce
Moved custom CSS to bottom of style definitions so that it has higher precedence.
2018-10-22 10:47:47 -07:00
David Nagle
73d1bdf84b
Prevent empty printed page with scroll-past-end
2018-10-19 14:29:48 -07:00
Baptiste Augrain
a4ad3896f0
Merge branch 'master' into fence-attrs
2018-10-14 15:21:27 +02:00
antogyn
e536d203d2
feat(editor): add ability to jump to line
2018-10-13 14:21:46 +02:00
Baptiste Augrain
eb37be1381
fix error generated by toggling split editor
2018-10-11 15:03:04 +02:00
Baptiste Augrain
0e29e8ac76
Merge branch 'master' into chart-yaml
2018-10-11 12:48:40 +02:00
Junyoung Choi (Sai)
71ae42056f
Merge pull request #2414 from yougotwill/dracula_theme
...
Dracula theme
2018-10-11 18:33:55 +09:00
Nguyễn Việt Hưng
8936d8b517
updated to code to pass test
2018-10-02 21:43:45 +07:00
Nguyễn Việt Hưng
14fec7473a
added linethrough checkbox and make it optional
2018-10-02 20:52:51 +07:00
William Grant
8c268be823
Merge branch 'master' into dracula_theme
...
# Conflicts:
# browser/components/TodoListPercentage.styl
# browser/main/Detail/TagSelect.styl
2018-09-30 22:16:25 +02:00
Baptiste Augrain
17845428bd
Merge branch 'fence-attrs' into chart-yaml
2018-09-30 21:46:09 +02:00
Baptiste Augrain
efd1b3cd3c
Merge branch 'master' into fence-attrs
2018-09-30 21:33:02 +02:00
ehhc
7035503fa7
using file-to-uri to remove the 'file://'-prefix.. might solve the linux issues
2018-09-28 16:56:23 +02:00
ehhc
7d147fd040
Implementing a context menu handler to show an attachment in the explorer
2018-09-26 13:30:15 +02:00
William Grant
205451a31d
initial work for dracula theme done
2018-09-22 17:17:22 +02:00
Baptiste Augrain
297c764fe1
- avoid logging to console, the error when the diagram syntax is bad
...
- fix line numbering of code blocks
2018-09-15 18:33:02 +02:00
Baptiste Augrain
5c186f30a8
add yaml format for chart
2018-09-13 12:00:08 +02:00
Baptiste Augrain
189b245b1d
add attributes to fence blocks
2018-09-13 11:07:19 +02:00
ehhc
d79b6e094a
export folder should also export the attachments -> fixes #2374
2018-09-09 17:41:51 +02:00
Junyoung Choi
d015b18c66
Revert flickering fix
2018-09-01 16:50:52 +09:00
Max Buranbaev
51e836f32a
code style
2018-08-11 16:17:56 +05:00
Max Buranbaev
7fefbd88d0
Resolving conflict
2018-08-11 11:13:04 +00:00
Max Buranbaev
bfc1c93153
Merge branch 'master' into blinking-markdown-crunch-fix
2018-08-10 19:02:43 +05:00
Junyoung Choi (Sai)
39c9574ae3
Merge pull request #2257 from ehhc/Attachments_in_markdown_export_#1786
...
might fixes #1786 --> export attachments for markdown notes
2018-08-09 18:10:48 +09:00
Junyoung Choi (Sai)
5aae9a4722
Merge pull request #2231 from yougotwill/mermaid_dark_theme_fix
...
Mermaid dark theme rendering fix
2018-08-09 17:54:54 +09:00
Junyoung Choi (Sai)
c227a1ffec
Merge pull request #2171 from yamash723/fixbug-html-export
...
Fix search value for html export path
2018-08-09 17:43:56 +09:00
Nguyen Viet Hung
f0df787bbe
Fix escape codeblock ( #2230 )
...
* updated package-lock
* added fix and test for escape html in code block
* fixed markdown preview render bug
* updated comment in escape function
* improved escape function
* Delete package-lock.json
2018-08-09 17:08:52 +09:00
ehhc
09188bed48
might fixes #1786 --> export attachments for markdown notes
2018-07-30 18:09:02 +02:00
William Grant
eff56c2514
mermaid diagram rendering for dark themes is now fixed
2018-07-21 19:20:20 +10:00
yamash723
ee6b9a223f
Change output path format of html file by platform
2018-07-21 15:25:09 +09:00
Junyoung Choi (Sai)
856d52891c
Merge pull request #2205 from saaguero/fix-attachment
...
Fix attachment interoperability between win and *nix
2018-07-17 16:23:16 +09:00
Junyoung Choi (Sai)
b18a09e5eb
Merge pull request #1935 from ZeroX-DG/allow-no-html-escape
...
Allow customizing html escape when export note
2018-07-17 12:38:14 +09:00
Junyoung Choi (Sai)
ac70a0d94d
Merge branch 'master' into feature/862
2018-07-17 12:21:17 +09:00
Junyoung Choi (Sai)
3b91f9b88b
Merge pull request #2173 from enyaxu/feature/389
...
Add mermaid support
2018-07-17 12:15:36 +09:00
Santiago Agüero
c37b780ca4
Use markdown content for migrateAttachments
2018-07-17 00:13:13 -03:00
Nguyễn Việt Hưng
bc640834cd
allow detect code block or not in escapeHtml function
2018-07-06 23:45:18 +07:00
Junyoung Choi
1d9b3ac2b5
Add sanitization for code fence
2018-07-07 01:22:11 +09:00
Junyoung Choi (Sai)
aebed4a644
Merge pull request #2033 from ZeroX-DG/fix-scrollbar-disappear
...
fixed disappearing scroll bar
2018-07-07 00:47:14 +09:00