* Fix keybinding issues
* Check for duplicate accelerators
* Allow to unset menu accelerators
* Disable AppVeyor to reconfigure later
AppVeyor is currently not in use. We have to enable it and configure.
* Update documentation
* Update documentation [ci skip]
* feat: basic use of code block by prism
* opti: remove codemirror from muya
* feat: add highlight to math and frontmatter
* feat: import and export in math block, html block, frontmatter, code block
* update: paragraph ctrl
* feat: copy and paste in new math block and html block
* feat: update code block style in dark theme
* feat: search and replace in code block
* fix: update menu item status when selection changed
* opti: optimization of updateCtrl divide it into clickCtrl and inputCtrl
* opti: search and replace in code block when no lang selected
* opti: copy paste in code block
* feat: insert paragraph before or after code block
* opti: change emoji.js to emoji.json
* feat: auto indent in code block
* opti: auto indent in code block
* opti: remove the use of snabbdom-virtualize
* fix: do not show format float box in code block
* opti: emoji picker
* update: delete some unused codes
* update: electron
* use a temp prismjs2 instead of prismjs
Changed:
1. Mac OS X to macOS
2. , and to and (instead of using both)
3. Various reformats of the text
I hope this helps, I can't contribute to the code since I can't write Java. But I hope I can help this way 😄
I think there might still be some mistakes because English isn't my native language either. But I've checked it and I hope it's correct.
* Feature: Basic use of Block HTML create and edit
* Feature: import Block HTML
* Feature: add dev snabbdom-virtualize to translate dom string to vitual dom
* Feature: export HTML block
* Feature: Block html export markdown, PDF, HTML
* bugfix: judge block html more strictly
* Bugfix: adjust cursor in source code mode when cursor is in block html