Podlite specification v1.0 released!

What is Podlite?
Podlite, a lightweight block-oriented markup language that's all about flexibility and ease of use.
Unbound by any specific domain, programming language, or concept, Podlite stands out as a universal markup language
In addition, the support for Markdown markup as a standard block adds convenience and allows for the use of familiar syntax for text formatting
It's perfect for documentation, educational materials, blogging, and much more for organizing knowledge.
One of the key features of Podlite is its extensibility. This allows for defining unique and domain-specific blocks and expanding the language's functionality according to the requirements of your project.
The Podlite specification is published under the Artistic license 2.0.
Key Features of Podlite
Block-based structure: At the core of Podlite is the concept of "blocks," which are the fundamental units of any document. These blocks can have defined attributes and support the inclusion of rich content.
Rich linking capabilities: Podlite allows blocks, terms, definitions to be linked with various types of relationships, enhancing the interconnectivity and navigability of your documents.
Support for formulas and Markdown: Whether you need to insert complex mathematical formulas or prefer the simplicity of Markdown, Podlite has you covered. It seamlessly integrates both, giving you the flexibility to choose how you want to write.
Extensible and customizable: Extend Podlite with custom blocks and inline codes, tailoring the language to meet your specific needs.
Podlite v1.0 Release Notes
Podlite has introduced a range of new features designed to enhance the flexibility and usability of the markup language:
Customization and Extensibility
Refactoring of Custom blocks: Enhanced customization through refactored named custom blocks.
Inline Markup extension:
M<>now extends inline markup features, allowing for more expressive text formatting.
Processing and data handling
Markdown support: The
=markdownblock is now a standard block. Integration of a new markdown mode for the parser.MIME type specification: Added
:mime-typeattribute for=includeand=datablocks, facilitating better handling of diverse data types.Data schema introduction: Implemented
data:schema for use in=pictureand=tableblocks, simplifying data embedding.Embedding binary data: Support for embedding binary data directly into documents with
:filenameand:encodingattributes in=datablocks.CSV tables: Capability to render tables directly from CSV files with the enhanced
=tableblock.
Content Structuring and Navigation
Selectors: Introduced selectors for dynamic content interaction and manipulation.
Comprehensive TOC: Enhanced
=tocblock for generating detailed tables of contents.Including external content: New
=includeblock for incorporating external files and documents seamlessly.Advanced table formatting: New
=rowand=cellblocks with:header,:rowspan, and:colspanattributes for intricate table designs.Additional attributes for linking: Addition of
:id,:caption, and:langattributes to enrich document metadata and accessibility.Contextual backlinks:
W<>for creating contextual backlinks, enhancing document navigation and reference capabilities.Foldable content: New
:foldedattribute to toggle visibility of content, and:folded-levelsfor nested visibility control in table of contents (TOC) blocks.
Document Presentation Enhancements
Notification blocks: Introduced notification blocks with a
:notifyattribute, improving interactivity within documents.Task lists: Introduction of task lists with the
=itemblock and a:checkedattribute to manage to-do items effectively.Mistake marking: Introduced
O<>for highlighting and marking mistakes, useful in educational and review settings.Text positioning: New attributes
J<>for justifying andH<>for horizontal positioning of text.Emojis: Added support for emojis with
E<>, enriching the expressiveness of documents.Picture insertions: New features in the
=pictureblock andP<>for improved image handling.Mathematical formulas: Enhanced support for complex mathematical formulas with
=formulaandF<>.
Deprecated/removed
With the introduction of new functionalities, certain features have been deprecated or removed to streamline Podlite:
P<toc:>due to=tocblock,P<man:>,P<doc:>due to=includeblock,:marginattribute,=encodingdirective, Declarator block been removed due to redundancy.Contextual aliases, the
=finishdirective, and markers in comments,P<>- placement links,:formattedattribute,:likeattribute have been removed due to redundancy and enhancements in other areas.
Summary of Release
This release of Podlite introduces significant enhancements aimed at improving the flexibility, customization, and user interaction of the markup language. With the addition of new blocks, attributes, and support for rich media, Podlite is better equipped to handle a variety of documentation needs.
Concurrently, the deprecation and removal of certain features have simplified the toolset, reducing overlap and enhancing user experience. These changes reflect a commitment to the continuous improvement of Podlite, ensuring it remains a versatile and powerful tool for content creators.
Feedback and Contributions
Feedback is encouraged and can be provided through Github Discussions. This input is crucial for the ongoing development and enhancement of Podlite.
Thank You!
Find out more:
Specification : https://github.com/podlite/podlite-specs, [in html format]
Website: https://podlite.org
Web playground: https://pod6.in
Github: https://github.com/podlite ⭐️
Stay tuned for more updates and happy documenting!