https://github.com/kinten108101/markdoc
Personal notes and writings
https://github.com/kinten108101/markdoc
documentation markdown notes
Last synced: over 1 year ago
JSON representation
Personal notes and writings
- Host: GitHub
- URL: https://github.com/kinten108101/markdoc
- Owner: kinten108101
- Created: 2024-02-03T10:16:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:17:03.000Z (over 2 years ago)
- Last Synced: 2025-01-10T16:37:36.104Z (over 1 year ago)
- Topics: documentation, markdown, notes
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarkDoc
A distributed system of note repositories / Zettelkästen, where I store my personal notes and writings and more.
You should read up on the definition of a Zettelkasten[^zet] and a brief history of the MarkDoc system[^varzet].
## Repositories
These repositories are (in chronological order):
- Joplin: A Joplin repository with Dropbox backend managed by gb.lenguyen@gmail.com (Linked with Dropbox);
- BlackMountain: A Trello repository managed by kinten108101@protonmail.com (Linked with Atlassian);
- markdoc: Markdown files on local machine managed by kinten@Archio;
- engineeringWiki: An Obsidian repository managed by kinten@Archio;
- Gia Bảo's Notion: A Notion repository managed by gb.lenguyen@gmail.com (Linked with Google Account);
- Blobbook 0: A Le Hong Phong notebook;
- Blobbook 1: A Lazada notebook;
- Blobbook 2: A VNG notebook;
- Blobbook 3: A Blue Angel notebook;
- MarkDoc: A Bundled Notes repository managed by gb.lenguyen@gmail.com (Linked with Google Account);
Disconnected repositories:
- Firefly: A OneNote repository;
- Evernote;
- Bear;
- Werdsmith;
- Drafts;
- Google Keep;
- Simple Notes;
- Standard Notes;
- and many more lost to time...
## Naming system
MarkDoc uses a naming scheme that closely resembles the URI system with a `markdoc` protocol.
Or you can use the EBNF form below for the absolute path:
```
repository = 'engineeringWiki' | '"Gia Bảo's Notion"' | ...
item = ( 'markdoc:///' )? repository '/' (collection '/')* item '#' section
```
Some other rules:
- If item is a file, do not include file extension;
- Relative path is possible and is encouraged.
For example, to refer to the "In Future" section in the "Various Zettelkästen" article in the engineeringWiki repository, write `engineeringWiki/Various Zettelkästen#In Future`
[^zet]: https://en.wikipedia.org/wiki/Zettelkasten
[^varzet]: markdoc:///engineeringWiki/Various Zettelkästen