Karl Voit

Results 135 issues of 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]...

bug
quickfix
priohigh

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"...

bug
helpwanted
quickfix

Implement https://indieweb.org/h-card to the template + generated result.

enhancement
helpwanted
quickfix
priohigh

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...

enhancement
helpwanted

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...

enhancement
helpwanted
unclearconcept
priolow

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...

enhancement
helpwanted
priolow

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...

bug
quickfix
priohigh

- 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...

documentation
maybehuge
priolow

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...

enhancement
maybehuge
unclearconcept
priohigh

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...

enhancement
helpwanted
priohigh