-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7376aa9
commit 1f62f5f
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# midirus.com | ||
|
||
This is my website. It started as a [[zettle]], 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 <kbd>ctrl</kbd>+<kbd>k</kbd>. | ||
- **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][emanote], and I am working on the following improvements: | ||
|
||
- [ ] Fix relative location of `og:image`: [\#537](https://github.com/srid/emanote/pull/537) | ||
- [ ] Add support for custom tags like `<kbd>`: [\#554](https://github.com/srid/emanote/pull/554) | ||
- [ ] Add prev/next links: [\#553](https://github.com/srid/emanote/pull/553) | ||
- [ ] Support denote: [\#551](https://github.com/srid/emanote/discussions/551) | ||
|
||
I am tempted to use something more simple like [matklad.github.io][matklad]. | ||
But this would be a lot of work, and I'm happy to contribute to a general purpose system like [emanote][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. | ||
|
||
[emanote]: https://emanote.srid.ca/ | ||
[matklad]: https://github.com/matklad/matklad.github.io/tree/master/src |