Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is a lot of tedium writing notes in my text editor, so I decided to open the whole repo in Obsidian and see how it goes.
The changes here aren't strictly necessary but I find it makes it easier to bridge the gap between how i want the docs to look when published and how I want to work with the files locally, but without adding too much file bloat to the repo.
Obsidian fits this quite well because it works with markdown files natively, has a lot of convenience features like backlinks and auto-updating links, and front-matter for advanced organization. mdBook is super lightweight in the repo and I don't need to add tons of web related files to the repo to make a pretty site for it (unlike many obsidian site generators). I find this to be a happy medium.
src
to separate them from dev docsdev
folder to hold other notes that I don't intend to be published on the site but are still relevant to the projectdev/log
with separate files for each daymdbook-yml-header
plugin to hide yaml frontmatter from notes (if it exists) - this is to clean up any front matter Obsidian might add when working with the notes so it doesn't clutter the rendering but I can still make use of that front matter.