Publ icon indicating copy to clipboard operation
Publ copied to clipboard

Flexible publishing system for the web

Results 105 Publ issues
Sort by recently updated
recently updated
newest added

## 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/)...

markdown
large

## 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...

enhancement

## 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 ![{256,256}](foo.jpg...

## Expected Behavior It should be possible to restrict the `category.tags` list based on the number of entries which have them; for example: * `min_count=2` to only show tags which...

enhancement

Some brainstorming of ways to improve the search API: * Roll the search functionality into `view()`, making it a restriction parameter instead of a separate API * add `entry.related` for...

enhancement

## Expected Behavior Having the app configured with e.g. ``` { 'layout': { 'format': 'webp' } } ``` should have all images rendered as webp by default. ## Current Behavior...

bug
images

## 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...

enhancement

## 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...

enhancement
html

## 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...

images

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...

enhancement
auth