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
a24f6e80c7
fix styling of lineNumber and filename with big sized font
2018-09-15 18:57:31 +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
7af77384e7
Merge branch 'master' into fence-attrs
2018-09-15 15:04:55 +02:00
Baptiste Augrain
4e80e1dd03
Merge branch 'master' into tags
2018-09-15 10:05:38 +02:00
Baptiste Augrain
15b9f8e13f
Merge branch 'master' into text-deflist
2018-09-15 09:47:42 +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
Baptiste Augrain
eba13800ff
Merge branch 'master' into chart-yaml
2018-09-14 16:17:50 +02:00
Junyoung Choi (Sai)
fe323d5764
Merge branch 'master' into tags
2018-09-14 17:16:55 +09:00
Baptiste Augrain
4b0dc08426
highlight code block for chart.js
2018-09-14 00:03:33 +02:00
Baptiste Augrain
5c186f30a8
add yaml format for chart
2018-09-13 12:00:08 +02:00
Baptiste Augrain
0a205f77b0
fix diagram's alignment
2018-09-13 11:46:09 +02:00
Baptiste Augrain
75a0f4373c
fix fileName styling
2018-09-13 11:34:29 +02:00
Baptiste Augrain
189b245b1d
add attributes to fence blocks
2018-09-13 11:07:19 +02:00
Baptiste Augrain
49db1c8244
fix style to match table padding
2018-09-08 19:28:06 +02:00
antogyn
c9db3f98d1
Escape Pipe symbols to prevent tables from braking
2018-09-07 13:44:32 +02:00
Baptiste Augrain
e2957192d0
Merge branch 'master' into bug-2335
2018-09-04 23:46:34 +02:00
Baptiste Augrain
69a032c1cf
Merge branch 'master' into tags
2018-09-04 23:35:34 +02:00
Baptiste Augrain
a287afb3e9
Merge branch 'master' into text-deflist
2018-09-04 23:33:01 +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
Junyoung Choi
d015b18c66
Revert flickering fix
2018-09-01 16:50:52 +09:00
Baptiste Augrain
094e4c5da8
add support to abbreviations, subscript text, superscript text and definition lists
2018-08-27 02:41:56 +02:00
Jack Hsieh
7716880a6c
Fix scroll for long table
2018-08-26 16:47:22 -07:00
Baptiste Augrain
a591001761
add parameter to specify the height of the diagram, fixing #2335
2018-08-25 20:18:59 +02:00
Baptiste Augrain
a79db03093
enable/disable the table editor without restarting the app
2018-08-25 17:51:40 +02:00
Baptiste Augrain
73fbf49ba4
- show tags of note in alphabetical order
...
- enable live count of notes
2018-08-21 00:19:26 +02:00
Baptiste Augrain
7cf9dda821
fix lint errors
2018-08-20 20:29:10 +02:00
Baptiste Augrain
657806c8cf
add smart table editor
2018-08-20 20:14:45 +02:00
Kiryanenko Alexander
d61a218808
Merge branch 'master' into master
2018-08-20 14:14:02 +03:00
amedora
ab35c3557f
add Monokai style for SnippetTab
2018-08-16 16:36:00 +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
Alexander
5bf3824f28
Fix
2018-08-10 15:15:19 +03:00
Alexander
dac23e38d9
Add support for converting to MD when paste HTML
2018-08-10 13:27:17 +03: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