1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 17:53:22 +00:00
Commit Graph

463 Commits

Author SHA1 Message Date
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
milotodt eeec1b12b5 adjusted handleAttachmentDrop 2019-04-15 10:43:10 +09:00
anasasilva fba9afd6f5 Shorter code 2019-04-08 21:10:42 +09:00
anasasilva c474d972cb Supports relative and absolute path 2019-04-08 21:10:42 +09:00
anasasilva 3d6f670e8d regex fixed again 2019-04-08 21:10:42 +09:00
anasasilva 9d47f319a0 absolute path 2019-04-08 21:10:42 +09:00
anasasilva 7106f042da Regex fixed 2019-04-08 21:10:42 +09:00
anasasilva ea6e56842f Error message when the image path is wrong 2019-04-08 21:10:42 +09:00
anasasilva 65926fea73 fixing identation and regex 2019-04-08 21:10:42 +09:00
anasasilva 85cb94d99d importAttachments 2019-04-08 21:10:42 +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
Callum booth 93f0d3c1cf fixes #2903 - Rearrange layout of columns 2019-03-19 20:39:34 +00:00
Daniel Mouritzen 116244384e Add ~ and _ to autoclosing brackets 2019-03-04 08:37:29 +01:00
Evan Miller bc24acd057 add targetDir parameter to outputFormatter 2019-02-11 11:15:08 -05:00
Baptiste Augrain 1cdac943ba adding Nord theme and streamlining UI theming 2019-02-11 00:45:34 +01:00
Baptiste Augrain e0d9cf7f5c fix dropping image from Firefox on Linux 2019-02-04 18:22:10 +01:00
Baptiste Augrain 10ea5d00eb avoid converting SVG 2019-02-04 14:09:11 +01:00
Baptiste Augrain de76f55fe2 fix gif 2019-02-04 13:54:45 +01:00
Baptiste Augrain cd301d514c Merge branch 'master' into drop-browser-image 2019-02-04 13:36:32 +01:00
Junyoung Choi 53ff693e95 Merge pull request #2852 from Aaron-Bird/bug-gif
[Fix] GIFs don't animate
2019-02-04 12:25:28 +09:00
Baptiste Augrain 215484c19a add tests 2019-02-01 16:27:47 +01:00
Baptiste Augrain 851d3ba159 fix image path when the dropped image's url contains a query 2019-01-31 23:26:31 +01: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
Aaron-Bird 806139091c fix: GIFs don't animate 2019-01-31 01:08:07 +08:00
Junyoung Choi 6960c8b2d6 Merge pull request #2835 from ehhc/fix_broken_attachments
Strange url-handling reverted + tests modified so that they might fin…
2019-01-30 10:32:20 +09:00