handbook icon indicating copy to clipboard operation
handbook copied to clipboard

Move out of Obsidian Publish

Open davidgasquez opened this issue 1 year ago • 6 comments

I'm using less and less Obsidian and relying more on VS Code. I should move out of Obsidian Publish!

davidgasquez avatar Jun 12 '23 09:06 davidgasquez

The ideal would be to use Astro/Eleventy/NextJS and rely on plain Markdown.

davidgasquez avatar Aug 28 '23 15:08 davidgasquez

To get plain Markdown, the best path is to use obsidian-export.

davidgasquez avatar Sep 18 '23 09:09 davidgasquez

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.

davidgasquez avatar Oct 24 '23 16:10 davidgasquez

I use vscode and iA Writer with Obsidian and other tools too. I still choose Obsidian Publish for the result others get.

philoserf avatar Dec 05 '23 19:12 philoserf

Yeah! I'm having a hard time letting Obsidian Publish go @philoserf!

davidgasquez avatar Dec 06 '23 10:12 davidgasquez

Astro Digital Garden looks promising!

https://astro-digital-garden.stereobooster.com/

davidgasquez avatar Mar 14 '24 11:03 davidgasquez