Skip to content

Releases: vnotex/vnote

United Entry

03 Apr 12:25
Compare
Choose a tag to compare

Universal Entry in VNote 2 now returns as United Entry!

image

ζ­ε–œε‘θ΄’

31 Jan 01:57
Compare
Choose a tag to compare
  • 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

19 Jan 09:37
Compare
Choose a tag to compare
  • NotebookExplorer: support separate node explorer
    image
  • Theme: add user-provided VSCode-Dark theme
    image
  • 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

25 Dec 02:26
Compare
Choose a tag to compare

Task

@tootal introduces a simple task system to VNote. Docs: https://vnotex.github.io/vnote/en_us/#!docs/Users/Task.md

image

Solarized Themes

@Nriver introduces two Solarized themes to VNote.

cover

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)

Print

17 Nov 13:22
Compare
Choose a tag to compare
  • MarkdownEditor: fix view mode issue
  • Support print
  • Refine icons

Side-by-Side Edit with Preview

13 Nov 10:08
Compare
Choose a tag to compare

Edit with Preview

image

Others

  • Fix input method issue with tag popup on macOS
  • Add config for highlighting whitespace in text editor
    image

Refine Markdown Editor

06 Nov 13:42
Compare
Choose a tag to compare

Recycle Bin

Now recycle bin is just a simple folder. No corresponding node for it.

Quick Access

Support removing items from Quick Access directly.

image

Markdown Editor

Read Mode

  • Support centering images
    image
  • Add user.css for user styles. User could edit this file to quickly modify the styles of read mode.
    image
  • Support debugger via F12
    image

Edit Mode

Support context-sensitive context menu such as copying images or opening links.

image

Fix Frameless Main Window on Windows

24 Oct 23:52
Compare
Choose a tag to compare
v3.8.1

fix FramelessMainWindow

Tags

24 Oct 08:43
Compare
Choose a tag to compare

Tags

Support tagging files with multiple-levels tags.

image

image

A True Frameless Main Window on Windows

image

Scan and Import External Files

image

Notebook Database via SQLITE

The database is a cache for notebook metadata.

image

Export and Search Highlight

28 Aug 04:39
Compare
Choose a tag to compare

Export

  • Support All-in-One in PDF format
  • Suport Custom export (like using pandoc)
  • Support minimizing the export dialog when exporting

image

Search

Support highlighting the matched items in opened files from location list. F3/Shift+F3 to navigate through those items.

image

Others

  • Use icon-only side bar
    image
  • PlantUml/Graphviz: support relative path executable
  • macOS: support opening file with VNote in Finder
  • Sort notes by name case-insensitively
  • Support update check
  • Add shortcuts for CloseOtherTabs and CloseTabsToTheRight
  • Editor: support specifying line ending
    image