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

745 Commits

Author SHA1 Message Date
松井誠泰 701fc0bc80 I fixed the behavior of the editor.
On enter key pushed, if already the line contains a token in markdown list, no completion is needed, I think.

By this change, node_modules/codemirror/addon/edit/continueList.js could be trashed, but I can't because of the gitignore.
2018-02-04 10:03:50 +09:00
Kazu Yokomizo ca282d5635 Fix percentage bar in markdown preview 2018-02-03 16:32:02 +09:00
Junyoung Choi 69601bf15a Fix but: line numbers of editor isnt applied properly 2018-02-03 15:02:26 +09:00
Junyoung Choi (Sai) a64f73ca0c Merge pull request #879 from xxdavid/feature-editor-line-lines
Make line numbers in the editor optional
2018-02-03 13:57:00 +09:00
Vladimir Jimenez d0559c16b5 Pass correct preview prop to MarkdownEditor 2018-01-30 07:42:16 -08:00
Vladimir Jimenez 4bd639c6c4 Allow preview area to scroll past end of file 2018-01-29 17:11:42 -08:00
yamash723 8a0a118dba Remove inline-style from markdown link list 2018-01-17 16:32:43 +09:00
Maurits Lourens 14318528b9 added encoding meta tag 2018-01-15 22:18:23 +01:00
Kazu Yokomizo 69c64434e3 Fix the folded layout on side bar 2018-01-15 08:33:23 -05:00
Sosuke Suzuki b3d3362f34 set autoCloseBrackets to cm defaultConfigurations 2018-01-13 15:37:14 +09:00
Marcus Stenbeck 9cd1d4b466 fix(code-editor): use correct prop for font family 2018-01-05 10:54:48 +01:00
Anthony Graham b4e138e21b Elixir Syntax Highlighting 2018-01-01 21:17:29 +00:00
Sosuke Suzuki c8b97ffde3 pass fontSize and indentSize to CodeEditor as props 2017-12-30 11:04:13 +09:00
Sosuke Suzuki ed1eab7fcc add table style in solarized-dark-theme 2017-12-28 22:48:59 +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
David Pavlík da1098e441 Merge branch 'master' into feature-editor-line-lines 2017-12-23 23:06:26 +01:00
David Pavlík 1f5f6c3b0e Rename 'lineNumber' to 'displayLineNumbers' 2017-12-23 22:51:38 +01:00
Sosuke Suzuki 4b7afeeb4f remove unnecesarry state 2017-12-19 03:46:20 +09:00
Sosuke Suzuki 0e0e779cbe remove unnecessary arg 2017-12-18 21:38:58 +09:00
Sosuke Suzuki c80bdb8d0c apply ignorePreviewPointerEvents 2017-12-18 19:28:42 +09:00
Sosuke Suzuki 50d89a8ec9 fix to apply fontSize and fontFamily 2017-12-18 19:21:52 +09:00
Sosuke Suzuki f5ccaa7b48 fix word-wrap 2017-12-18 18:52:59 +09:00
Sosuke Suzuki e682ee8541 avoid handling events for not split editor 2017-12-18 18:52:33 +09:00
Sosuke Suzuki caaa7a9e74 implement checkbox 2017-12-18 18:42:35 +09:00
Sosuke Suzuki 6ef0e325e2 fix style 2017-12-18 18:39:40 +09:00
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
Nikolay Lopin 83da07a941 Export note with local images
Looks through the note and searches for local images. Copies them to ‘images’ folder in the export path and replaces affected links.

#1261
2017-12-17 21:39:34 +03: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
Yutaka Ishii 3e2548fcd5 add active notelist color 2017-12-15 11:04:09 +09:00
Yutaka Ishii 1aafee2a7c Add Solarized Dark theme 2017-12-14 15:46:29 +09:00
Maurits Lourens 6fba62d062 fixed review comments 2017-12-13 17:20:22 +01: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
Kazu Yokomizo eececf8a93 Add Pin to NoteItemSimple 2017-12-12 02:27:44 +09:00
Yutaka Ishii 4983605b23 fixed sideNav icons 2017-12-11 22:03:29 +09:00
Yutaka Ishii 9e8d04d806 progressBar padding修正 2017-12-11 21:52:08 +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
Wade Johnson 667f022086 Remove semicolon 2017-12-10 21:13:21 -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 6a9d4ae0fd first attempt to export html 2017-12-08 11:43:50 +01:00
Kazu Yokomizo 3baf97e69f Fix the folded side bar layout 2017-12-08 14:18:45 +09:00
Maurits Lourens cfdc880d8c fixed incorrect fontFamily for multiple fonts 2017-12-05 12:51:16 +01:00
Maurits Lourens 1af2c83c63 removed the onDragEnd handler 2017-12-04 19:24:50 +01:00
Maurits Lourens 6c75136777 implemented drag/drop for tabs 2017-12-04 19:24:50 +01:00