Releases: vnotex/vnote
Releases Β· vnotex/vnote
United Entry
ζεεθ΄’
- Fix shortcuts in key sequence with input method (like
Ctrl+G, E
) - Add line ending settings for config files
- FindAndReplace: fix zero-length search
- QuickAccess: support folders
- Upgrade to Qt 5.15.2
- Support file associations
- NewNoteDialog: remember default file type
Separate Notebook Node Explorer
- NotebookExplorer: support separate node explorer
- Theme: add user-provided VSCode-Dark theme
- MarkdownEditor: use web to highlight code blocks
- MarkdownViewWindow
- Add switch for code block line number
- Fix ParseToMarkdown
<style>
issue - Add config for overridding MathJax script
- SortDialog: fix sorting issue of date
- FramelessMainWindow: fix StayOnTop issue
Task
Task
@tootal introduces a simple task system to VNote. Docs: https://vnotex.github.io/vnote/en_us/#!docs/Users/Task.md
Solarized Themes
@Nriver introduces two Solarized themes to VNote.
Fixes
- Fix crash caused by Youdao Dict
- Settings: support searching (@feloxx)
- MainWindow: decide DPI on the screen vnote starts
- MathJax: support equation begin
- Export: fix table-of-contents translations of wkhtml2pdf
- CI: cache Qt (@BeyondXinXin)
Side-by-Side Edit with Preview
Refine Markdown Editor
Recycle Bin
Now recycle bin is just a simple folder. No corresponding node for it.
Quick Access
Support removing items from Quick Access directly.
Markdown Editor
Read Mode
- Support centering images
- Add
user.css
for user styles. User could edit this file to quickly modify the styles of read mode.
- Support debugger via
F12
Edit Mode
Support context-sensitive context menu such as copying images or opening links.
Fix Frameless Main Window on Windows
v3.8.1 fix FramelessMainWindow
Tags
Export and Search Highlight
Export
- Support All-in-One in PDF format
- Suport Custom export (like using
pandoc
) - Support minimizing the export dialog when exporting
Search
Support highlighting the matched items in opened files from location list. F3
/Shift+F3
to navigate through those items.