|
|
|
|
|
by satran
1657 days ago
|
|
I have a custom built system: https://github.com/satran/edi
It does two things I have longed in other systems: - uses plain text files as storage - embedded option to run shell scripts while rendering. Eg `!date +%D` would execute date and insert contents. The part of using text files was that I can leverage unix tools. This allowed me to grep for todos, follow up things. Keep a format that works for me. To your question about widgets, it mainly renders Markdown dolls so adding HTML should be simple. |
|