Junyoung Choi (Sai)
00ed0d79ec
Merge pull request #2314 from daiyam/tags
...
tag enhancements
2018-11-06 16:09:26 +09:00
Junyoung Choi (Sai)
bd56055593
Merge pull request #2511 from nagledb/fix-blockquote-in-html-export
...
Fixed "Save as HTML" to respect blockquotes.
2018-11-06 15:18:59 +09:00
Junyoung Choi (Sai)
dbd2c7049e
Merge pull request #2547 from mattkoskela/fix-storagelist-typo
...
fix: Fixed storageList typo (storgaeList).
2018-11-06 15:08:36 +09:00
Junyoung Choi (Sai)
d0c5592855
Merge pull request #2278 from kiryanenko/master
...
Add support for converting to MD when paste HTML
2018-11-02 18:29:22 +09:00
Kiryanenko Alexander
1614c1452f
Merge branch 'master' into master
2018-10-29 21:25:11 +03:00
Matt Koskela
d7a2296909
fix: Fixed storageList typo (storgaeList).
2018-10-27 13:48:11 -07:00
David Nagle
d62d1d670b
Added option to disable scroll sync.
2018-10-26 11:17:06 -07: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)
6e8b370e54
Merge pull request #2497 from daiyam/delete-tag
...
delete tag through context menu
2018-10-23 18:30:20 +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)
1cec872273
Merge pull request #2503 from makibishi0212/uncheck-all-checkboxes
...
Add button clear all checkboxes
2018-10-23 17:48:33 +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
makibishi
d64dafc715
change prop name in TodoListPercentage
2018-10-18 03:11:44 +09:00
makibishi
9e67880456
Add button clear all checkboxes
2018-10-17 17:43:00 +09:00
Baptiste Augrain
1da477d1d1
add context menu to delete tag
2018-10-15 08:09:50 +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
Junyoung Choi (Sai)
71ae42056f
Merge pull request #2414 from yougotwill/dracula_theme
...
Dracula theme
2018-10-11 18:33:55 +09:00
Junyoung Choi (Sai)
eee340366e
Merge pull request #2460 from ZeroX-DG/linethrough-checkbox
...
Added linethrough checkbox & make it optional
2018-10-11 17:32:57 +09:00
Junyoung Choi (Sai)
851f57c1f5
Merge pull request #2476 from daiyam/table-even-odd
...
alternate background color for table rows
2018-10-11 16:49:00 +09:00
Baptiste Augrain
9a0bc984d4
fix preview
2018-10-09 10:38:19 +02:00
Baptiste Augrain
555ae327b6
alternate background color for table rows
2018-10-09 00:25:04 +02: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
Baptiste Augrain
cae6fd45b3
Merge branch 'master' into tags
2018-09-30 22:26:49 +02: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
Junyoung Choi (Sai)
0123a99b5d
Merge pull request #2428 from yougotwill/monokai_theme_fixes
...
Monokai theme fixes
2018-10-01 03:28:31 +09:00
Junyoung Choi (Sai)
10a1104073
Merge pull request #2436 from jacobherrington/bug-missing-relative-timestamp-inside-storages
...
Display timestamp on all notes
2018-10-01 03:04:13 +09:00
Junyoung Choi (Sai)
04bb04a6a9
Merge pull request #2418 from ehhc/right_click_preview
...
Implementing a context menu handler to show an attachment in the expl…
2018-10-01 02:13:20 +09:00
samherrington
2ad27e175c
Display timestamp on all notes
...
Notes inside My Storage did not display timestamp of last edit,
this commit makes the timestamp consistent across all notes in
all locations.
2018-09-29 18:25:00 -05:00
William Grant
504b6af3f6
fixed TodoListPercentage styling
2018-09-28 17:58:30 +02:00
William Grant
b3ede3230c
Fixed the TodoListPercentage styling, reverted tag color back to the default button color
2018-09-28 17:53:13 +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
686b9bc82c
cleanup duplicated code
2018-09-24 17:46:31 +02:00
William Grant
0c1497a255
Updated NoteItem Styling, fixed NoteItemSimple styling, Changed the tag color based on the monokai color palette,
2018-09-24 17:45:28 +02:00
William Grant
610503472a
finished styling
2018-09-23 16:35:26 +02:00
William Grant
205451a31d
initial work for dracula theme done
2018-09-22 17:17:22 +02:00
Baptiste Augrain
5ef84e4bfc
fix input position when going fullscreen or resizing splitEditor
2018-09-17 21:39:57 +02:00
Baptiste Augrain
4e80e1dd03
Merge branch 'master' into tags
2018-09-15 10:05:38 +02:00
Junyoung Choi (Sai)
03b8dbbc44
Merge pull request #2381 from Antogin/dev
...
Escape Pipe character when inserting a URL into a table
2018-09-15 13:26:02 +09:00
Junyoung Choi (Sai)
fe323d5764
Merge branch 'master' into tags
2018-09-14 17:16:55 +09:00
antogyn
c9db3f98d1
Escape Pipe symbols to prevent tables from braking
2018-09-07 13:44:32 +02:00
Baptiste Augrain
69a032c1cf
Merge branch 'master' into tags
2018-09-04 23:35:34 +02:00
Baptiste Augrain
6603f46678
Merge branch 'master' into table-editor
2018-09-04 10:54:49 +02:00
Junyoung Choi (Sai)
da204a27c5
Merge pull request #2345 from hsiehjack/bug-2007
...
Fix scroll for long table
2018-09-04 17:41:28 +09:00
Junyoung Choi (Sai)
6715a54da2
Merge pull request #2304 from amedora/feature/2069-monokai
...
add Monokai style for SnippetTab
2018-09-04 17:38:51 +09:00