Karl Voit
Karl Voit
The regex `LOG_REGEX` in https://github.com/novoid/lazyblorg/blob/master/lib/orgparser.py does not recognize the following snippet as a closed heading: ``` ******* DONE no prior state CLOSED: [2021-11-11 Thu 10:59] :PROPERTIES: :CREATED: [2021-11-11 Thu 10:59]...
Including a file like this doesn't work: ``` #+CAPTION: Example using double quotes. #+ATTR_HTML: :alt There is no alternative text. #+ATTR_HTML: :align center :width 500 :linked-image-width none [[tsfile:2021-09-26 This "has"...
Implement https://indieweb.org/h-card to the template + generated result.
Analysis [like this](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fkarl-voit.at%2F2020%2F10%2F23%2Favoid-web-forums) shows performance optimization potential through different kind of image formats. So far, lazyblorg is using `cv2.imwrite()` for scaling image files. This can be changed to a more...
Add an additional command line parameter similar to `--external-urls $FILE`. This `$FILE` gets populated with CSV content like: ``` http://foo.example.com/an/old/path; id:2020-04-12-article-id https://bar.example.com; id:another-id ``` This can be used as input...
Add an additional command line parameter similar to `--tsfile-links $FILE`. This $FILE gets populated with CSV content like: ``` 2020-04-12-my-nice_image.jpeg; id:2020-04-12-article-id 2018-09-10T13.55.03 flower at a tree -- publicvoit cliparts.jpg; id:another-id...
Images within article previews are not displayed and their optional link to the larger version is a dead one. Add a end-to-end test for it. Fix with sanitizing its image...
- Why? - I've made good experience with static typing in other tools. - Makes it easier to read function parameters. - Cleaner code and enhanced readability. - Good additional...
In order to support serendipity, there could be a sidebar section where all temporal+persistent only articles are listed, that were initially published on the same day, in any year. For...
People may not be interested in the majority of my articles. They may be only interested in articles that are tagged with tags I use sparsely. For example, when somebody...