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

902 Commits

Author SHA1 Message Date
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
roottool c82dbddc74 Fix markdownlint result desplay works properly 2019-05-12 13:13:32 +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
Junyoung Choi 377901606e Merge pull request #2846 from roottool/IntroduceMarkdownLint#864
Introduce markdownlint #864
2019-05-06 18:31:01 +09:00
Nguyễn Việt Hưng 8cd24a5734 fixed open empty link 2 2019-05-06 18:30:20 +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
roottool 03b1adca12 Merge master branch into this branch 2019-04-29 01:57:16 +09:00
Charles Wang aecf2eb08d Bug fix check in. 2019-04-28 12:31:24 -04:00
David Dreher c667e1465d After select an other note now scroll to top 2019-04-28 12:30:13 -04:00
Nguyễn Việt Hưng 156a2c6521 added check empty for safety reason 2019-04-23 22:58:38 -04:00
Nguyễn Việt Hưng 48bb9d3242 fixed empty link point to main file 2019-04-23 22:58:38 -04:00
Abner Soares Alves Junior 5ca6bbea11 Fix some linter issues 2019-04-15 10:56:35 +09:00
Abner Soares Alves Junior 7b9b4d56a7 Fix the position of title mark when replacing 2019-04-15 10:56:35 +09:00
Abner Soares Alves Junior d81e69bf00 Add parse and fetch pasted markdown titles with url 2019-04-15 10:56:35 +09:00
David Dreher 1675e04f90 Fix for #2782: CodeEditor.handleChange will now update the toc if available when a headline was modified 2019-04-15 10:54:45 +09:00
Todt 0a72acd899 Modified style 2019-04-15 10:44:16 +09:00
amedora aa6c9680da Increase arrow size on sidebar 2019-04-15 10:43:52 +09:00
Milo Todt e655c2078b Update MarkdownPreview.js 2019-04-12 18:02:23 +09:00
Milo Todt 3426191e59 Update MarkdownPreview.js 2019-04-12 18:02:23 +09:00
Todt b1c77ae59c Changes and refactor of HandleMouseDown 2019-04-12 18:02:23 +09:00
Garfield Lee 0131bbbbed Update all locales copyright year (#2881)
* Update all locales copyright year

* Fix js-sequence-diagrams
2019-04-12 18:01:05 +09:00
amedora aea9673b78 Add "Ctrl + /" and "Shift + Ctrl + /" to insert today's date and time (#1765) 2019-04-12 14:32:09 +09:00
Nguyen Viet Hung bff081a263 fixed copy button (#2914) 2019-03-21 01:27:51 +09:00
Nguyen Viet Hung b5b56f7af1 Refactor code editor by moving the expand snippet out to a separate file (#2864)
* refactored CodeEditor by moving Snippet out

* fixed typo
2019-03-21 01:26:53 +09:00
Junyoung Choi 3f7f0e677d Merge pull request #2819 from ZeroX-DG/feature/edit-from-preview
[Feature] Edit from preview
2019-03-21 01:23:11 +09:00
Junyoung Choi 2b29d96d61 Merge pull request #2678 from AgentEpsilon/export-pdf
Export a Markdown note as PDF
2019-03-21 01:20:12 +09:00
Evan Miller 2a0906d88e Rehid printout BrowserWindow 2019-03-18 10:02:20 -04:00
Evan Miller 177888b159 disable webSecurity to render files to pdf 2019-02-11 11:15:08 -05:00
Evan Miller bc24acd057 add targetDir parameter to outputFormatter 2019-02-11 11:15:08 -05:00
Evan Miller 4d727b0af7 destroy window after printing 2019-02-11 11:15:08 -05:00
roottool c15cc2ecfc added to check Markdown Note is opening 2019-02-02 14:59:04 +09:00
roottool 59b441e524 removed markdown mode 2019-02-02 03:07:59 +09:00
roottool b84ebfa7b3 Merge branch 'master' into IntroduceMarkdownLint#864 2019-01-31 12:44:07 +09:00
Junyoung Choi f1b929c13b Merge pull request #2848 from daiyam/fix-gallery
fix image path due to bad regex
2019-01-31 10:58:20 +09:00
Baptiste Augrain b1c6c0442f fix guardrails errors 2019-01-29 16:49:51 +01:00
Baptiste Augrain a85a27f225 - fix bad regex
- improve test
- fix missing 'e' in some functions name
2019-01-29 16:05:30 +01:00
roottool d5629651d1 modified from require to import 2019-01-29 21:26:57 +09:00
roottool afbc8eec75 changed variable name 2019-01-29 21:00:47 +09:00