1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-07-27 23:23:09 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Nguyen Viet Hung 592aca1539 fixed eslint error & integrated with prettier as well as formatted the whole codebase (#3450) 2020-02-05 09:28:27 +09:00
Junyoung Choi 484b003b34 Fix theme paths 2019-07-26 13:49:40 +09:00
AWolf81 a0799d19f8 fix app path 2019-07-17 17:25:13 +09:00
AWolf81 ba6eb4f26f fix path Linux 2019-07-17 17:25:13 +09:00
Baptiste Augrain ba913b77e7 use constants and fix cursor color 2019-05-06 18:28:57 +09:00
Baptiste Augrain 6012fc929e add Nord theme to CodeMirror 2019-05-06 18:28:57 +09:00
Sosuke Suzuki 58354061d8 set font-family to editor in Preference > Interface 2018-06-27 19:34:58 +09:00
Junyoung Choi f6db946c9a Fix wrong path of snippets.json 2018-06-08 15:37:03 +09:00
Nguyễn Việt Hưng 2b2f17525e cleaned up redundant variables, fixed eslint fix command, split snippetList into component 2018-05-21 18:32:41 +07:00
Nguyễn Việt Hưng 2bc0bce1b5 removed redundant function to get appdata 2018-05-02 09:05:29 +07:00
Nguyễn Việt Hưng 8c43f3d567 removed path.sep and use path.join to concatenate path 2018-04-27 11:27:51 +07:00
Hung Nguyen a7d0a4bdac clean up some redundant code, changed to path.sep, remove some default snippet 2018-04-22 09:27:47 +07:00
Hung Nguyen a7b85b123e fixed get appdata path error 2018-04-21 09:40:32 +07:00
Hung Nguyen ddcd722598 fix eslint error 2018-04-21 09:07:49 +07:00
Hung Nguyen 358458a937 Fixed appdata path error 2018-04-21 09:04:30 +07:00
Hung Nguyen ff2e39901a added delete snippet, update snippet, create snippet and save on snippet change 2018-04-20 23:15:17 +07: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
Dick Choi 92fd7ac09c use default theme if theme doesn't exist 2016-10-04 11:07:21 +09:00
Dick Choi 90b490c28b use codemirror 2016-10-03 22:28:13 +09:00
Rokt33r c91adcd165 update label 2016-05-08 14:41:27 +09:00
Rokt33r 293c286d22 update color option and enhance UX of FolderItem 2016-05-08 03:03:26 +09:00
Rokt33r 70244f79ba rename, recolor, remove folder 2016-05-08 02:49:19 +09:00
Rokt33r dcf773fd88 add Folder 2016-05-03 22:38:54 +09:00