Sosuke Suzuki
|
fc4c471a87
|
fix spacing for eslint
|
2017-05-31 00:30:55 +09:00 |
|
Sosuke Suzuki
|
805c39e60c
|
refactor search function
|
2017-05-30 22:16:27 +09:00 |
|
Sosuke Suzuki
|
10e75041e8
|
add className 'searchInput'
|
2017-05-30 18:54:13 +09:00 |
|
Sosuke Suzuki
|
2364348df4
|
fix indent
|
2017-05-30 18:49:39 +09:00 |
|
Sosuke Suzuki
|
e643443660
|
split search function to module.
|
2017-05-30 18:27:57 +09:00 |
|
Sosuke Suzuki
|
7abf53009a
|
change search ux
|
2017-05-26 18:01:44 +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 |
|
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 |
|
asmsuechan
|
39274ce483
|
Fix to handle with multiple entities in one line
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
1daf07edeb
|
Refactor to more readable
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
cd2dc471c7
|
Fix to string literal
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
6229ca7ac9
|
Refactor to ES6
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
10043cc755
|
Fix to handle when codeBlocks is null
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
e60a5430b4
|
Fix to replace only CodeBlock
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
f7e0cb655f
|
Add question mark
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
04097ecfcd
|
Fix incorrect tag completion in code block
|
2017-04-22 16:14:09 -07:00 |
|
asmsuechan
|
2222192bcd
|
Fix to enable a shortcut for deleting a note
|
2017-04-22 15:38:55 -07:00 |
|
Salvatore Tosti
|
ae93c38d46
|
Changed wordings on 'Make a Note' pane
Note type descriptions are now more concise and uniform in style.
|
2017-04-22 08:16:05 -07:00 |
|
Sota Sugiura
|
455029851a
|
Merge pull request #474 from BoostIO/delete-escbutton-in-initimodal
delete the escButton in the InitModal
|
2017-04-22 16:19:32 +09:00 |
|
Kazu Yokomizo
|
e3fb236139
|
Fix the config tab layout
|
2017-04-22 16:06:01 +09:00 |
|
Sosuke Suzuki
|
42296e421a
|
delete the escButton in the InitModal
|
2017-04-22 16:05:22 +09:00 |
|
Kazu Yokomizo
|
e1fb36d64d
|
Fix the border-left width at folder-selector
|
2017-04-22 15:33:05 +09:00 |
|
Sota Sugiura
|
c1a76b6fb4
|
Merge pull request #290 from BoostIO/featureSyntaxHighlightCheck
Feature syntax highlight check
|
2017-04-22 13:20:19 +09:00 |
|
Sota Sugiura
|
945a6306ec
|
Merge pull request #469 from LeoLamCY/add-support-to-bold-selected-text-via-kb-shortcut
Add support to bold selected text via kb shortcut
|
2017-04-22 13:07:04 +09:00 |
|
Sota Sugiura
|
9027f48dda
|
Merge pull request #453 from bubuzzz/feature/double-click-to-rename-tab
double click on tab to rename
|
2017-04-22 12:58:29 +09:00 |
|
Sota Sugiura
|
eea8f7cdf4
|
Merge pull request #425 from AWEEKJ/feature_markdown_note
Fix new line problem in list and task list
|
2017-04-22 12:52:53 +09: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 |
|
Kazu Yokomizo
|
65b1bd18c4
|
Merge pull request #465 from BoostIO/Design-update
Fix the loading layout
|
2017-04-21 20:48:44 +09:00 |
|
Kazu Yokomizo
|
c87ecc3d40
|
Fix the Statusbar layout
|
2017-04-21 20:23:33 +09:00 |
|
Kazu Yokomizo
|
091d2618a2
|
Merge pull request #462 from BoostIO/Design-update
Design update
|
2017-04-21 18:21:16 +09:00 |
|
Kazu Yokomizo
|
d039b17715
|
modify: Fix the SideNavFilter layout
|
2017-04-21 16:13:45 +09:00 |
|