flatpressblog / flatpress

FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
https://flatpress.org
GNU General Public License v2.0
185 stars 57 forks source link

Add functions of Internal URLs plugin to the "url" BBCode element #117

Open azett opened 2 years ago

azett commented 2 years ago

As suggested by bttr on the forum: Enhance the "url" element of the standard BBCode plugin with the possibilities of the Internal URLs plugin:

[url=entry:entry220418-201447]any entry by ID[/url] [url=static:about]any static page by name[/url] [url=cat:2]any category by ID[/url]

Also: Check if these link types aren't covered by the standard "url" element already:

[url=index]home page[/url] [url=contact]contact page[/url] [url=relative:some/relative/path]any relative path[/url]