Kazu Yokomizo
7b4ff9906e
Change the note-title-icon position at NoteList
2017-04-07 18:51:34 +09:00
Kazu Yokomizo
11ab5c7598
Fix the tag layout of white theme at NoteList
2017-04-07 18:45:16 +09:00
Kazu Yokomizo
64d53c611b
Fix the tag layout of dark theme at NoteList
2017-04-07 18:43:36 +09:00
Kazu Yokomizo
657d69a0fb
Fix the dark theme layout at NoteList
2017-04-07 15:25:59 +09:00
Kazu Yokomizo
62d39e6715
Change the StorageList layout
2017-04-07 15:12:46 +09:00
Kazu Yokomizo
a27d8192ee
Change the white theme layout of NoteList
2017-04-07 15:05:18 +09:00
Kazu Yokomizo
af6cd10e28
Change the layout at SideNav
2017-04-07 14:24:38 +09:00
Kazu Yokomizo
c1051afdc0
Change the SideNav layout
2017-04-07 00:38:49 +09:00
Kazu Yokomizo
573d3ce11e
Fix the layout on NoteList
2017-04-06 23:25:38 +09:00
Kazu Yokomizo
0a89dcc6d8
Change the font-size at SideNav
2017-04-06 23:09:24 +09:00
Kazu Yokomizo
d45033ae8e
Change the font-size at NoteList
2017-04-06 22:59:09 +09:00
Kazu Yokomizo
313e8b8c98
Fix the dark theme layout of Sidebar and NoteList
2017-04-06 22:11:59 +09:00
Razvan Moraru
3b4921b848
fix : #288 Fixed Snippet tabs overwriting other tabs when closed
2017-03-23 09:20:02 +01:00
sota1235
1d3e71cf49
fix: for ESLint
2017-03-21 15:14:03 +09:00
Sota Sugiura
1ab449cecf
Merge branch 'master' into feature-add-esilnt-rule
2017-03-21 15:04:14 +09:00
Sota Sugiura
44dd609134
Merge pull request #289 from kostaldavid8/master
...
Smart bullets
2017-03-21 15:02:25 +09:00
kostaldavid8
1e8e161a33
remove console.log
2017-03-20 19:42:14 +01:00
kostaldavid8
c56d232e58
Added + as bullet, bug fix
2017-03-20 19:22:31 +01:00
Sota Sugiura
1fd1bed01a
Merge pull request #343 from asmsuechan/remove-markdown-it-toc
...
Remove markdown-it-toc because an errors are happening
2017-03-20 15:38:32 +09:00
asmsuechan
4f116cba34
Remove markdown-it-toc because an errors are happening
2017-03-19 23:32:51 -07:00
asmsuechan
91f24d96b9
Fix a bug which cannot read a property when moves to other folder on locking
2017-03-19 00:41:55 -07:00
asmsuechan
8a5558db55
Change a name showlockbutton to togglelockbutton
2017-03-18 23:19:43 -07:00
Sota Sugiura
b7ca4668e9
Merge pull request #301 from asmsuechan/add-a-shortcut-for-supporting-to-input-bold
...
Add a shortcut for supporting to input bold
2017-03-19 15:08:17 +09:00
SuenagaRyota
459b0ff030
Merge pull request #316 from asmsuechan/fix-the-design-of-li
...
Fix the design of li
2017-03-18 10:58:30 -07:00
Sosuke Suzuki
af0fdb9277
move the line under L57
2017-03-18 14:49:46 +09:00
Sosuke Suzuki
c80a26fe0b
dragged svg file is turns not into xml text
2017-03-18 13:44:35 +09:00
sota1235
6fcbca6b10
refactor: by ESLint
2017-03-13 18:40:12 +09:00
asmsuechan
48514d1020
Change an arg name md to mdElement
2017-03-12 16:07:40 -07:00
asmsuechan
49a4ec5e16
Enable CTRL + B in a word to make it bold
2017-03-12 16:04:08 -07:00
asmsuechan
c3e92b3b81
Fix if clauses
2017-03-12 16:04:00 -07:00
asmsuechan
e78492983a
Add a shortcut for supporting to input bold
2017-03-12 16:02:52 -07:00
asmsuechan
a6bd239592
Fix the design of li
...
* fix the design of markdown-it-TOC
2017-03-09 13:04:14 -08:00
SuenagaRyota
7845bbd881
Merge pull request #310 from Gansgar/master
...
Added Table of Contents and two small bug fixes
2017-03-09 12:09:50 -08:00
SuenagaRyota
68bc440749
Merge pull request #298 from asmsuechan/fix-drop-an-image-on-CodeEditor-and-MarkdownPreview
...
Disable dragging an image to MarkdownPreview and fix the behavior of an image dropped on CodeEditor.
2017-03-08 15:38:27 +09:00
SuenagaRyota
6dbe3cec69
Merge pull request #283 from asmsuechan/add-lock-to-CodeEditor
...
Enable lock in MarkdownEditor
2017-03-07 11:16:55 +09:00
georg
850c339bb3
bug fix to select all
...
- at least on OSX fixed bug, that would select all text when clicking,
opening or any other action was done
2017-03-04 18:37:04 +01:00
georg
57835d0e32
Added ToC support
...
- added `markdown-it-toc-and-anchor` into the project
- integrated it, create a table of contents every in a markup by adding
`@[TOC]`
2017-03-04 17:48:17 +01:00
georg
ac2c50c8bc
Fixed background of taskListItem
...
- fixed background bug when using a taskListItem with the light design
2017-03-04 17:18:30 +01:00
asmsuechan
83cef13f1c
Change let to const
2017-02-21 23:30:37 +09:00
asmsuechan
4bb9533049
Fix prevention of an image dropped on MarkdownPreview and fix the behavior of an image dropped on CodeEditor
2017-02-21 00:14:03 +09:00
kostaldavid8
f7fb531902
Fixed image drag and drop
...
Added escaping and changed function that wasn't working
2017-02-17 10:31:41 +01:00
kostaldavid8
c65db4e2b0
Fixed image drag and drop
...
Added escaping and changed function that wasn't working
2017-02-17 10:04:55 +01:00
kostaldavid8
d6171dc502
Smart numbered lists, too
...
Has auto increment, but no auto indent on tab, I don't know what to do
2017-02-16 13:18:17 +01:00
kostaldavid8
77eb19af40
Code style fixes
2017-02-15 23:30:56 +01:00
kostaldavid8
e68d535fa2
Smart bullets
...
When you hit enter on a line with a bullet, you get a new one on the new line.
Also when you hit tab after a bullet, it automatically indents.
It makes typing with bullets much more pleasant.
2017-02-15 22:18:20 +01:00
asmsuechan
bbeeeccb31
Fix to use by preventDefault
2017-02-11 23:09:03 +09:00
asmsuechan
e9525fae22
Change the order of focus and emit 'editor:lock'
2017-02-11 23:09:01 +09:00
asmsuechan
672d409bf2
Enable to show the lock icon only the Editor state is CODE
2017-02-11 17:52:11 +09:00
asmsuechan
74ee6ae6ce
Add lock icon to NoteDetail
2017-02-11 15:48:38 +09:00
Sota Sugiura
dbf1d6403b
Merge pull request #216 from asmsuechan/decode-for-codemirror
...
Decodes HTML entity in code area
2017-02-08 05:44:49 -08:00