asmsuechan
|
044e6b7180
|
Make image path relative
|
2017-07-26 13:16:32 +09:00 |
|
Sota Sugiura
|
0862c6e059
|
Merge pull request #293 from asmsuechan/copy-image-on-dropped-into-CodeEditor
Add dataApi.copyImage for copying image to boostnote storage on an image dropped into CodeEditor
|
2017-06-05 01:29:11 +09:00 |
|
Kazu Yokomizo
|
c8259abcac
|
Merge pull request #549 from LetItRock/#535
Fix for #535:
|
2017-06-03 14:35:52 +09:00 |
|
Pavlo Tymchuk
|
90846fab81
|
Fix for #535:
- hide/show code editor based on markdown editor state (could be CODE or PREVIEW);
- changed styles for code editor;
|
2017-05-04 23:09:48 +02:00 |
|
Leo Lam
|
a1e71b318c
|
fix lint error again
|
2017-05-03 01:20:57 -04:00 |
|
Leo Lam
|
aee6541d45
|
fix lint errors
|
2017-05-03 01:17:13 -04:00 |
|
Leo Lam
|
50ad5e3791
|
minor improvement on multi-key detection
-check if number of keys pressed is the same as number of keys in a
shortcut key combo before matching to avoid incorrect detection
|
2017-05-03 01:04:50 -04:00 |
|
Leo Lam
|
b34d72f21a
|
revamp handling of multi-key presses
- use keyCodes instead of strings to detect keys
- delete key from keyPressed array on key up
- fix #540
|
2017-05-03 00:29:18 -04:00 |
|
Leo Lam
|
ffef239aa7
|
fix minor build error
|
2017-04-21 23:40:52 -04:00 |
|
Leo Lam
|
50fc15feea
|
add support to bold selected text via kb shortcut
to improve upon #301
ctrl + : to bold a single word under caret or bold selected text if some
text is selected (highlighted)
#463
|
2017-04-21 23:32:57 -04:00 |
|
asmsuechan
|
162fae19cc
|
Remove Ctrl-B shortcut for bold
|
2017-04-08 14:31:18 -07:00 |
|
sota1235
|
1d3e71cf49
|
fix: for ESLint
|
2017-03-21 15:14:03 +09: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 |
|
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
|
b6eddf0821
|
Add dataApi.copyImage for copying image to boostnote storage on an image to boostnote storage on an image doropped into CodeEditor
|
2017-03-10 20:31:54 -08: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 |
|
asmsuechan
|
ad9da44afb
|
Move a shortcut escapeFromCodeEditor from CodeEditor to MarkdownEditor, because it's not customizable
|
2017-01-28 13:27:34 +09:00 |
|
asmsuechan
|
fde7fbccac
|
Fix Ctrl + E shortcut on escape from CodeEditor
|
2017-01-27 01:27:29 +09:00 |
|
asmsuechan
|
de19c51061
|
Change to use Object.assign by checking keyPressed and remove unnecessary processing
|
2017-01-21 01:04:33 +09:00 |
|
asmsuechan
|
2b0bdbf1c8
|
Fix pointed part by review
|
2017-01-18 12:03:29 +09:00 |
|
asmsuechan
|
cdb079dc81
|
refs #226 Enables to use multiple key for shortcut
|
2017-01-14 20:26:43 +09:00 |
|
asmsuechan
|
e8e05b20cd
|
refs #226 Adds blur shortcut on Editor
|
2017-01-14 19:17:35 +09:00 |
|
asmsuechan
|
7f4c58a84a
|
Adds vim keymap setting
|
2017-01-08 17:52:52 +09:00 |
|
Dick Choi
|
0445c680ba
|
debounce rendering
|
2016-10-26 10:48:04 +09:00 |
|
Dick Choi
|
df0af2a11f
|
Render codefence by codemirror rather than by hljs
|
2016-10-24 18:05:01 +09:00 |
|
Dick Choi
|
2fa381980d
|
use GFM as a default Markdown mode
|
2016-10-17 02:15:03 +09:00 |
|
Dick Choi
|
90b490c28b
|
use codemirror
|
2016-10-03 22:28:13 +09:00 |
|
Dick Choi
|
8736d87b95
|
dark theme
|
2016-08-14 17:30:55 +09:00 |
|
Dick Choi
|
9cd6d6d4c1
|
GFM checkbox
|
2016-07-26 20:00:32 +09:00 |
|
Dick Choi
|
890207daee
|
auto scroll
|
2016-07-19 08:59:47 +09:00 |
|
Dick Choi
|
9a5653f1e3
|
preview on blur
|
2016-07-19 02:38:23 +09:00 |
|
Dick Choi
|
2d46d12628
|
Codeblock theme of markdown preview
|
2016-07-14 14:37:14 +09:00 |
|
Dick Choi
|
44f270f408
|
rewite whole code
add dataApi
renew PreferencesModal
|
2016-07-14 13:58:14 +09:00 |
|
Dick Choi
|
ce915df2b2
|
focus content editor after create new Note
|
2016-06-12 19:55:39 +09:00 |
|
Dick Choi
|
d9096424c5
|
set value when updating
|
2016-05-31 21:38:34 +09:00 |
|
Dick Choi
|
dbfd25bb8e
|
value attribute of Editor must be set after mounting
|
2016-05-29 02:54:39 +09:00 |
|
Dick Choi
|
7f8733796e
|
Detail
|
2016-05-25 17:11:10 +09:00 |
|