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

1198 Commits

Author SHA1 Message Date
Sosuke Suzuki ea064deeb8 implement splitEditor 2017-12-18 18:26:25 +09:00
Sosuke Suzuki 8e81609a39 implement minimun splitEditor 2017-12-18 17:40:06 +09:00
Sosuke Suzuki 977e80c829 apply switching style 2017-12-17 02:07:07 +09:00
Sosuke Suzuki 8ba0d10f40 set editorType into Config and state 2017-12-17 02:02:19 +09:00
Sosuke Suzuki 2581091652 add editorType into ConfigManager 2017-12-16 23:17:45 +09:00
Kazz Yokomizo e72a7ceaea Merge pull request #1207 from ytk141/add-note-mode-tab
add note mode tab
2017-12-16 17:33:49 +09:00
Kazz Yokomizo 0cc9f006c5 Merge pull request #1217 from SCdF/use-file-metadata-on-import
Use existing file metadata for created and modified dates
2017-12-16 14:29:19 +09:00
Kazu Yokomizo e8192e6c3f Fix several UI bugs 2017-12-16 13:49:53 +09:00
Kazz Yokomizo 820a2a093c Merge pull request #1275 from BoostIO/add-pin-note-item-simple
Add Pin to NoteItemSimple
2017-12-15 15:32:26 +09:00
Stefan du Fresne 745d250787 Reorder Object.assign
- Respects the dates that may be in input over default dates
 - Respects key and storage over what might be in input
2017-12-14 13:16:37 +00:00
Stefan du Fresne b1063eb38f Not used to this no semi colon thing 2017-12-14 13:13:29 +00:00
Stefan du Fresne 9032a1debb Use existing file metadata for created and modified dates
NB: this definintely works on OSX. Other operating systems may have
slightly different interpretations of birthtime.

See: https://nodejs.org/api/fs.html#fs_class_fs_stats
2017-12-14 13:13:29 +00:00
Yutaka Ishii 1aafee2a7c Add Solarized Dark theme 2017-12-14 15:46:29 +09:00
Kazz Yokomizo eda1f11d42 Merge pull request #1267 from hooskers/add-scroll-past-end
Add scroll past end
2017-12-14 00:54:38 +09:00
Kazu Yokomizo 52a15a5d92 Fix Ci error 2017-12-12 17:19:58 +09:00
Kazz Yokomizo 57f4aa5995 Merge pull request #1268 from ytk141/color-update
Color update
2017-12-12 17:17:44 +09:00
Yutaka Ishii ac624eb98f Change Edit Lock Icon 2017-12-12 17:01:33 +09:00
Yutaka Ishii 685206950b restore StatusBar 2017-12-12 10:22:31 +09:00
Kazu Yokomizo eececf8a93 Add Pin to NoteItemSimple 2017-12-12 02:27:44 +09:00
oisu c5b33e025e Fix link to Cloud-Syncing 2017-12-11 23:45:34 +09:00
Kazu Yokomizo ed9d3639e2 Add the Solarized Dark Theme 2017-12-11 19:01:24 +09:00
Yutaka Ishii 728f105830 dark theme update 2017-12-11 15:42:31 +09:00
Yutaka Ishii 6f359fa6a8 color setting 2017-12-11 15:42:31 +09:00
Yutaka Ishii 57a88743bc icon style update. Delete Zoom 2017-12-11 15:42:30 +09:00
Wade Johnson b742a3a4cd Put this back?? 2017-12-10 17:58:06 -08:00
Wade Johnson 8d5c9742f8 Add ability to scroll pasted last line of editor 2017-12-09 21:14:10 -08:00
Kohei TAKATA c2a49efe73 Merge pull request #1120 from mslourens/drag-drop-tabs
implemented drag/drop for tabs
2017-12-09 08:05:57 +09:00
Maurits Lourens 15d9ce1d36 fixed import of new notes 2017-12-08 13:27:16 +01:00
Maurits Lourens 4e41d9be55 fixed global styles 2017-12-05 09:06:00 +01:00
Maurits Lourens d06d94449c forgot to reload tab at oldindex 2017-12-04 19:24:50 +01:00
Maurits Lourens 6c75136777 implemented drag/drop for tabs 2017-12-04 19:24:50 +01:00
Kazz Yokomizo 391bb096d6 Merge pull request #1221 from Paalon/master
Add custom LaTeX delimiters to preferences
2017-12-04 13:45:49 +09:00
Paalon a6e0b30576 Bug fix: fix mistaken name. 2017-12-02 17:15:50 +09:00
Kazu Yokomizo 55395d3a2d Add newsletter link to preference modal 2017-12-02 15:41:43 +09:00
paalon ca4b8224fd Add LaTeX delimiters preferences 2017-12-02 07:23:12 +09:00
Paul Rosset 4735992835 Fix 2017-12-01 17:24:28 +00:00
Paul Rosset cba3519458 Fix 2017-12-01 17:19:21 +00:00
Paul Rosset c64a5e1cca Correction eslint purpose 2017-12-01 17:10:04 +00:00
Paul Rosset 47ee8b8ce7 Fix bug on UI Tab in relation to React CodeMirror 2017-12-01 16:56:43 +00:00
yosmoc b7f4af8c78 confirm tag at onBlur event
When user inputs the tag and leave the tag input box without fixing(enter or tab key), tag string is still there, but it is not stored as a tag.

This changes solved this problem. When the cursol is out of the tag input, it registers the input as a tag.
2017-11-30 22:04:56 +01:00
Yutaka Ishii 07b395c24a add note mode tab 2017-11-30 18:36:41 +09:00
Kazu Yokomizo 43ebe4ecfd FIx folded layout 2017-11-29 16:43:26 +09:00
Kazu Yokomizo 061a0cd219 Fix layout at initial modal 2017-11-28 16:27:12 +09:00
Kazz Yokomizo f0ed20ee2c Merge pull request #1184 from cormoran/fix/SideNavFoldEmoji
Fix surrogate pairs garbling on folded SideNav
2017-11-28 12:42:41 +09:00
voidSatisfaction c33f9d8307 fix: from let to const 2017-11-27 14:31:11 +09:00
voidSatisfaction eee212f5b8 Merge with master resolve conflict 2017-11-27 14:05:26 +09:00
cormoran 3d0b3e759b Fix surrogate pairs garbling on folded SideNav 2017-11-27 06:04:24 +09:00
Kazu Yokomizo 369cf16b68 Fix Margin at Note Detail 2017-11-26 16:14:52 +09:00
Kazz Yokomizo 0d38baf194 Merge pull request #1176 from yosmoc/initmodal_exit_fix
fix anykey can close the initmodal window issue
2017-11-26 16:05:38 +09:00
yosmoc eec22e6b7d fix anykey can close the initmodal issue
this change makes only ESC key can close the initmodal window.
2017-11-25 23:39:59 +01:00