Karl Voit
Karl Voit
Hi, At least in #1 you mentioned positive effects in sharing code with https://github.com/novoid/Memacs In the recent days, I've been busy migrating https://github.com/novoid/orgformat to a repository on its own. I've...
[Disqus](https://disqus.com/) is currently used in the templates to enable comments from readers. Unfortunately, this is an external dependency to a closed service which is [not a good thing to have](https://karl-voit.at/cloud/)....
I would like to explore the possibility to generate a feed in the form of ActivityPub so that users in the [Fediverse](https://en.wikipedia.org/wiki/Fediverse) are able to follow blog article updates. I...
To improve performance (replacing some `[x from x where ]`) and code maintainability, an additional(?) data structure would be helpful that is organized according to date. This way, all articles...
At the top of each [temporal page](https://github.com/novoid/lazyblorg/wiki/Temporal-Pages), there is an ISO date whose elements (year, month, day) is a clickable link. So far, the browser is able to display the...
Add a test to see, if following is working as expected: ``` *this is [[https://karl-voit.at][bold]]* *this is [[https://karl-voit.at][bold*]] *this [[https://karl-voit.at][is]] bold* [[https://karl-voit.at][*This]] is bold* *[[https://karl-voit.at][This]] is bold* ``` If an...
Support for comment blocks need to be implemented for Orgdown1 compatibility: ``` #+BEGIN_COMMENT This is a multi line comment block. This is the second line. This is the second paragraph....
With my simple Atom/RSS feed generating code, I often had issues with some Atom/RSS aggregators in combination with special characters, encoding, and such. Images don't work so far within Atom/RSS...
The initial and current parser is a naïve linear parser. It comes with some drawbacks: - A mandatory empty line between two different syntax elements. - A finite list of...
If you link an `id:` within a hidden article, the hidden article will be back-linked on the linked article which reveals the hidden URL to the public. This should be...