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

608 Commits

Author SHA1 Message Date
Nikolay Lopin d7d77dbfe9 Fix wrong styling of todo items in exported HTML
The issue happened because styles connected with todo list were applied directly to HTML in Preview component. I added class to `li` tag of each todo item and style it from css.
2018-02-10 14:03:02 +03:00
Junyoung Choi 5ec541c3c1 Manipulate left margin of task item to hide circle 2018-02-10 18:29:57 +09:00
Georges Indrianjafy dc1b059a9d clean up 2018-02-06 19:12:25 +02:00
Georges Indrianjafy a676ebf46c fix(editor): replace [] with <> 2018-02-06 18:35:11 +02:00
Nikolay Lopin 338f9fb5a9 Semicolon fix 2018-02-05 13:04:01 +03:00
Nikolay Lopin 98c9132d4a Merge branch 'master' into export-note-with-images
# Conflicts:
#	browser/components/MarkdownPreview.js
2018-02-05 12:59:45 +03:00
Georges Indrianjafy a054f12492 Merge branch 'master' into feat/display-url-title
# Conflicts:
#	browser/components/CodeEditor.js
#	browser/finder/NoteDetail.js
2018-02-05 11:50:14 +02:00
Georges Indrianjafy c42ac1df1b chore(editor): resolve lint issues 2018-02-05 11:00:56 +02:00
Georges Indrianjafy d9d46cda1c feat(editor): extract pasting url method 2018-02-05 10:59:36 +02:00
Nikolay Lopin f678a17505 Export images together with document 2018-02-05 02:08:33 +03:00
Nikolay Lopin 3da4bb69ce Export images together with document 2018-02-05 02:08:09 +03:00
Georges Indrianjafy 56d6eb7077 feat(config): add ablility to opt out of fetch url 2018-02-04 13:58:02 +02:00
Georges Indrianjafy 9b54272f8e feat(code-editor): fetch title when pasting url 2018-02-04 13:57:00 +02:00
松井誠泰 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