Kazu Yokomizo
|
e52b74bbc9
|
Merge pull request #557 from BoostIO/feature-todo-percentage
display percentage of achievement of todo in markdown
|
2017-05-20 13:51:30 +09:00 |
|
Sosuke Suzuki
|
575f1b4b33
|
change from forEach to some
|
2017-05-20 12:28:11 +09:00 |
|
Sosuke Suzuki
|
a528c99900
|
change from 'undefined' to undefined
|
2017-05-20 12:24:58 +09:00 |
|
Sosuke Suzuki
|
e6047ed383
|
use String template literal
|
2017-05-20 11:38:09 +09:00 |
|
Sosuke Suzuki
|
b86cdb461a
|
fix the spacing
|
2017-05-18 01:27:37 +09:00 |
|
Sosuke Suzuki
|
7265f76770
|
for loop change to forEach
|
2017-05-18 00:31:46 +09:00 |
|
Sosuke Suzuki
|
2ed092279d
|
avoid undefined
|
2017-05-18 00:07:48 +09:00 |
|
SuenagaRyota
|
89f4ed3006
|
Merge pull request #471 from BoostIO/escButton-to-ReactComponent
made escButton ReactComponent
|
2017-05-13 17:15:21 +09:00 |
|
Sosuke Suzuki
|
8d14a9557d
|
fix the indent
|
2017-05-13 17:07:02 +09:00 |
|
Sosuke Suzuki
|
513042d769
|
made escButton ReactComponent
|
2017-05-13 17:00:34 +09:00 |
|
Sosuke Suzuki
|
c28980c2a9
|
fix the spacing
|
2017-05-12 19:54:52 +09:00 |
|
Sosuke Suzuki
|
1c31ff4e98
|
use string template literal
|
2017-05-10 23:47:09 +09:00 |
|
Sosuke Suzuki
|
7c9d3904b3
|
change to forEach from for
|
2017-05-10 23:10:25 +09:00 |
|
Sosuke Suzuki
|
e23707f0a0
|
add + and * to matching pattern
|
2017-05-10 22:49:15 +09:00 |
|
Sosuke Suzuki
|
34da15208b
|
fix spacing
|
2017-05-06 16:57:15 +09:00 |
|
Sosuke Suzuki
|
e0dc62c00b
|
fix indents
|
2017-05-06 16:40:42 +09:00 |
|
Sosuke Suzuki
|
b58df2f172
|
display percentage of achievement of todo in markdown
|
2017-05-06 16:30:03 +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 |
|
Kazu Yokomizo
|
e66abdea2d
|
Change the border color at NoteItemSimple
|
2017-04-29 15:11:48 +09:00 |
|
Kazu Yokomizo
|
c7d2eeb71a
|
Change the border color at NoteItem
|
2017-04-29 15:07:13 +09:00 |
|
Kazu Yokomizo
|
417fee16bd
|
Merge pull request #512 from LeoLamCY/fix-md-viewer-line-breaks
Fix md viewer line breaks when copying
|
2017-04-29 14:09:23 +09:00 |
|
Kazu Yokomizo
|
49a821d9ee
|
Merge pull request #480 from SalvatoreTosti/master
Changed wordings on 'Make a Note' pane
|
2017-04-29 14:09:00 +09:00 |
|
Kazu Yokomizo
|
6a5ce098e0
|
Merge pull request #513 from bbtran/master
fixes (#504) scrollbar no longer appears above modal.
|
2017-04-29 12:47:27 +09:00 |
|
Kazu Yokomizo
|
1af73eebea
|
Merge pull request #523 from BoostIO/change-donate-link
Change donate link
|
2017-04-29 12:31:16 +09:00 |
|
Sota Sugiura
|
b7ba29ac92
|
Merge pull request #341 from asmsuechan/fix-incorrect-tag-completion
Fix incorrect tag completion in code block
|
2017-04-29 12:24:50 +09:00 |
|
Kazu Yokomizo
|
133c2ec308
|
Change the donation link Patreon to Bountysource
|
2017-04-29 12:19:26 +09:00 |
|
Kazu Yokomizo
|
a70fe1bba8
|
Merge pull request #522 from BoostIO/change-star-layout
fix: modify the star layout at NoteItem
|
2017-04-29 12:09:53 +09:00 |
|
Kazu Yokomizo
|
db2f90b1ce
|
fix: modify the star layout at NoteItem
|
2017-04-29 05:56:48 +09:00 |
|
Kazu Yokomizo
|
60e5665133
|
Fix the layout and UX of StorageItem at SIdebra
|
2017-04-28 16:07:55 +09:00 |
|
Kazu Yokomizo
|
7aa982849f
|
Fix the layout and UX at create-folder-btn at sidebar
|
2017-04-28 15:42:46 +09:00 |
|
Benjamin Tran
|
549c289f81
|
fixes #504 scrollbar no longer appears above modal.
Edit NoteList style properties on modal component. Remove overflow to hide scrollbar on modal open.
|
2017-04-26 19:12:56 -07:00 |
|
Leo Lam
|
b35953d1f9
|
fix md viewer line breaks when copying
-set white-space to normal to remove extra space between lines
|
2017-04-26 19:37:12 -04:00 |
|
Sosuke Suzuki
|
11f7fcbaef
|
fix the bug that is markdown titile starts with second letter
|
2017-04-26 18:32:46 +09:00 |
|
Sosuke Suzuki
|
6b8488ae0f
|
fix the bug when using markdown syntax h1
|
2017-04-26 18:14:29 +09:00 |
|
Sosuke Suzuki
|
9c1179a6f9
|
Fixed indent which could not be corrected
|
2017-04-25 02:53:29 +09:00 |
|
Sosuke Suzuki
|
43cb290c80
|
fix the indent
|
2017-04-25 02:41:16 +09:00 |
|
Sosuke Suzuki
|
f8b7b7df9f
|
change how to use dataApi and fix indent
|
2017-04-25 02:31:03 +09:00 |
|
Sosuke Suzuki
|
b73f0a8012
|
refactor some dirty code
|
2017-04-25 01:40:49 +09:00 |
|
Sota Sugiura
|
75b2c7bd2e
|
Merge pull request #484 from asmsuechan/fix-delete-shortcut
Fix a shortcut for deletion
|
2017-04-24 23:14:42 +09:00 |
|
Saurabh
|
8c11a0b42d
|
Added Shift to HotkeyTab.js
|
2017-04-23 12:43:39 +05:30 |
|
asmsuechan
|
2df295dc1d
|
Fix styles by lint
|
2017-04-22 17:30:55 -07:00 |
|
asmsuechan
|
8e2fd300f6
|
Delete an encode table
because when & is encoded, it affect other encodes due to they use &
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
1722e103fc
|
Change methods to helper methods
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
71464112ce
|
Remove a disused condition
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
003d8a1b21
|
Fix a bug on regexp of a question mark
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
adf81175f3
|
Reduce the code
|
2017-04-22 16:14:09 -07:00 |
|