Age | Commit message (Collapse) | Author |
|
* ennu-html.el (ennu-html-link, ennu-export-post,
ennu-export-thumbnail, ennu-export-video, ennu-export-static,
ennu-export-tag): Percent encode URIs.
|
|
SVG images displayed using the object element specify the URI in the
data attribute.
* ennu-html.el (ennu-html-link): Remove file:// scheme from data
attribute as well, not just the src attribute.
|
|
* ennu-html.el (ennu-export-post, ennu-export-thumbnail,
ennu-export-video, ennu-export-static, ennu-export-tag): Export only
if backend is either ennu-html or html.
|
|
* ennu-html.el (ennu-follow): New macro.
(ennu-follow-post, ennu-follow-image): New functions. Add respectively
as :follow properties to post and image links in org-link-parameters.
|
|
* ennu-html.el (ennu-html-link): New function.
(ennu-html): Add ennu-html-link transcoder. Remove
:html-inline-image-rules option.
(ennu-export-image): Delete function. Unregister it from
org-link-parameters.
|
|
* ennu-html.el (ennu-html-inner-template): List tags only if present.
|
|
* ennu-html.el (ennu-html-inner-template): Pass backend name, not
backend to export functions ennu-export-post and ennu-export-tag.
|
|
* ennu-html.el (ennu-html-inner-template): Publish interlanguage links
only if there are translations.
|
|
* ennu-html.el (ennu--iso-639-1-alist): New variable.
(ennu-html-inner-template): Use language name in interlanguage links.
|
|
* ennu-html.el (ennu-html-inner-template): Specify tag language suffix
in tag links.
* ennu.el (ennu-publish-index): Specify tag language suffix in tag
links.
|
|
* ennu-html.el (ennu-html-inner-template): New function.
(ennu-html): Specify ennu-html-inner-template as inner-template
transcoder.
|
|
* ennu.el (ennu-post): New structure.
(ennu-posts, ennu-publish, ennu-publish-feed, ennu-publish-index,
ennu-publish-post, ennu--feed-entry): Use new post structure API.
(ennu-later-post-p, ennu-read-post, ennu--read-post): New functions.
(ennu-plist-map-to-plist, ennu-post-links, ennu-post-metadata,
ennu--post-metadata-memoized, ennu-post-tags, ennu-post-thumbnail,
ennu-post-tongue, ennu--later-post): Delete functions.
* ennu-html.el (ennu-export-post): Use new post structure API.
|
|
* ennu-html.el (ennu-html): Add :translation-group to :options-alist.
|
|
* ennu-html.el (ennu-html): Parse org syntax in :summary keyword.
* ennu.el (ennu--post-metadata-memoized): Handle :summary property.
|
|
* ennu-html.el (ennu-export-tag): Do not append html extension when
exporting tag link.
|
|
|