1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-02 20:53:22 +00:00
Commit Graph

389 Commits

Author SHA1 Message Date
Baptiste Augrain fa9d8b8881 replace awesomplete with React component react-autosuggest 2018-08-26 15:48:41 +02:00
ehhc 734db58d85 Spellcheck - first try to fix #2176 2018-08-22 16:48:10 +02:00
Baptiste Augrain 00b4874d09 add tag autocomplete 2018-08-21 10:57:25 +02:00
Kiryanenko Alexander d61a218808 Merge branch 'master' into master 2018-08-20 14:14:02 +03:00
Junyoung Choi (Sai) 9e3b321aaf Merge pull request #2216 from ZeroX-DG/improve-dev-script
Improved dev script
2018-08-20 15:05:21 +09:00
Baptiste Augrain 174a315e3f update electron version 2018-08-16 01:23:35 +02:00
Maciek 7804a22984 Automatic table of contents generation for Markdown
Adds table of contents for any Markdown note or
Markdown snippet.
Consequent generations update existing TOC.
Generated TOC is case sensitive to handle #2067

Shortcut : CommandOrControl+Alt+T
Menu : Edit/Generate/Update Markdown TOC
2018-08-10 23:20:56 +02:00
Alexander dac23e38d9 Add support for converting to MD when paste HTML 2018-08-10 13:27:17 +03:00
Nguyen Viet Hung dd62fca45d change dev-start to dev 2018-08-09 16:21:27 +07:00
Chad Wade Day, Jr acc6ea434a Merge remote-tracking branch 'upstream/master' 2018-07-20 11:45:36 -07:00
Nguyễn Việt Hưng 4c8342c19d updated dev script 2018-07-19 17:04:55 +07:00
Junyoung Choi 6cad2ab4df v0.11.8 2018-07-19 15:21:35 +09:00
Chad Wade Day, Jr be972781ee Fix for BoostIO/Boostnote#2204 2018-07-18 11:58:54 -07:00
Junyoung Choi (Sai) 22939aa472 Merge pull request #2145 from amedora/table-formatter
Markdown Table Formatter
2018-07-17 13:50:00 +09:00
Junyoung Choi (Sai) ac70a0d94d Merge branch 'master' into feature/862 2018-07-17 12:21:17 +09:00
JianXu 866a0e7534 Add mermaid support 2018-07-03 15:10:08 +08:00
ehhc 4307db11c5 Merge branch 'master' of https://github.com/BoostIO/Boostnote into spell_check
# Conflicts:
#	browser/components/CodeEditor.js
#	locales/fr.json
#	package.json
2018-07-03 09:05:47 +02:00
JianXu 6bc42c564d Add chartjs 2018-07-03 12:58:45 +08:00
Sosuke Suzuki aa756ef194 Merge pull request #2146 from BoostIO/update-codemirror
update codemirror
2018-06-30 20:10:13 +09:00
Junyoung Choi ae493cbd0e v0.11.7 2018-06-30 00:51:15 +09:00
Sosuke Suzuki 72e3784fa5 update codemirror 2018-06-28 17:37:36 +09:00
amedora cc52cf60dc add reference to @susisu/mte-kernel 2018-06-28 13:36:04 +09:00
Junyoung Choi (Sai) 70d02e9a6d Merge pull request #2125 from johannbre/admonition_bug_fix
Fix rendering of admonitions in Windows
2018-06-27 14:50:54 +09:00
Junyoung Choi (Sai) 6401016424 Merge pull request #2122 from yosmoc/plant_uml_improvement
plantuml non-english character support and timing diagram support
2018-06-27 04:54:21 +09:00
Jannick Hemelhof f7fd99ec20 Update electron to v2.0.3 2018-06-26 11:27:37 +02:00
Junyoung Choi (Sai) 836fc13449 Merge pull request #2124 from clone1612/remove-unused
[Refactoring] - Removed unused packages
2018-06-26 06:01:30 +08:00
Johann Breytenbach c36689934d Fix rendering of admonitions in Windows 2018-06-24 22:04:36 -07:00
yosmoc 653b985018 plantuml non-english character support and timing diagram support 2018-06-23 14:02:46 +09:00
ehhc 82178055af Spellcheck - initialisation and first draft onChange 2018-06-17 17:13:44 +02:00
Sosuke Suzuki c42e1a0ab4 Merge pull request #2054 from clone1612/electron-2-compatibility
Upgrade Electron to v2.0.2
2018-06-14 14:34:12 +09:00
Junyoung Choi 259df880ba v0.11.6 2018-06-14 11:02:20 +09:00
Jannick Hemelhof 68a328a364 Removed unused packages 2018-06-13 16:08:18 +02:00
Shammasov Max 2631cc3747 Fix file list blinking on search 2018-06-11 03:46:39 +03:00
Jannick Hemelhof 8dbf456398 Upgrade to Electron v2.0.2 2018-06-09 08:52:46 +02:00
ehhc 35bcbbbae4 Merge branch 'master' into smart_arrows 2018-06-05 11:35:56 +02:00
Junyoung Choi (Sai) 91a95b7c20 Merge pull request #1955 from bimlas/update-electron
Update to the latest Electron version (1.8.7)
2018-06-05 09:59:59 +09:00
ehhc 8ccf490e9b Include markdown-it-smartArrow. Toggle it via settings and disable it by default since it might affect HTML comments in markdown 2018-05-28 23:05:08 +02:00
Nguyễn Việt Hưng 172ea82954 fixed yarn.lock conflict 2018-05-28 15:19:10 +07:00
bimlas 4caee1e103 Update to the latest Electron version (1.8.7)
It inculdes security fixes, bug fixes and improvementts. See:
https://electronjs.org/releases

