1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 02:03:14 +00:00
Commit Graph

1058 Commits

Author SHA1 Message Date
Junyoung Choi 5720b313a3 Merge branch 'master' into discard-warnings 2019-07-26 09:12:18 +09:00
hikerpig f3e2205e69 fix several propType errors raised by 'react.development.js'
some are caused by typo, some are caused by unused propType declarations
2019-07-26 09:11:00 +09:00
Junyoung Choi 410b611b14 Discard all style warnings 2019-07-26 09:03:32 +09:00
Junyoung Choi ac5a323115 Discard unused props 2019-07-26 08:49:21 +09:00
amedora 71d27d0e55 MarkdownEditor and MarkdownSplitEditor always wrap lines 2019-07-26 07:50:53 +09:00
nathan-castlehow caf1f92fef Removed SetTimeout on Markdown Preview Context menu 2019-07-22 16:42:57 +09:00
nathan-castlehow e85767b4a0 feat: Added Context Menu for markdown preview mode and copy url when hyperlink 2019-07-22 16:42:57 +09:00
amedora fe508307b2 make lineWrapping configurable 2019-07-22 16:42:08 +09:00
hikerpig c2a26a8547 improvement: refactor buildStyle to NamedParameters style, and add some jsdoc 2019-07-21 15:28:12 +08:00
hikerpig addf9b920f tweak MarkdownPreview style to optimize overflow scrollbar display, fix #2902 2019-07-21 15:28:12 +08:00
AWolf81 782d71ddb0 path fix for MacOs 2019-07-17 17:25:13 +09:00
AWolf81 ba6eb4f26f fix path Linux 2019-07-17 17:25:13 +09:00
AWolf81 4af7106e01 change theme path usage and remove relative path 2019-07-17 17:25:13 +09:00
ehhc 55a7ee1f91 Debounce deletion of un-referenced attachments --> don't fixes but mitigates the problems of #3103 2019-07-10 11:42:00 +09:00
mehdi 80a63f7404 refactor: move the config down to editor setting 2019-07-08 19:27:23 +09:00
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
David Thomason a50852306e Loading insert day hotkey triggers from config.hotkey 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
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
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 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 1afa02bbb3 fix local link detection by creating a link tag to parse the input string 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
Junyoung Choi 56192f0758 Merge pull request #3034 from AWolf81/enable-markdownlint-option
Enable Markdown lint option
2019-05-26 18:38:30 +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 4263309d89 Merge branch 'add-markdownlint-rules-form' of github.com:roottool/Boostnote into enable-markdownlint-option 2019-05-25 07:21:26 +02:00
AWolf81 b68b367b3c Toggle linting gutter with document.querySelector and style.display 2019-05-25 07:16:03 +02:00
tool root 3b473a5f7a Fix: Changed the function name 2019-05-25 08:04:40 +09:00
tool root 8b82c448af Fix: Changed the function name 2019-05-25 07:58:43 +09:00
AWolf81 270a015514 WIP: Add MarkdownLint enable setting. Gutter toggle not working as expected. 2019-05-24 19:06:15 +02:00
amedora c5484fbb88 Merge branch 'master' into filter-tags-and-folders 2019-05-21 09:50:39 +09:00
roottool c82dbddc74 Fix markdownlint result desplay works properly 2019-05-12 13:13:32 +09:00
AWolf81 5f96e314fd add tag link handling with :tag:#tag syntax 2019-05-11 09:30:10 +02:00
amedora 12229a1719 allow to expand snippets following $ character 2019-05-09 15:41:33 +09:00
amedora a7f802db7c Merge branch 'master' into filter-tags-and-folders 2019-05-09 09:23:17 +09:00
roottool 2da4f1df32 Fix: Rewrote the code to inline 2019-05-09 04:11:05 +09:00
roottool 69a62d1b73 Fix: Changed variable name 2019-05-09 04:06:27 +09:00
roottool 0a5c4c092a Fix: Improved for the app not to need to reload 2019-05-07 04:22:03 +09:00
roottool a162bab591 Fix: Improved for the app not to need to reload 2019-05-07 00:42:55 +09:00
roottool 79a29c3461 Merge branch 'master' into add-markdownlint-rules-form 2019-05-06 20:53:59 +09:00