A Static Website for Displaying Markdown Notes
Yet another implementation of a static website designed to display Markdown notes in the style of Andy Matuschak's evergreen notes.
Evergreen notes are a convenient and natural way to organize thoughts. They are:
- Atomic: Each note is a self-contained unit.
- Concept-centric: Each note focuses on a single concept or idea.
- Densely Linked: Notes are interconnected through bi-directional links.
A digital garden is a powerful tool for thoughtful and creative thinking. By organizing notes in the Evergreen format, you can harness the power of this tool to develop your thinking.
- Simplify Publishing and Sharing: Make it as straightforward as possible to publish and share notes in the Evergreen format.
- Intuitive User Experience: Design the user interface to be intuitive and beautiful.
Obsidian is a great, simple tool to browse, edit, and organise a vault of Markdown files. With stacked tabs it provides a similar experience to this UI to linking and browsing notes. Obsidian provides an option to publish notes, but we aim to separate concerns and avoid lockin.
This website developed with React+Vite is a very simplified application to display Markdown files as stacked notes. It is greatly, heavily inspired from Andy Matuschak's notes website: About_these_notes. It requires a separate, automated process in order to build an index of backlinks.
- Bi-directional links
- Wiki-style Links:
[[New Page]]
- Hover preview
- Fix blink (eg on Highlight open links)
- Sort index/notes by pagerank score and keep them sorted whenever displayed
- Remove broken links directly from index (?) (problem is my hidden notes will show up here)
- Support links to blocks #longterm
- Note index array --> show menu? #longterm
- Mobile display
- Preview note on link hover
- Preview note on "referenced by" link hover
- Style "referenced by" links
- Highlight open links
- Add "referenced by" card at the bottom of each note
- Fix (?) when entrypoint is e.g.
note1.1
- End-to-end pipeline (i.e. building
index.json
, building React, serving as GitHub Pages) - Add config (to change title, where notes are stored)
- Links don't work
- Handle link formats
- Handle broken links
- Actual links don't work
- Replace "scroll" console.log and implement scroll when clicking a link
- Multiple requests for the same file + lazy loading
- Debugger
%25
(and scroll?) - Default index
- Click bookmark doesn't work
- Links to this note are empty
- Empty page: 404?
- Eleventy Plugin Vite
- Runs Vite as middleware in Eleventy Dev Server (see: --incremental)
- Vite Plugin Eleventy
- Use 11ty to build HTML without compiling during development.
- Slinkity
- Unlocks component frameworks like React. (use .jsx instead of .html .liquid)
- Vite Plugin React
- Default Vite plugin for React projects.
This repository is a fork of unstaticlabs/evergreen-notes-markdown-website. Thanks to their authors: Roger Miret GinΓ©, and Valentin Viennot.
The project is inspired by Andy Matuschak, Max Stoiber, and Anne-Laure Le Cunff.
Source code in this repository is available under the MIT License