Sogolumbo
Sogolumbo
@mlaily Now I think I understand your conerns about non-rectangular and overlapping windows. I do think that it would make sense to do something similar like in [53ae0fa](https://github.com/mlaily/NegativeScreen/commit/53ae0fa7d50b1c2ea5f47d454b7e0e479deac92e) where there's...
I think it would be great to have a **mouse shortcut** for editing text. I'd suggest double click to edit transcription text. Another option would be middle click but I...
Also it would be much easier to correct bigger mistakes if there was a shortcut to jump from one word / word-group to the next. possible options: - `Arrow` exceeds...
Proposed fix for [this line](https://github.com/pelican-plugins/seo/blob/b1aadb6ab21e6fbc2bbaa08a5a5cdfff35c2d726/pelican/plugins/seo/seo_enhancer/html_enhancer/article_schema_creator.py#L17): ``` python def __init__(self, author, title, category, date, logo, image, sitename): if author: self._author = author.name else: self._author='' self._title = title self._category = category.name self._publication_date...