Skip to content

Releases: podlite/podlite-desktop

v0.6.1

26 Oct 15:10
@zag zag
9839960

Choose a tag to compare

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

0.4.0

30 Nov 13:09

Choose a tag to compare

podlite-v0 4 0

  • =Markdown - write GitHub Flavored Markdown (GFM).
  • enhance code snippets, add markdown suggestions
  • fix =Image .mov, .mp4 files
  • support =useReact, =React blocks
  • fix styles

0.3.0

10 Feb 06:41

Choose a tag to compare

podlite-v0 3 0

  • =Toc - table of contents block.
  • add :caption support for =Images and =Diagrams
  • =Image block now supports :link and formatting codes in caption.

🛒 Podlite now available in all stores.

0.2.1

08 Jan 18:09

Choose a tag to compare

  • fix save menu #22
  • add "New", "Save As" menu items #23
  • add View menu with Preview toggle
  • add "Release notes" reference

0.2.0

18 Nov 09:00

Choose a tag to compare

podlite-v0 2 0

  • directive suggestions
  • pod6 snippets 🏷

v0.1.0

06 May 08:04
@zag zag

Choose a tag to compare

image

  • add =Diagram component
  • add export to pdf
  • switch to using shared podlite library
  • refactor main app, no more beta
  • save windows state between app restarts
  • open external URL in the browser
  • update export to HTML
  • =Image: fix show assets from disk
  • fix macOS and windows distributions
  • use flexible application windows size

v0.0.3

29 Oct 12:55
@zag zag

Choose a tag to compare

  • supports local video ( i.e. .mp4 files) for =Image
  • update pod6 lib to ver 0.28
  • add import from markdown
  • add export to html

v0.0.2

16 Aug 18:26
@zag zag

Choose a tag to compare

  • use pod mode by default for .pod6, .rakudoc (#3)
  • enhance user interface
  • add distribution for Mac
  • add auto-update for Podlite app
  • open Podlite as the editor for pod6's files
  • adopt a menu for windows and mac

0.0.1

23 Jul 19:31

Choose a tag to compare

  • first public version