handbook
handbook copied to clipboard
Move out of Obsidian Publish
I'm using less and less Obsidian and relying more on VS Code. I should move out of Obsidian Publish!
The ideal would be to use Astro/Eleventy/NextJS and rely on plain Markdown.
To get plain Markdown, the best path is to use obsidian-export
.
Got it working with mdbook
with this config:
[book]
authors = ["David Gasquez"]
language = "en"
multilingual = false
src = "."
title = "Handbook"
[build]
create-missing = false
[preprocessor.wikilinks]
command = "mdbook-wikilinks"
# [preprocessor.all-the-markdowns]
# draft-folders = true
#
# [[preprocessor.all-the-markdowns.section]]
# title = "Handbook"
# base = "."
# ignore = [ ]
[output.html]
git-repository-url = "https://github.com/davidgasquez/handbook"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
no-section-label = false
#use as mdbook preprocessor
# [preprocessor.auto-gen-summary]
# first-line-as-link-text = true # indicate mdbook to make the first line(default the file name) of markdown file as the link text in SUMMARY.md
[output.html.fold]
enable = true
level = 0
Not the most ergonomic thing, but worth considering.
I use vscode and iA Writer with Obsidian and other tools too. I still choose Obsidian Publish for the result others get.
Yeah! I'm having a hard time letting Obsidian Publish go @philoserf!
Astro Digital Garden looks promising!
https://astro-digital-garden.stereobooster.com/