| Journal is published using Common Markdown 2026-02-12 projects todo Now we have a dotnet version of the publisher that uses an in-house and a CommonMarkdown parsers. The CommonMarkdown is almost identical to the original parser, based on AWK version. However, some differences still need to be fixed: |
| Subtitles inside text 2026-02-12 projects todo Scenario: I want to journal everyday and sometimes it is better to inside one text to quote different content like a movie I watched, a recipe I thought of or something work related. Usually I would need to write one post per subject which would generate separate texts without cohesion. |
| 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. |
| Awk ebook publisher not linking posts (brackets stay the same) 2026-02-12 projects todo Could have be inserted during brackets change? Nothing changed at all for ebooks, just variable monitoring. Apparently some links were really broken since my deleting a lot of posts review approach: https://caloni.com.br/2023-10.html#o_que_vem_ai_na_mostra_2023_47a |
| Awk publisher tags some posts as private even not being private 2026-02-12 projects todo I think it is related to be the last issues or something. |
| 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: - Months and sections (see #2) listing titles. - ~Better tags listing (all at once as the script output).~ |
| Separate config from scrip 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 - rename tags and entire file - select, move and delete posts |
| 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. |