SuenagaRyota
f39caeb967
Merge pull request #954 from asmsuechan/improve-searching
...
Improve searching
2017-10-13 12:08:25 +09:00
asmsuechan
7ab482184b
Improve tag search by changing the logic
2017-10-13 11:40:10 +09:00
asmsuechan
78b12ae686
Add test
2017-10-13 10:58:32 +09:00
asmsuechan
caa5deac4e
Change searching by tag
2017-10-13 10:37:43 +09:00
Kazu Yokomizo
af3083825e
Merge pull request #970 from Samatar26/fix-handleCloseButtonClick
...
Use the correct handler for closing the modal.
2017-10-13 09:35:13 +09:00
asmsuechan
5255708ff2
Replace pdf to print
2017-10-13 09:29:41 +09:00
Samatar26
9331f2034b
Use the correct handler for closing the modal.
...
Relates to #967
2017-10-12 18:01:34 +01:00
Kazu Yokomizo
fc6a5c22bf
Merge pull request #969 from Samatar26/fix-button-protrusion
...
Fixed button protrustion when creating a new folder.
2017-10-13 01:44:17 +09:00
Samatar26
51c397d177
Fixed button protrustion when creating a new folder.
...
Relates to #966
2017-10-12 17:33:18 +01:00
Alan Richey
7c9596308e
Fixed the "Uncaught TypeError: Cannot read property 'className' of null" bug that appears when creating folders
2017-10-12 10:56:07 -05:00
asmsuechan
15dc424ade
Change keycode handling scope due to global keyboard support
2017-10-12 23:27:48 +09:00
asmsuechan
49243a8010
Add to handle space key on search
2017-10-12 23:27:45 +09:00
asmsuechan
93e188d118
Change to be able to search on starred
2017-10-12 20:28:23 +09:00
asmsuechan
df3195fc1e
Refactor getContextNotes()
2017-10-12 18:42:34 +09:00
asmsuechan
da6b8c30a0
Improve some
2017-10-12 18:42:34 +09:00
asmsuechan
70468b6b7d
Change contextNotes a state to a variable because of lifesycle loop
2017-10-12 18:42:34 +09:00
asmsuechan
2511512d94
Improve context search
2017-10-12 18:42:34 +09:00
asmsuechan
4418617d3b
Delete a unnecessary break
2017-10-12 18:42:34 +09:00
asmsuechan
6e480ba146
Add comments
2017-10-12 18:42:34 +09:00
asmsuechan
b4f5913a80
Fix to work inputting by IME on search
2017-10-12 18:42:34 +09:00
Kazu Yokomizo
6a3062709c
Merge pull request #951 from mrseanbaines/sean/grammar-fix
...
Grammar and capitalization fix
2017-10-12 14:37:34 +09:00
Kazu Yokomizo
d66bc1faef
Merge pull request #943 from voidsatisfaction/add_context_menu_delete_note
...
Add notelist right click(context menu) and delete note
2017-10-12 14:34:51 +09:00
Kazu Yokomizo
bef7d45c3e
Merge pull request #961 from asmsuechan/fix-pasting-image
...
Fix to create imageDir if it does not exist
2017-10-12 11:48:20 +09:00
SuenagaRyota
bb9489a8d3
Merge pull request #955 from asmsuechan/iss-919
...
Change to apply font with single quotations
2017-10-12 11:34:42 +09:00
asmsuechan
700eeb8f5a
Fix to create imageDir if it does not exist
2017-10-12 10:28:01 +09:00
asmsuechan
7e2f0049b6
Change to apply font with single quotations
2017-10-11 12:17:49 +09:00
Sean Baines
b2388544d8
Merge branch 'master' into sean/grammar-fix
2017-10-10 19:22:02 +01:00
Sosuke Suzuki
d772551c60
convert platformName from os.platfoem() form to AMA form
2017-10-10 14:58:52 +09:00
Wesley Hansen
31dca6f06b
Fix failed build lint error
2017-10-09 20:55:04 -04:00
Sean Baines
83f68fe153
Grammar and capitalization fix
2017-10-09 19:15:52 +01:00
Kazu Yokomizo
08a2ae0fd3
Merge pull request #941 from voidsatisfaction/korean_trans_dev
...
Add recent translated korean developement & debug docs
2017-10-10 01:21:56 +09:00
Jannick Hemelhof
53d3f51c74
Cleaner catch
2017-10-09 14:04:02 +02:00
Jannick Hemelhof
f7cdafb087
Add try/catch logic to recording of analytics events
2017-10-09 10:45:09 +02:00
Wesley Hansen
5b17808569
Support for solarized dark and light themes
...
CodeMirror seems to have the two solarized themes within the
`node_modules/coemirror/theme/solarized.css`. So passing the string
"solarized light" and "solarized dark" to the editor theme appropriately
sets these themes.
The Boostnote app appears to be dynamically determining themes based
on the css files found within `node_modules/codemirror/theme/`.
So that's why there was just a single option of 'solarized' before.
The light and dark 'solarized' themes appear to be the *only* themes
that share a css style, whereas all other light and dark variarnt
themes get their own css file (ex: base16-dark.css and base16-light.css).
Weird!
2017-10-08 23:56:15 -04:00
voidSatisfaction
a7328e21f1
feat: add right click notelist delete
2017-10-08 18:20:31 +09:00
voidSatisfaction
e64370e9a2
fix: no need enter
2017-10-08 15:16:26 +09:00
voidSatisfaction
d5b37b2418
feat: add debug docs for korean and link on debug.md
2017-10-08 13:58:15 +09:00
voidSatisfaction
4da08d93fd
feat: add translated korean developement docs
2017-10-08 13:39:32 +09:00
Kazu Yokomizo
c39e5c67f5
Merge pull request #937 from mrseanbaines/sean/improve-english
...
Sean/improve english
2017-10-06 13:21:35 +09:00
Sean Baines
00d5cf13c9
Merge branch 'master' into sean/improve-english
2017-10-05 07:46:02 +01:00
Kazu Yokomizo
1120bcfc0c
Merge pull request #934 from mrseanbaines/sean/tag-select-border-box
...
Fix "borde-box" typo
2017-10-05 10:49:39 +09:00
Sean Baines
8e506cb7c2
Improve English
...
This would make more sense like this.
2017-10-04 21:50:15 +01:00
Sean Baines
145b66d375
Fix English mistake
2017-10-04 21:46:55 +01:00
Sean Baines
82e4a8bbc3
Fix borde-box typo
...
Mistake in code. Changed from `borde-box` to `border-box`
2017-10-04 21:33:49 +01:00
Kazu Yokomizo
bca9bfb960
Merge pull request #931 from BoostIO/fix-font-color-in-code
...
Fix font color in code block
2017-10-04 13:11:55 +09:00
Kazu Yokomizo
d8e19d9c17
Fix font color in code block
2017-10-04 11:39:27 +09:00
SuenagaRyota
95d74d1ca2
Merge pull request #897 from urda/urda/feature/copy-notify-toggle
...
Allow users to disable "Saved to clipboard" notification.
2017-10-01 19:33:17 +09:00
Peter Urda
ebdd6d77f7
Allow users to disable "Saved to clipboard" notification.
2017-10-01 02:48:54 -07:00
Sosuke Suzuki
d56bcc4fdf
enable to get appVerion and platformName
2017-09-30 12:19:51 +09:00
Kazu Yokomizo
4bb18cfc9a
Merge pull request #915 from cofcool/fix_doc
...
change grand to grunt
2017-09-27 13:01:45 +09:00