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

3121 Commits

Author SHA1 Message Date
amedora 0c7a1e8f17 apply theme color to slider in MarkdownSplitEditor 2019-07-08 13:14:30 +09:00
Kazumi Harada 3d7ab40674 [update] apply the method of fixLocalURLS before exporting to pdf 2019-07-08 13:14:10 +09:00
Kazumi Harada b8de51be57 [update] adjust code style 2019-07-08 13:13:52 +09:00
Kazumi Harada 1ce72b91ca [update] by force, insert the default value to the customCSS config 2019-07-08 13:13:52 +09:00
Kazumi Harada 3f96587a70 [update] move default value of the customCSS field to ConfigManager 2019-07-08 13:13:52 +09:00
Huachao Mao c012bbd54a Update lock/unlock icons in editor #1760 2019-07-08 13:13:30 +09:00
David Thomason a50852306e Loading insert day hotkey triggers from config.hotkey 2019-07-08 13:13:06 +09:00
David Thomason db396ec107 Added insert date & time info to HotkeyTab settings 2019-07-08 13:13:06 +09:00
David Thomason 6b868658aa Changed "insert date & time" hotkey on mac from Shift-Cmd-/ to Alt-Cmd-/ 2019-07-08 13:13:06 +09:00
AWolf81 aeb77e5a40 Remove package-lock file & use startsWith for https check 2019-07-08 00:05:26 +02:00
AWolf81 558c091205 fix linting 2019-06-30 00:18:52 +02:00
AWolf81 f67175e628 fix test 2019-06-30 00:03:54 +02:00
AWolf81 390f6d545f fix PropTypes 2019-06-30 00:03:25 +02:00
AWolf81 44efb0178c Merge branch 'master' into html-to-md
# Conflicts:
#	browser/main/modals/NewNoteModal.js
#	package-lock.json
#	package.json
#	yarn.lock
2019-06-29 23:25:52 +02:00
AWolf81 37eee26bdf fix linting & routing 2019-06-29 23:21:32 +02:00
Junyoung Choi b4251a793b Merge pull request #3037 from AWolf81/fix-search-issue-unicode
Simplified search input & fixed chinese character input
2019-06-29 00:41:24 +09:00
roottool 6736a08240 Fixes that TOC hasn't id attribute when the title is all 2-byte characters (#2994)
* Fix: 2-byte character support of slug

* Fix: Decodes slug to display slug

* Fix: Removed a logic of replaceDiacritics

* Fix: Fixed slugify to pass tests

* Fix: Fixed not to remove underscore

* Adds the test for slugify.js

* Fix: Fix to jump to heading

* Added a comment

* Fix: Created click event only linking to heading

* Fix: Fix to use handleLinkClick(e)

* Fix: Changed the regex rule

* Fix: Changed the regex rule of extractId
2019-06-29 00:40:16 +09:00
mehdi 6e45ee6a38 add Date ISO 8601 format 2019-06-24 06:10:31 +09:00
Callum Booth ba34458feb changes if state to be more readable 2019-06-10 20:27:55 +01:00
Callum Booth a2fb50a71c adds destructed fontFamily from props 2019-06-10 19:21:33 +01:00
Callum booth b15a4007ee merge from master 2019-06-10 19:13:58 +01:00
nathan-castlehow 090b5c32f0 feat: Added Context Menu for markdown preview mode and copy url when hyperlink 2019-06-09 13:28:53 +08:00
amedora bc27fd0acc disable fuzzy link 2019-06-03 13:54:40 +09:00
Ryota Kusano 244a28c7d2 Adjust continuous quotation pattern 2019-05-29 22:55:05 +09:00
Ryota Kusano edac4d3fed Fix to remove unnecessary escape charactor erorr on IDE 2019-05-29 22:55:05 +09:00
Ryota Kusano e402929cca Fix regular expression related checkbox logic 2019-05-29 22:55:05 +09:00
AWolf81 639bfbe549 apply search term on enter key 2019-05-29 09:02:34 +02:00
AWolf81 2e380ceb02 use Connected-React-Router to navigate 2019-05-29 08:29:53 +02:00
AWolf81 f26dea2420 Merge branch 'master' into feature-tag-links 2019-05-29 08:11:51 +02:00
AWolf81 60e841e5a2 fix focus loss by checking switchPrieview prop change 2019-05-29 07:52:22 +02:00
AWolf81 25d055e560 Merge branch 'master' into fix-search-issue-unicode
# Conflicts:
#	browser/main/TopBar/index.js
#	yarn.lock
2019-05-29 07:42:20 +02:00
Morten Lautrup 052fb3df5b Specify wich images should not be draggable
Make only images and spans inside buttons undraggable
2019-05-29 13:02:37 +09:00
Morten Lautrup 929f475354 Make buttons undraggable 2019-05-29 13:02:37 +09:00
AWolf81 1afa02bbb3 fix local link detection by creating a link tag to parse the input string 2019-05-29 12:20:49 +09:00
AWolf81 3c39dc3cec change redirecting to connected-react-router 2019-05-29 12:20:49 +09:00
AWolf81 7e8f46c4f3 remove commented imports 2019-05-29 12:20:49 +09:00
AWolf81 333b0584a4 address review comments - add production/dev main.html & remove comments 2019-05-29 12:20:49 +09:00
AWolf81 f7a648903e fix auto-scroll 2019-05-29 12:20:49 +09:00
AWolf81 6ec687ef15 add React & Redux devtools 2019-05-29 12:20:49 +09:00
AWolf81 b6212f4bfe Update dependencies & change to React-router v5 2019-05-29 12:20:49 +09:00
AWolf81 9794149fae Merge branch 'master' into fix-search-issue-unicode 2019-05-28 20:18:13 +02:00
AWolf81 edc9d8bd4d use composition input 2019-05-28 20:16:02 +02:00
Junyoung Choi 56192f0758 Merge pull request #3034 from AWolf81/enable-markdownlint-option
Enable Markdown lint option
2019-05-26 18:38:30 +09:00
Junyoung Choi 63eb8584e7 Hide markdown lint settings when markdown lint is disabled 2019-05-26 18:32:24 +09:00
Zubata SMRTKA aa4d06fb1e formatting 2019-05-26 18:22:04 +09:00
AWolf81 c70cca2776 remove console.log 2019-05-26 10:07:43 +02:00
AWolf81 1a38771f1a remove console.logs & improve error handling 2019-05-26 09:57:40 +02:00
AWolf81 25728e51d2 simplified search input & fixed focus loss issue 2019-05-25 21:01:51 +02:00
AWolf81 02576c48b6 move enableMarkdownLint checkbox to customMarkdownLintConfig area (like at allow custom css) 2019-05-25 07:31:21 +02:00
AWolf81 4263309d89 Merge branch 'add-markdownlint-rules-form' of github.com:roottool/Boostnote into enable-markdownlint-option 2019-05-25 07:21:26 +02:00