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 We would like to have entries that do not get rendered on the web, for use as bonus/exclusive entries for atom feed subscribers. ## Current Behavior Some...

enhancement
large

## Expected Behavior The following Markdown should generate a single image set: ```markdown ![a cat](cat.jpg) ![another cat](cat2.jpg) ![not a cat](dog.jpg) ``` ## Current Behavior Those images are all treated as...

enhancement
markdown

A useful function for property getters would be to have `.inherit` which would be like: ``` entry.inherit(property_name, default) ``` which would act like `.get` except if the value isn't provided...

## Expected Behavior It would be extremely useful to have a `raw_text` property on entries, to be able to more efficiently do things like: ``` {% if 'amzn.to' in entry.raw_text...

enhancement

## Expected Behavior If an entry has attachments with `status: HIDDEN` they should appear in the attachment view by default. ## Current Behavior There is no official support for showing...

enhancement

## Expected Behavior `view.entries(hidden=True)` should include entries with HIDDEN status ## Current Behavior There is no such option. There *is* an internal flag, `_all`, which does more or less the...

enhancement

## Expected Behavior Configuration flags of `config.tag_key` and `config.slug_text` would map to functions which indicate how tags and slugs get normalized/generated. ## Current Behavior Right now there's just a fixed...

enhancement

## Expected Behavior Searching on an entry should default to including visible metadata in the query. ## Current Behavior The default search only includes the entry body. ## Possible Solution...

## Expected Behavior Add a configuration flag that disables fixing up and indexing incomplete content. ## Context Some deployment environments such as nix cannot handle read-write content correctly. Such environments...

enhancement

## Expected Behavior Replace/extend the `image_output_subdir` with an option which can take an alternate output path that is not a subdirectory of the static content directory, and optionally enable an...

enhancement
images