Skip to content

v0.6.1

Choose a tag to compare

@zag zag released this 26 Oct 15:10
· 77 commits to master since this release
9839960

Podlite

Podlite is a lightweight block-based markup language designed for flexibility and ease of use.

screenshot-1-page

inline_text_styles

✨ CHANGELOG

  • editor refactored and rebuilt using updated libraries
  • added syntax highlighting for Podlite markup language
  • refactored key bindings
  • refactored window open/save/new workflow
  • fixed duplicate file opening issues
  • added =markdown standard block support
  • added text search (Cmd-F)
  • added new blocks: =Mermaid, =picture
  • added ability to open URLs from editor using L<> links (Cmd/Win or Ctrl modifier)
  • added file: schema support in L<> links - opens files in new editor window
  • half-screen preview toggle — Ctrl + . / Cmd + .
  • full-screen preview toggle — Ctrl + \ / Cmd + \
  • added inline text style support (bold B<>, italic I<>, code C<>, links L<>, strikethrough O<>) within paragraphs and table cells
  • fixed redraw issue when resizing the application window
  • improved code block visibility in CSS
  • fixed build configuration to support macOS 26 (Thaoe)

Read the full announcement: Podlite Desktop Editor 0.6.1 Release

The desktop version of Podlite editor is freely available in stores:

Windows

Linux

Linux

Mac App

Mac App

Source code repository: Source code.

What's Changed

  • [200402] Add text search by @zag in #39
  • improve Podlite Editor by @zag in #41

New Contributors

  • @zag made their first contribution in #39

Full Changelog: v0.4.0...v0.6.1