Commit graph

6 commits

Author SHA1 Message Date
Aaron Fischer 2fdec61b41 Move config to gmitohtml namespace 2021-07-09 23:19:30 +02:00
Aaron Fischer 0bec3c3eef Fix wrong package name and clean up tag-building
DRY the tag building for links and images.
2021-07-09 22:45:52 +02:00
Aaron Fischer 586b293bef Convert images to images instead of links
Image links will result in a `img` tag instead of a `a` tag. This
behaviour is disabled by default and can be enabled by adding the
following line to to config file:

convertimages: true

To get access to the config in the convert file, I had to move the
config file inside the gmitohtml namespace. This is specially handy
later on if the config file contains other settings which are useful for
the rest of the codebase.
2021-06-09 01:19:26 +02:00
Trevor Slocum e18a99b437 Migrate to code.rocketnine.space 2021-04-07 20:52:05 -07:00
Trevor Slocum 1c986eb018 Support bookmarks 2020-11-26 20:52:17 -08:00
Trevor Slocum d17e5ab9cf Parse configuration file 2020-11-24 09:29:57 -08:00