Skip to content

Add support and interface for Shortcodes and Plugins #38

Description

@alfredbaudisch

Examples:

Syntax proposals:

Initial shortcode ideas and proposals:

  • Only single-line shortcodes.
  • Embed Youtube {% youtube "videoid" %}
    Embed Tweet {% twitter "tweetid" %}
  • List posts from a given taxonomy: {% posts "/books/fantasy/tolkien" %}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions