1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 18:23:09 +00:00
Commit Graph

432 Commits

Author SHA1 Message Date
Callum Booth 59e361cb37 move config value into ui 2019-10-09 12:59:53 +01:00
Callum Booth 4de6c69f5d merge from upstream/master 2019-10-08 13:21:56 +01:00
Junyoung Choi 68b3077651 Merge pull request #3099 from AWolf81/html-to-md
Html to md feature
2019-09-03 02:03:51 +09:00
AWolf81 ec47ee8110 Remove manual script tag filter and use turndown remove filter 2019-08-31 21:35:09 +02:00
Nguyễn Việt Hưng 28b8141c6b fixed test 2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng 0b84a372f6 re-organize attachment functions and updated comments doc 2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng 8355e1e006 updated function name and return type 2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng c7d33fbd83 Allow user to view attachments and clear unused attachments 2019-08-30 12:46:40 +09:00
ehhc cf324d93fe Add option to disable the automiatic deletion of un-referenced attachments -> might fix #3203 2019-08-30 12:46:40 +09:00
Junyoung Choi b9dd651fc1 Merge pull request #3093 from nathan-castlehow/feat-run-prettier-on-markdown
Feat run prettier on markdown
2019-08-24 13:41:41 +09:00
sirrah23 ff9789b5a7 Fix 3060
Right now there are only two export types that are using a special
output formatter, pdf and html. Both of these formatters currently populate the
`/html/head/base` portion of the associated html document with the name
of the target directory for the file that the user is exporting.

In order for internal links within the exported document to work
correctly, the value of base must also include the filename. This fix
removes the call to `path.dirname`, which gets rid of the necessary
filename.
2019-08-24 13:36:05 +09:00
Jack Hsieh f09297f406 Fix 2636 (#3206)
* Fix 2636 Can't scroll to bottom of editor pane

* Fix minor lint issues
2019-08-11 23:22:53 +09:00
nathan-castlehow b837653cf1 Merged Master into feature branch and fixed conflicts 2019-08-01 20:12:58 +08:00
nathan-castlehow 1173631255 feat(prettierOnMarkdown): Forced prettier options to always have parser set to markdown when used. 2019-08-01 18:36:22 +08:00
nathan-castlehow 0ad3da5bbc feat(prettierOnMarkdown): Changed default hotkey value 2019-08-01 18:36:21 +08:00
nathan-castlehow 70892cae05 feat(prettierOnMarkdown):Tweaked spacing on default Prettier Config Value 2019-08-01 18:36:19 +08:00
nathan-castlehow de0af153bc feat(prettierOnMarkdown):Added prettier config default to config manager 2019-08-01 18:36:19 +08:00
nathan-castlehow 33161e46e6 feat(prettierOnMarkdown): Added support for prettyifing markdown as well as added hot key option. Partial Implementation of Prettier config in configuration screen. TODO Fix defaulting of prettier configuration 2019-08-01 18:36:18 +08:00
AWolf81 72b8d56245 Merge remote-tracking branch 'upstream/master' into html-to-md 2019-07-28 15:49:16 +02:00
AWolf81 0d36f59036 Create turndown service & use gfm turndown plugin 2019-07-28 15:02:17 +02:00
amedora 606be4304d Fix 3007 (#3028)
* fix code fences never sanitized

* fix mermaid xss

* Revert "fix mermaid xss"

This reverts commit 1ff179a1bd.

* configuable mermaid HTML label

* add locales for mermaid configuration
2019-07-27 12:39:12 +09:00
Junyoung Choi 484b003b34 Fix theme paths 2019-07-26 13:49:40 +09:00
amedora fe508307b2 make lineWrapping configurable 2019-07-22 16:42:08 +09:00
Baptiste Augrain 4e30d4b8fb fix URLs by using the correct path separator ('/' for an url and not path.sep) 2019-07-20 00:58:51 +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 cb7ac77c61 Update attachmentManagement.js
Deleting unneeded stupid log-message
2019-07-10 11:42:00 +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
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
David Thomason db396ec107 Added insert date & time info to HotkeyTab settings 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 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
Callum booth b15a4007ee merge from master 2019-06-10 19:13:58 +01:00
AWolf81 b6212f4bfe Update dependencies & change to React-router v5 2019-05-29 12:20:49 +09:00
AWolf81 270a015514 WIP: Add MarkdownLint enable setting. Gutter toggle not working as expected. 2019-05-24 19:06:15 +02:00
roottool 2497bdb124 Fix: Removed changes to debug the app 2019-05-22 22:45:09 +09:00
roottool 0d6c952721 Added a newline 2019-05-09 05:30:46 +09:00
roottool c42eb41fb3 Fix: Fixed that default rule was shifted by indent 2019-05-09 05:29:43 +09:00
roottool 79a29c3461 Merge branch 'master' into add-markdownlint-rules-form 2019-05-06 20:53:59 +09:00
Baptiste Augrain 6012fc929e add Nord theme to CodeMirror 2019-05-06 18:28:57 +09:00
roottool 4ba4e68833 Added markdownlint rules form 2019-04-29 08:54:28 +09:00
roottool 788900e31a Added markdownlint rules form 2019-04-29 03:23:25 +09:00
milotodt d41663143b Repush due to pipeline issues 2019-04-15 10:43:10 +09:00
milotodt 9db363865c Slight refactor 2019-04-15 10:43:10 +09:00
milotodt 9b03a32eec removed uneeded line of code 2019-04-15 10:43:10 +09:00