Obsidino
Vault -> URL in one click.
Obsidino v0.1 processes but does not yet store markdown files.
what
Obsidino is a simple and fast method of deploying a vault to the web.
Obsidino consumes an Obsidian Vault using Deno and deploys as a Fresh project.
- 90+ Lighthouse score
- SEO built-in
- Automatic image reformatting
- Minimal/zero configuration required
why
Publish - 10$ USD / month
Obsidino - 10$ USD / year
Obsidian's first party offering is too expensive for a lot of use cases.
For deploying a vault quickly and easily with minimal cosmetic requirements, Obsidino is a reliable alternative.
examples
This website is built and updated using Obsidino. All pages on this website are generated from an Obsidian Vault.
This page shows examples of the elements that Obsidino can currently process.
limitations
- 1GB maximum size
- no graphs/canvases
- throttling resources
roadmap
0.2 goals
- Overhaul transmute process: convert entire vault to Object and then store in DenoKV
- CSS derived from vault file, preferably ./.style.css (align with plugin community standard)
1.0 goals
- Select directory -> click GO == url in your clipboard
- Subscription options:
- Browser based signup OneDrive / Google Drive support
- On/Off Obsidino banner
- User assigned domain
other in order of priority
- auto-h1-title-generation to match Obsidian workflow
- footnote support
potentially axing for brevity
extended markdown syntaxsubdirectory support1:1 Obsidian-style markdown syntaxCanvas viewGraph view
progress
- 20241019 fork project Obsidino 0.1
- 20240705 roadmap adjust, robots.txt generated
- 20240617 auto-generate recently-updated page
- 20240617 add support for jpg and jpeg
- 20240616 auto-generate a page's title & description when none is provided
- 20240616 automatically create an .xml sitemap for web crawlers
- 20240608 inject created/updated data to frontmatter from file metadata
- 20240608 abstracted build -> deploy into one step with fail-safe and commit message param
- 20240608 added privacy mode - file/data is replaced and never sent to server
- 20240518 added frontmatter title, description and tags
- 20240516 added png -> webp automatic conversion
- 20240514 some extended syntax (conflicts)
- 20240514 basic markdown syntax complete
- 20240513 external links open in new window
- 20240510 support internal alias links
- 20240505 support PNG images
- 20240502 support internal links
links
- Obsidian - Sharpen your thinking
- Deno Deploy | Deno
- Markdown Cheat Sheet | Markdown Guide
- Fresh - The next-gen web framework.
- Filesystem Capacitor Plugin API | Capacitor Documentation
- Cloud Compute, Bare Metal, & Storage - Vultr.com
- deno_kv_oauth@v0.10.0 | Deno