Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Add support and interface for Shortcodes and Plugins #38

Open
alfredbaudisch opened this issue Sep 20, 2021 · 0 comments
Open

Add support and interface for Shortcodes and Plugins #38

alfredbaudisch opened this issue Sep 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@alfredbaudisch
Copy link
Owner

alfredbaudisch commented Sep 20, 2021

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.

@alfredbaudisch alfredbaudisch added the enhancement New feature or request label Sep 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant