-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move out of Obsidian Publish #7
Comments
The ideal would be to use Astro/Eleventy/NextJS and rely on plain Markdown. |
To get plain Markdown, the best path is to use |
Got it working with [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! |
I'm using less and less Obsidian and relying more on VS Code. I should move out of Obsidian Publish!
The text was updated successfully, but these errors were encountered: