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'd be nice to be able to set a `link_class` on a `[]` or `![]` so that a link can be designated as a `u-like-of`, `u-in-reply-to`, `u-repost-of`,...

enhancement
markdown

## Expected Behavior In contexts where the Markdown output will have HTML stripped, certain Markdown configuration directives should always be disabled, and there should probably be a fixed Markdown configuration...

markdown

## Expected Behavior `view(order='title',count=20)` should still have next/previous links ## Current Behavior When the sort order is set to `title`, all pagination is disabled.

enhancement

Less an issue and more an idea on how to handle native push notifications: publ (or a module that talks to it) can have the notion of subscribers and views...

## Expected Behavior It'd be nice to be able to sort a view by most- and least-recently updated. ## Context Would be helpful for update feeds etc.

enhancement

Placeholder thing for actually getting coverage up to 50% overall

code quality

## Expected Behavior There should be a Python API that allows something to look up an entry by URL and/or path, rather than solely by entry ID. ## Context This...

enhancement

## Expected Behavior Add an API, `entry.media`, which renders the HTML of an entry and extracts out the elements which could be considered media attachments in a feed context -...

enhancement
html
markdown

## Expected Behavior When rendering a protected entry from a category view that should also be logged; the log should indicate which category and template it came from. ## Current...

auth

## Expected Behavior Having multiple `Auth:` headers should allow them to compound, even if the order can't be guaranteed ## Current Behavior Only one `Auth:` header is used, with no...

enhancement