Publ
Publ copied to clipboard
Flexible publishing system for the web
## Context [Misaka](https://github.com/FSX/misaka) is abandoned, and has led to too much hacking on the Publ side anyway. Here are some more up-to-date alternatives which might be better choices: * [Python-Markdown](https://python-markdown.github.io/)...
## Expected Behavior There should be a mechanism for previewing a DRAFT entry privately, e.g. via signed URL or internal API request or the like. ## Context Would make it...
## Expected Behavior Provide some mechanism for allowing each image set to have its own unique gallery ID. For example, if you have an entry like: ``` Entry-ID: 12345 `, making it a restriction parameter instead of a separate API * add `entry.related` for...
## Expected Behavior Having the app configured with e.g. ``` { 'layout': { 'format': 'webp' } } ``` should have all images rendered as webp by default. ## Current Behavior...
## Expected Behavior When getting a category or view link, e.g. `category.parent.link` or `view.previous.link`, the default template should be the current template. ## Current Behavior Right now it defaults to...
## Expected Behavior `entry.toc` could be extended to support HTML `` et al tags, rather than being limited to Markdown `###` markup. ## Possible Solution Make TOC generation a post-filter...
## Expected Behavior For purposes of protecting images there should be a `watermark` parameter which lets you add an arbitrary text string to the image as well as the file...
It'd be very useful to have a publish status that allows an item to be read by anyone but only appears on indexes for people on the auth list. So...