Obsidian Publish is Obsidian's in-house solution to creating your own [[Digital garden]] and [[Publishing notes online]]
[[Create your own digital garden with Obsidian Publish]]
If you want some additional plugins, you can check out obsidian://show-plugin?id=publish-url
- Gives you prettier preview of note via og
## CSS Changes
[[Show frontmatter YAML properties in Obsidian publish]]
- What I am using now, but ideally i would also be able to click on it like the solution below
https://www.reddit.com/r/ObsidianMD/comments/1al10ep/sharing_some_styling_and_publish_solutions/
- Cards
- Pills
## Features
### Clickable links
Added css and js file from https://jonlee.wiki/common/pages/Pub+Wrap onto my own to get links working now 🥳
But there are some things I noticed:
- Pills only show up if it is in array form
### Permalinks
If you want to have links beyond what is already there:
- https://medium.com/@mtzfox/format-obsidian-publish-urls-with-templater-and-yaml-3eca397a5629
## Limitations
### Links do not show if in frontmatter
To link notes to their parent, I use the `Links` field in the frontmatter you see at the top of the note.
But apparently, that doesn't count as a link by Obsidian Publish??? Which means that when you're looking at the backlinks of a note you won't be able to see any children notes??? 🥲