Skip to content

Releases: podlite/podlite-specs

v1.0 Podlite markup language specification

23 Apr 19:38
@zag zag
1237338
Compare
Choose a tag to compare

bigtitle-social-release-1 0

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

specification
publishing system
desktop viewer/editor
online resurces

For reading:

Introducing Podlite article: podlite.org/a5V_1
Blog Article about this release : podlite.org/a5Wb1

v1.0 Podlite markup language specification

New:

  • Notification blocks, :notify attribute for =nested blocks,

  • :folded attribute,

  • :folded-levels for =toc block,

  • Refactor Named custom blocks and markup custom codes, M<>,

  • embedding binary data into documents, =data:filename:encoding,

  • :mime-type attribute for =include and =data blocks,

  • introduce data: schema for use in =picture and =table,

  • render tables from CSV files, =table,

  • new markdown mode for parser,

  • M<> - extends inline markup features,

  • add :id:caption:lang attributes,

  • task lists, =item and :checked attribute,

  • intro Selectors,

  • table of contents, =toc,

  • include block, =include,

  • inserting pictures, =pictureP<>,

  • mathematical formulas, =formulaF<>,

  • Markdown support, =markdown,

  • mistake marking, O<>,

  • text positioning, J<>H<>,

  • Emoji, E<>,

  • contextual backlinks, W<>,

  • advanced table format, =row,=cell blocks, :header:rowspan:colspan attributes.

Deprecated/removed:

  • Contextual aliases,

  • =finish,

  • markers in comments,

  • :margin attribute,

  • =encoding directive,

  • P<toc:> due to =toc block,

  • P<man:>P<doc:> due to =include block,

  • P<> - placement links,

  • Declarator block,

  • :formatted attribute,

  • :like attribute.

What's Changed

  • [v1.0] Podlite markup language specification by @zag in #7

Full Changelog: v1.0-beta3...v1.0

v1.0-beta3 Podlite markup language specification

26 Mar 07:47
@zag zag
28c61f6
Compare
Choose a tag to compare

Podlite

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

specification
publishing system
desktop viewer/editor
online resurces

1.0-beta3 Podlite markup language specification

New:

  • Notification blocks, :notify attribute for =nested blocks,

  • :folded attribute,

  • :folded-levels for =toc block,

Deprecated/removed:

  • Contextual aliases

What's Changed

  • [beta3] Podlite markup language specification by @zag in #5

Full Changelog: v1.0-beta2...v1.0-beta3

v1.0-beta2 Podlite markup language specification

25 Feb 18:35
@zag zag
b26a33d
Compare
Choose a tag to compare

Podlite

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

specification
publishing system
desktop viewer/editor
online resurces

v1.0-beta2 Podlite markup language specification

New:

  • embedding binary data into documents, =data:filename:encoding

  • :mime-type attribute for =include and =data blocks

  • introduce data schema for use in =picture and =table

  • render tables from CSV files, =table

  • new markdown mode for parser

  • M<> - extends inline markup features

Deprecated/removed:

  • =finish

  • markers in comments

What's Changed

  • [beta2] Podlite markup language specification by @zag in #3

Full Changelog: https://github.com/podlite/podlite-specs/commits/v1.0-beta2

v1.0.0-beta1 Podlite markup language specification

04 Feb 11:45
@zag zag
22fd336
Compare
Choose a tag to compare

Podlite

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

📖 Project site: podlite.org
📌 Github: github.com/podlite 🙏🤩

🖥️ Online editor: pod6.in
🖥️ Desktop version: github.com/podlite/podlite-desktop
📚 Podlite for web - static site generator: github.com/podlite/podlite-web

v1.0.0-beta1 Podlite markup language specification

New:

  • add :id:caption:lang attributes,

  • task lists, =item and :checked attribute,

  • intro Selectors,

  • table of contents, =toc,

  • include block, =include,

  • inserting pictures, =pictureP<>,

  • mathematical formulas, =formulaF<>,

  • Markdown support, =markdown

  • mistake marking, O<>,

  • text positioning, J<>H<>,

  • Emoji, E<>,

  • contextual backlinks, W<>

  • advanced table format, =row,=cell blocks, :header:rowspan:colspan attributes,

Deprecated/removed:

  • :margin attribute,

  • =encoding directive,

  • P<toc:> due to =toc block,

  • P<man:>P<doc:> due to =include block,

  • P<> - placement links,

  • Declarator block,

  • :formatted attribute,

  • :like attribute