Junyoung Choi (Sai)
d4eec461a9
Merge pull request #1393 from BoostIO/fix-update
...
Fix windows update
2018-01-13 18:00:44 +09:00
Junyoung Choi (Sai)
b584f37087
Merge pull request #1392 from BoostIO/cm-close-brackets
...
Cm close brackets
2018-01-13 18:00:12 +09:00
Junyoung Choi
5c75644db2
Check upate every day rather than every hour
2018-01-13 17:36:33 +09:00
Junyoung Choi
72d9e3e00b
Fix update error
...
This error was caused by using super old version of
electron-winstaller.
2018-01-13 17:35:23 +09:00
Sosuke Suzuki
b3d3362f34
set autoCloseBrackets to cm defaultConfigurations
2018-01-13 15:37:14 +09:00
Sosuke Suzuki
1cbaf55cee
import the addon for autoCloseBrackets
2018-01-13 15:10:18 +09:00
Kazz Yokomizo
85937d8e23
Merge pull request #1324 from mslourens/confirmation-dialog
...
show delete confirmation dialog
2018-01-12 09:37:05 +09:00
Kazz Yokomizo
ad80b8e8b6
Merge pull request #1379 from BoostIO/destroy-initmodal
...
remove initmodal
2018-01-10 23:36:35 +09:00
Sosuke Suzuki
d44d220c55
change default storage name from debugging to production
2018-01-10 19:40:04 +09:00
Sosuke Suzuki
f6bcef0789
remove unnecessary variables
2018-01-10 19:36:45 +09:00
Sosuke Suzuki
a28ec752e8
remove InitModalComponent
2018-01-10 19:36:13 +09:00
Sosuke Suzuki
48ea5746d9
move init function to Main.js
2018-01-10 19:33:58 +09:00
Kazz Yokomizo
f473d31970
Merge pull request #1368 from marcusstenbeck/patch-1
...
fix(code-editor): use correct prop for font family
2018-01-05 19:06:57 +09:00
Marcus Stenbeck
9cd1d4b466
fix(code-editor): use correct prop for font family
2018-01-05 10:54:48 +01:00
Kazz Yokomizo
4f02065eaf
Merge pull request #1354 from trinode/feature-elixir-support
...
Elixir syntax highlighting
2018-01-04 20:31:45 +09:00
Kazz Yokomizo
4b85e3e8fb
Merge pull request #1363 from BoostIO/fix-note-disppaer-bug
...
fix bug when add tag, disappear note.
2018-01-04 19:57:40 +09:00
Sosuke Suzuki
e4e8c2205e
splid update functions
2018-01-04 18:12:27 +09:00
Maurits Lourens
18649dd074
fixed lint errors
2018-01-04 08:32:42 +01:00
Maurits Lourens
9f9463f0e8
fixed review comments
2018-01-03 23:08:42 +01:00
Kazz Yokomizo
6cf9bc5de2
Merge pull request #1361 from BoostIO/fix-ci-errror
...
Fix CI error at #1147
2018-01-04 04:07:49 +09:00
Kazu Yokomizo
297b4346c5
Fix CI error at #1147
2018-01-04 03:51:49 +09:00
Kazz Yokomizo
767a203439
Merge pull request #1147 from mslourens/export-folder
...
export folder as md or text
2018-01-04 03:50:24 +09:00
Kazz Yokomizo
c564c253b1
Merge pull request #1302 from mslourens/open-finder
...
fixed opening finder on Windows and Linux
2018-01-04 03:39:14 +09:00
Anthony Graham
b4e138e21b
Elixir Syntax Highlighting
2018-01-01 21:17:29 +00:00
Kazz Yokomizo
8ca01921c4
Merge pull request #1349 from BoostIO/fix-live-preview-indent-bug
...
fix bug that config of editorIndentSize is not working.
2017-12-30 16:38:58 +09:00
Sosuke Suzuki
c8b97ffde3
pass fontSize and indentSize to CodeEditor as props
2017-12-30 11:04:13 +09:00
Kazz Yokomizo
abc84e5710
Merge pull request #1347 from BoostIO/fix-solarized-dark-infopanel
...
fix style
2017-12-29 21:56:55 +09:00
Sosuke Suzuki
d732d195f3
fix style
2017-12-29 21:38:40 +09:00
Kazz Yokomizo
789975abb0
Merge pull request #1343 from BoostIO/fix-table-backgroud-color
...
add table style in solarized-dark-theme
2017-12-28 22:57:39 +09:00
Sosuke Suzuki
ed1eab7fcc
add table style in solarized-dark-theme
2017-12-28 22:48:59 +09:00
Kazz Yokomizo
29b31c114a
Merge pull request #1337 from BoostIO/update-readme
...
Update readme
2017-12-28 11:13:48 +09:00
Kazz Yokomizo
c8cf353c21
Merge pull request #1220 from PaulRosset/add-notification-onChangeUi
...
Add notification on change ui
2017-12-28 10:45:21 +09:00
Kazz Yokomizo
e82e2c71f1
Update readme
2017-12-28 10:44:07 +09:00
Kazz Yokomizo
dd729c406f
Merge pull request #1256 from mslourens/export-html
...
first attempt to export html
2017-12-28 10:38:55 +09:00
Kazz Yokomizo
3127e85900
Merge pull request #1329 from robbawebba/fix/jump-notes-by-link
...
Fix linking to other notes
2017-12-26 11:51:51 +09:00
Kazz Yokomizo
304eeb3158
Merge pull request #1331 from ncaron/master
...
Fix starred item count
2017-12-26 11:41:28 +09:00
Niko Caron
bf781c6b50
Fix starred item count
...
* Deleting a starred item will now update the starred count in the side nav. (delete from starred set)
* Restoring a starred item will add it the the starred set again.
Fix : #1326
2017-12-23 18:17:48 -04:00
Rob Weber
4f7026969f
Fix linking to other notes
2017-12-23 01:33:03 -08:00
Kazz Yokomizo
16d264ebfa
Merge pull request #1328 from BoostIO/fix-style
...
Fix style
2017-12-23 15:32:02 +09:00
Kazu Yokomizo
04ffbe945b
Delete unnecessary style
2017-12-23 15:25:45 +09:00
Kazu Yokomizo
974a1a1e7d
Fix style
2017-12-23 15:18:16 +09:00
Kazz Yokomizo
ca2c07244f
Merge pull request #1321 from mslourens/tooltips
...
added tooltips like the new note button
2017-12-23 15:12:17 +09:00
Kohei TAKATA
f90786d1c0
Merge pull request #1327 from BoostIO/feature-v0-8-19
...
v0.8.19
v0.8.19
2017-12-23 12:51:13 +09:00
Kohei TAKATA
bdf55568c7
v0.8.19
2017-12-23 12:03:28 +09:00
Maurits Lourens
e262d2f19b
fixed lint error
2017-12-21 19:15:34 +01:00
Maurits Lourens
aabfe820ac
refactored to prevent duplicate code
2017-12-21 17:41:08 +01:00
Maurits Lourens
3bba5442bd
show delete confirmation dialog
2017-12-21 15:57:27 +01:00
Maurits Lourens
6ce1922fb3
added tooltips like the new note button (and consequently extracted some buttons and styles)
2017-12-21 15:23:13 +01:00
Maurits Lourens
9367a404ef
converted line-endings back to lf
2017-12-21 09:37:17 +01:00
Kazz Yokomizo
7c8e19c681
Merge pull request #1312 from BoostIO/fix-layout
...
Fix switch button layout
2017-12-20 18:56:31 +09:00