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

## Expected Behavior It would be nice to be able to configure footnotes to display as sidenotes instead of bottom-matter text. ## Possible Solution `entry.body`/`more` could take an option to...

enhancement
markdown

## Expected Behavior The publ entry format could use a pygments lexer. Hopefully it can be based on the built-in Markdown lexer. ## Current Behavior ## Possible Solution ## Steps...

enhancement

## Expected Behavior Using a ThreadPoolExecutor for indexing is kind of annoying and bad. It would be good to have the watchdog thread schedule items into an async queue instead....

performance

## Expected Behavior An entry-relative tag link should expand the view out until it maximally fills the view based on count. For example, from entry ID 12345,`{{entry.archive(tag="foo")}}` should link to...

enhancement

## Expected Behavior CSS3 allows specifying multiple `background-image` properties to layer them. What would be nice is being able to have the `image()` function take multiple images and have the...

enhancement
images

Add a config flag to markdown things (description, body, more) that allows the stripping off of `` tags if there is only a single paragraph. e.g. `{{category.description(single_p=False)}}` Alternately, change `category.description`...

enhancement
markdown

## Expected Behavior Make it easy to JSON-serialize a `view`, `entry`, and `category` object. ## Context Allows providing a RESTful API to things. You know, for the kids.

enhancement

## Expected Behavior Add an image rendition argument, `max_scale`, which specifies the maximum srcset rendition size to render. ## Current Behavior It is hardcoded to 2x. ## Possible Solution Refactor...

enhancement
images

## Expected Behavior We should track which resources (entries, images, and categories) are used when rendering any given URL; if this resource list is available, use the mtime of all...

performance

## Expected Behavior There should be a simple way of testing entry permissions for a user which is easier than using the py3 repl ## Possible Solution Dashboard section that...

enhancement
auth