Skip to content
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

Open
davidgasquez opened this issue Jun 12, 2023 · 6 comments
Open

Move out of Obsidian Publish #7

davidgasquez opened this issue Jun 12, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@davidgasquez
Copy link
Owner

davidgasquez commented Jun 12, 2023

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

@davidgasquez davidgasquez added the enhancement New feature or request label Jun 12, 2023
@davidgasquez davidgasquez self-assigned this Jun 12, 2023
@davidgasquez davidgasquez changed the title Publish with mdbook Move out of Obsidian Publish Jun 12, 2023
@davidgasquez davidgasquez reopened this Aug 28, 2023
@davidgasquez
Copy link
Owner Author

davidgasquez commented Aug 28, 2023

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

@davidgasquez
Copy link
Owner Author

davidgasquez commented Sep 18, 2023

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

@davidgasquez
Copy link
Owner Author

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.

@philoserf
Copy link

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

@davidgasquez
Copy link
Owner Author

davidgasquez commented Dec 6, 2023

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

@davidgasquez
Copy link
Owner Author

Astro Digital Garden looks promising!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants