Age | Commit message (Expand) | Author |
6 days | Add pdf link type.•••* ennum-html.el (ennum-html-export-pdf): New function.
(org-link-parameters): Add pdf.
* ennum.el (ennum-setting): Add :pdf-width and :pdf-height settings.
(ennum-publish-link): Add pdf link type.
HEADmaster | Arun Isaac |
2022-08-19 | Rename :video-directory setting to :videos-directory.•••* ennum.el (ennum-setting, ennum-blog): Rename :video-directory
setting to :videos-directory.
(ennum-publish-link): Use :videos-directory setting instead of
:video-directory.
* ennum-html.el (ennum-html-link, ennum-html-follow-video): Use
:videos-directory setting instead of :video-directory.
| Arun Isaac |
2022-08-18 | Rename :thumbnail-image-width property to :image-thumbnail-width.•••* ennum.el (ennum-publish): Use :image-thumbnail-width instead of
:thumbnail-image-width.
(ennum-setting): Rename :thumbnail-image-width property to
:image-thumbnail-width.
* ennum-html.el (ennum-html-export-thumbnail): Use
:image-thumbnail-width instead of :thumbnail-image-width.
| Arun Isaac |
2022-08-18 | Rename :default-image-width property to :image-width.•••* ennum.el (ennum-publish-link): Use :image-width instead of
:default-image-width.
(ennum-setting): Rename :default-image-width property to :image-width.
* ennum-html.el (ennum-html-link): Use :image-width instead of
:default-image-width.
| Arun Isaac |
2022-08-18 | Mark ennum-html-export-thumbnail desc argument as unused.•••* ennum-html.el (ennum-html-export-thumbnail): Mark desc argument as
unused.
| Arun Isaac |
2022-08-18 | Do not shadow default-directory dynamic variable.•••* ennum-html.el (expand-file-name*): Rename default-directory argument
to base-directory.
| Arun Isaac |
2022-08-17 | Do not pass comparison function to map-elt.•••* ennum.el (ennum-export-post, ennum-publish-index-page,
ennum-assoc-prepend): Do not pass comparison function to map-elt.
* ennum-html.el (ennum-html-inner-template): Do not pass comparison
function to map-elt.
| Arun Isaac |
2022-08-15 | Link to video poster in images directory, not the video directory.•••* ennum-html.el (ennum-html-link): Link to video poster in images
directory, not the video directory.
v0.1.0 | Arun Isaac |
2022-08-15 | Do not log video posters.•••* ennum-html.el (ennum-html-link): Do not log video posters.
| Arun Isaac |
2022-08-15 | Register video link type.•••* ennum-html.el: Register video link type.
(ennum-html-follow-video): New function.
| Arun Isaac |
2020-08-02 | Pass post object in info.•••* ennum-html.el (ennum-html-inner-template): Use translations from
post object.
(ennum-html-find-link): New function.
(ennum-html-link): Use post titles and video posters from post object.
* ennum.el (ennum-export-post): Pass post object as :ennum-posts in
info.
| Arun Isaac |
2020-08-02 | Pass post titles in info.•••* ennum-html.el (ennum-html-link): Handle post links as a special
case.
(ennum-html-export-post): Use post link description received as
argument. When description is nil, do not attempt to read source files
to find the post title.
* ennum.el (ennum-export-post): Pass post titles as :ennum-post-titles
in info.
| Arun Isaac |
2020-08-01 | Embed list of translations into post object.•••* ennum.el (ennum-post): Add ennum-copy-post copier and translations
slot.
(ennum-posts): Set translations slot.
(ennum-publish-post): Publish a single post, not a translation group
of posts.
(ennum-publish): Pass posts to ennum-publish-post one by one, without
grouping.
* ennum-html.el (ennum-html-inner-template): Use translations alist.
| Arun Isaac |
2020-08-01 | Prefix ennum-html symbols with ennum-html-.•••* ennum-html.el: Prefix all ennum-html symbols consistently with
ennum-html-.
| Arun Isaac |
2020-07-31 | Pass video posters through info.•••* ennum.el (ennum-post): Add video-posters slot.
(ennum--read-post): Set video-posters slot when creating post object.
(ennum-publish-post, ennum--feed-entry): Pass video-posters in info
communication channel.
* ennum-html.el (ennum-html-link): Handle video links differently from
normal org links since they require access to the info communication
channel. Get poster from info instead of reading the source tree
directly.
(ennum-export-video): Delete function.
(org-link-parameters): Unregister ennum-export-video.
| Arun Isaac |
2020-07-31 | Prefix :translations in info with ennum-.•••* ennum.el (ennum-publish-post): Prefix :translations in info
communication channel with ennum-.
* ennum-html.el (ennum-html-inner-template): Use :ennum-translations
instead of :translations.
| Arun Isaac |
2020-07-18 | Rename ennu to ennum.•••* ennu.el: Rename to ...
* ennum.el: ... this. Replace all instances of ennu with ennum.
* ennu-html.el: Rename to ...
* ennum-html.el: ... this. Replace all instances of ennu with ennum.
* ennu-image.el: Rename to ...
* ennum-image.el: ... this. Replace all instances of ennu with ennum.
| Arun Isaac |