David Pavlík
1f5f6c3b0e
Rename 'lineNumber' to 'displayLineNumbers'
2017-12-23 22:51:38 +01:00
David Pavlík
7a4258bb20
Make line numbers in the editor optional
2017-09-20 22:34:18 +02:00
SuenagaRyota
1b16c68cf9
Merge pull request #818 from asmsuechan/work-paste-image
...
Make pasting an image in CodeEditor work
2017-08-23 13:05:28 +09:00
asmsuechan
b99c1e3b32
Remove unnecessary bind
2017-08-22 13:48:50 +09:00
asmsuechan
d88dd26186
Fix image insesration problem, Use a function of CodeMirror instead of dom function
2017-08-20 08:11:00 +09:00
asmsuechan
59fcc58e9c
Make pasting an image in CodeEditor work
2017-08-19 18:37:51 +09:00
asmsuechan
044e6b7180
Make image path relative
2017-07-26 13:16:32 +09:00
asmsuechan
7002026190
Fix inseration position
2017-07-22 16:05:14 +09:00
asmsuechan
684c3f64aa
Add search addon
2017-07-09 22:46:23 +09:00
asmsuechan
96a020341d
Add search-box
2017-07-07 17:59:01 +09:00
asmsuechan
032b5a59f2
Remove encodeURI
2017-07-01 18:07:16 +09:00
asmsuechan
0625c65cf0
Make Ctrl-C copy
2017-06-18 08:14:33 +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
Hanju Jo
a5531e20f2
Fix new line problem of list and task list
2017-04-14 17:09:30 +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
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
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
asmsuechan
0f3230110c
Change to use const instead of let
2017-03-10 20:40:11 -08:00
asmsuechan
aae2bddd32
Improve the Promise of copyImage
2017-03-10 20:33:11 -08: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
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
a617976c78
Fix by review
...
refs: https://github.com/BoostIO/Boostnote/pull/250#pullrequestreview-17801164
2017-01-21 15:57:42 +09:00
asmsuechan
cda9d53c8e
Add image dropper
2017-01-19 01:32:06 +09:00
asmsuechan
7f4c58a84a
Adds vim keymap setting
2017-01-08 17:52:52 +09:00
Dick Choi
df0af2a11f
Render codefence by codemirror rather than by hljs
2016-10-24 18:05:01 +09:00
Dick Choi
8f1c198406
hot fix: Wrong behavior with Japanese IME keyboard
2016-10-18 13:42:10 +09:00
Dick Choi
247d1db5d5
fix IME popup bug
2016-10-17 18:58:28 +09:00
Dick Choi
a52cfb2cd2
fix tag bug
2016-10-17 08:27:30 +09:00
Dick Choi
7729ed4f72
move statusbar
2016-10-15 18:20:13 +09:00
Dick Choi
53989b918e
minor bug fix
...
use mime for syntax mode instead of mode
fix style of markdown
2016-10-15 00:20:22 +09:00
Dick Choi
2fdea6cd61
fix minor bugs
...
fix codemirror bug
fix style bug of in NoteList
fix Redux store bug: Cruch on deleting empty folder
2016-10-13 15:47:25 +09:00
Dick Choi
1c86dea4be
indent setting
2016-10-04 11:09:27 +09:00
Dick Choi
90b490c28b
use codemirror
2016-10-03 22:28:13 +09:00
yosmoc
b550c0e9e3
multiple export default causes a error
...
only one export default allowed per module.
2016-08-27 02:25:39 +02:00
Dick Choi
9cd6d6d4c1
GFM checkbox
2016-07-26 20:00:32 +09:00
Dick Choi
45b1cd3942
delete note
2016-07-23 15:28:17 +09:00
Dick Choi
9a5653f1e3
preview on blur
2016-07-19 02:38:23 +09:00
Dick Choi
44f270f408
rewite whole code
...
add dataApi
renew PreferencesModal
2016-07-14 13:58:14 +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