1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-29 01:25:21 +00:00
Commit Graph

922 Commits

Author SHA1 Message Date
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
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
Peter Urda ebdd6d77f7 Allow users to disable "Saved to clipboard" notification. 2017-10-01 02:48:54 -07:00
Cristian Beskid ea81b0d414 Fix notification bar offset in full screen mode 2017-09-25 23:08:12 +02:00
Cristian Beskid a0c8ec3171 Remove redundant semicolon 2017-09-25 17:26:08 +02:00
Cristian Beskid 80c13f7c4f Align notification bar with the navigation bar 2017-09-25 17:17:34 +02:00
Amir Sharif a053706c24 Fix grammer in InfoTab 2017-09-23 09:10:33 -07:00
asmsuechan bf590b5614 Fix typo addNotes to addNotesFromFiles 2017-09-23 12:29:08 +09:00
Kazu Yokomizo 3ef33c065c Merge pull request #793 from asmsuechan/add-drop-on-notelist
Add file drop on NoteList
2017-09-23 12:09:55 +09:00
Kazu Yokomizo 8e89fb8b92 Merge pull request #890 from asmsuechan/iss-888
iss #888 Fix letter count
2017-09-23 11:43:09 +09:00
asmsuechan 8e81cfcf89 iss #888 Fix letter count 2017-09-23 11:40:26 +09:00
asmsuechan 9b3306157c Add link for cloud integration 2017-09-23 11:15:16 +09:00
asmsuechan f8e6a939ca Fix comment 2017-09-23 10:20:48 +09:00
Kazu Yokomizo 5e476054d7 Fix layout at NewNoteModal 2017-09-23 01:34:51 +09:00
Kazu Yokomizo 2fc8547384 Fix layout at CreateFolderModal 2017-09-23 01:20:39 +09:00
asmsuechan 2af2d71540 Rename addNotes to addNotesFromFiles 2017-09-23 00:28:55 +09:00
asmsuechan 6aaf9d9eb2 Change disable drop on trash 2017-09-23 00:28:55 +09:00
asmsuechan 42a9caf5a3 Add file drop on NoteList 2017-09-23 00:28:52 +09:00
Kazu Yokomizo 69f1ad6eb3 Sorry CI 2017-09-23 00:00:27 +09:00
Kazu Yokomizo 4a5fd41249 Fix layout at description in SnippetNoteDetail 2017-09-22 23:48:41 +09:00
Kazu Yokomizo 4e90a93b30 Fix layout at NoteDetail 2017-09-22 23:46:41 +09:00
Kazu Yokomizo 9861fbf7c8 Fix layout at RealtimeNotification 2017-09-22 22:56:32 +09:00
Kohei TAKATA c762b9ae00 Merge pull request #877 from asmsuechan/add-realtime-info
Add RealtimeNotification
2017-09-22 20:26:20 +09:00
Kazu Yokomizo 419c57ed3f Fix CI error 2017-09-22 16:14:06 +09:00
Kazu Yokomizo 601f0b0de8 Fix layout at narrow the width of description in SnippetNoteDetail 2017-09-22 16:06:40 +09:00
Kazu Yokomizo 7b1c6c10b7 Change expand icon at NoteDetail 2017-09-22 15:56:49 +09:00
Kazu Yokomizo 5a85c257cf Fix layout at SideNab in PreferenceModal 2017-09-22 15:46:08 +09:00
Kazu Yokomizo beceb851c2 Fix layout at selector size in PreferenceModal 2017-09-22 15:41:40 +09:00
Kazu Yokomizo 31485d3387 Fix layout at head in PreferenceModal 2017-09-22 15:27:22 +09:00
Kazu Yokomizo fc552e030a Change save button position to top 2017-09-22 15:21:04 +09:00
Kazu Yokomizo bf4c9f920a Fix layout at preference modal 2017-09-22 15:13:34 +09:00
David Pavlík 0907bc80ef Strip HTML from the note title 2017-09-21 16:48:13 +02:00
Sosuke Suzuki a62faa471c change the event name for app start from MAIN_FOCUSED to APP_STARTED 2017-09-15 00:23:31 +09:00
Sosuke Suzuki 66f3ce2cb2 add MAIN_FOCUSED event 2017-09-12 19:43:59 +09:00
asmsuechan e313b5e59d Add RealtimeNotification 2017-09-09 13:47:30 +09:00
asmsuechan 9ea9d30947 Add wordcount and lettercount to InfoPanel 2017-08-19 08:26:55 +09:00
asmsuechan 881f5a5110 Fix typo regarding fullscreen 2017-08-15 20:22:26 +09:00
SuenagaRyota 4e986a6384 Merge pull request #802 from asmsuechan/fix-by-eslint-react
Fix by eslint react
2017-08-15 10:16:33 +09:00
asmsuechan b85790d2fa Fix note creation in All Notes 2017-08-15 10:09:17 +09:00
asmsuechan 6bc3e7fcf1 [eslint] react/no-direct-mutation-state 2017-08-15 10:01:04 +09:00
asmsuechan 1ca968201d [eslint] react/no-unescaped-entities 2017-08-14 11:56:55 +09:00
asmsuechan a752730718 Change to use sdialog.showMEssageBox() instead of window.alert 2017-08-14 11:39:06 +09:00
asmsuechan 9d20fd91ec Change ee to eventEmitter 2017-08-14 11:20:54 +09:00
asmsuechan 70a6a3acb8 Remove unused variable 2017-08-14 11:20:54 +09:00
asmsuechan 7f52eed4d5 Move condition of trash or not 2017-08-14 11:20:54 +09:00
asmsuechan 105119e1a4 Change let to const 2017-08-14 11:20:54 +09:00