Skip to content

v0.7.0

Choose a tag to compare

@zag zag released this 29 Mar 19:40
· 67 commits to master since this release
podlite_0 7 0-release

Podlite Desktop 0.7.0

Smart Lists

Press Enter to continue lists. Checkboxes and numbered markers carry over automatically.

Smart Lists

Nesting Levels

Tab / Shift+Tab — change nesting level for plain lists, numbered lists and task lists.

Nesting Levels

Code Folding

Collapse =begin/=end blocks and =head sections to navigate large documents. Fold state is preserved between sessions.

Code Folding

Collapsible Blocks

:folded / :!folded — collapsible blocks in preview.

Folded blocks

Full Changelog

New:

  • code folding for =begin/=end blocks and =head sections
  • list continuation on Enter with preserved type prefix
  • Tab/Shift+Tab for item nesting level
  • auto-reload file when changed on disk
  • "Open Files in Preview" toggle
  • per-file view mode persistence
  • session state restore (cursor, scroll, folds)
  • collapsible blocks with :folded attribute

Fixed:

  • editor input latency (860ms to near-zero)
  • search panel closing on Enter
  • links not opening from preview (Electron 38)
  • crash on directory path
  • cursor visibility on new window
  • fold markers in verbatim blocks
  • code highlighting in preview (#42)

Full Changelog: v0.6.1...v0.7.0