This is my website. It started as a Zettelkasten, and I am now using it for publication. I really like the idea of linking notes to form a web of pages organically.
Here are the main features:
- The content is in plain text, either in markdown or org-mode.
- RSS feeds can be added to any tree.
- Backlinks are displayed at the bottom.
- Full-Text search is available client side with ctrl+k.
- Table of Content is automatically generated.
- Heading anchors are available to link sections.
-
Tags can be written inlined with the
#name
syntax. -
Tree links displayed at the top can be made using the
#[]
or[]#
syntax. -
Styling with tailwind can be added with the
:::
fences syntax. - Templates can be used to customize every aspect of the pages.
- Hot reload development server patches the page on save.
I get all these features with emanote, and I am working on the following improvements:
-
Fix relative location of
og:image
: #537 -
Add support for custom tags like
<kbd>
: #554 - Add prev/next links: #553
- Support denote: #551
I am tempted to use something more simple like matklad.github.io. But this would be a lot of work, and I’m happy to contribute to a general purpose system like emanote. If you know another solution with the same set of features, please let me know, because as far as I can tell, emanote is the only one that ticks all these boxes for me.