Reason for upgrading from 1.7.X to 1.8.X:

"We can not reasonably back port every bug fix and every feature to
older versions of Electron. 1.8.x is now a stable release line and if
you require this fix you should update to that stream."

https://github.com/electron/electron/issues/9860#issuecomment-365517773
2018-05-28 08:06:43 +02:00
Johann Breytenbach 7b83a34777 [Feature Request] - 1638 - Support for admonitions
Added support for markup admonitions by including markdown-it-admonition. Added material icon support and updates to styles for rendering of six different types of admonitions.
2018-05-27 20:47:44 -07:00
Nguyễn Việt Hưng c2c50817f1 resolved conflict 2018-05-25 18:42:02 +07:00
Junyoung Choi (Sai) 67143ba2d5 Merge pull request #1929 from ZeroX-DG/shortcut-mode
Shortcut to toggle mode
2018-05-24 14:01:28 +09:00
Nguyễn Việt Hưng 2b2f17525e cleaned up redundant variables, fixed eslint fix command, split snippetList into component 2018-05-21 18:32:41 +07:00
Junyoung Choi 0ca4e6ca4f v0.11.5 2018-05-19 16:45:03 +09:00
Nguyễn Việt Hưng 0934c08dfe added shortcut manager and allow user to customize toggle mode shortcut 2018-05-18 14:55:42 +07:00
Junyoung Choi (Sai) d3091a5384 Merge branch 'master' into Moving_Note_With_Attachment 2018-05-17 01:28:47 +09:00
hidaiy c9cb31bd02 Update CodeMirror version (#1925)
to fix issue#1003
2018-05-16 17:41:20 +09:00
ehhc f10fa632ca Move note with attachment to different storage Fix for #1788 2018-05-15 20:17:32 +02:00
ehhc d2163dacf9 Fixes #1825 Refactoring of the attachment/image management 2018-04-21 14:32:24 +02:00
Junyoung Choi 4b9cf775ff v0.11.4 2018-04-11 08:16:20 +09:00