alfredbaudisch / pardall_markdown

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Apache License 2.0
115 stars 7 forks source link

Add support and interface for Shortcodes and Plugins #38

Open alfredbaudisch opened 3 years ago

alfredbaudisch commented 3 years ago

Examples:

Syntax proposals:

Initial shortcode ideas and proposals:

This is already possible on a per-application basis. The consuming application can use a post's Post.metadata and do special processing with the metadata.

For example, the demo project has a thumbnail feature.