| Revisar códigos e diagramas (usar Mermaid e IA) dos posts do blogue. 2026-03-10 projects todo Após bagunçar a formatação acho que seria uma boa atualizar os posts selecionados para uma versão padronizada e fácil de manter no futuro. Manter o limite de colunas no código é elegante o suficiente para manter. |
| Change slug style to wiki style 2026-03-05 projects todo I stumbled into an old wiki (since 1995) and this reminded me about the WikiStyle links, where you can use this CamelCase to refer to an existing entry or a need to be filled entry. I was thinking if this could be a better idea to insert inner links in my post texts because 1) this is a style loose enough to be OK to use without a link, 2) it is tied enough to detect those links in my parser (and it there is no post just keep it as simple text), 3) it is elegant enough to be used in the blog posts permalinks (easy to remember, can be shorter than original title) and 4) it is smart enough to reference movies in my journal. Maybe it is even better to relate to future ebook inner links with a reference table (to translate CamelCase to A Great Title to replace it). Maybe we can even do this to some links in metadata. |
| Apply tags based on metadata 2026-02-12 projects todo This issue is to allow to separate tagging based on metadata from tagging based on content. Tagging based on content should be by example the author tags something like "movies" or "cooking" because the content is related to these subjects. Tagging based on metadata should be by example to tag some post as "miniviews" because the content has only one paragraph and it is tagged as "movies" already. Or to tag something like "quotes" because there is only one paragraph and it is a quote. |
| Tags hierarchy by frequency 2026-02-12 projects todo How about a new future issue where not only the tags are related to each other, but the main ones are deduced by their volume, and the smaller tags are hidden from the overview? This would make navigation simpler for those looking to find something through them. |
| Better Kindle navigation 2026-02-12 projects todo Today we can go to the beginning of book and the index with some huge groups, where the most useful is the letters and tags. We can do better: |
| Separate config from script 2026-02-12 projects todo Today the scripts contain personal blog and book information such as links, author, description. We are going to move all that to configuration and style (proto theme) settings. |
| Batch change posts 2026-02-12 projects todo |
| Footnotes 2026-02-12 projects todo Support to footnotes in ebook or even in the blog. |
| Sister tags 2026-02-12 projects todo The idea is to remove necessity of posts to contain every possible tags they fit in to just the main ones (hopefully one). The sister tags will be shown in each tag page so the user can click on the main tag and navigate to other similar tags. By example, a post has "movies" as tag and inside "movies" tag page we see other tags to navigate to its page as "cinema", "miniviews" and so on. |
| Multiple links to single text 2026-02-12 projects todo Keep the original position of the text, but once updated with a second date link this date into the second month with the content pointing to the original position. By example, in this post: We put the post content inside 2012-02.html month page but in 2025-03.html month page we see an entry for the same post, but it is pointing to the 2012-02.html page. |
| Sections as month/year 2026-02-12 projects todo Today the blog is structured in "chapters" that are the month and year when each post is labelled. They are put together into the same HTML page as a chapter tied by date. The idea here is to continue to use date as a marker, but also support other kinds of markers to group posts together as a classic chapter from a book. It should be possible to create, maybe inside the tags, values that are parsed as new groups despite the date each one belongs. |