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

2787 Commits

Author SHA1 Message Date
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
linxiuda 5e134f990e fix newNoteModal create note twice after double click quickly 2019-04-15 10:55:26 +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
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
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
Boris Pruessmann 7f55fc4b56 Removed erroneous parameter 2019-04-12 14:33:38 +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
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
Ryo Shibayama 1be208d96b Fix locale json format, add some translations 2019-04-02 14:09:39 +09:00
Nguyen Viet Hung 5b99132f66 Adjust find function
Co-Authored-By: dredav <dredav@users.noreply.github.com>
2019-03-25 11:06:13 +09:00
David Dreher 91d04b99d1 change filter function to find, find will match the first note with requested key 2019-03-25 11:06:13 +09:00
David Dreher 70e57cf738 jumpNoteByHashHandler will now try to find the location for the note that will be selected 2019-03-25 11:06:13 +09:00
Junyoung Choi fee966996f Fix wrong binding (#2940) 2019-03-22 15:33:29 +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
Junyoung Choi 9f13645127 Merge pull request #2545 from Danmou/patch-1
Add ~ and _ to autoclosing brackets
2019-03-21 01:19:25 +09:00
Evan Miller 2a0906d88e Rehid printout BrowserWindow 2019-03-18 10:02:20 -04:00
Daniel Mouritzen 116244384e Add ~ and _ to autoclosing brackets 2019-03-04 08:37:29 +01: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
David Dreher d144a5884a fix for issue #2859: Cloning a note will now also copy the properties description, snippets, tags and isStarred 2019-02-06 22:11:35 +01:00
Junyoung Choi 8b8d915ab7 Merge pull request #2642 from daiyam/drop-browser-image
handle all dropped images
2019-02-05 17:55:18 +09:00
Junyoung Choi 54de57ee7b Merge pull request #2863 from zzdjk6/master
FIX #2853 Allow "#" in title
2019-02-05 11:25:21 +09: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
Shenghan Chen 0f232b3d86 FIX #2853 Allow "#" in title
- Only strip the leading # in the title
- Make the finding title logic more straightforward
- Add unit test
2019-02-04 20:07:33 +13: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