2.9 KiB
| title |
|---|
| A Customizable Obsidian Publish alternative using Next.JS |
A Customizable Obsidian Publish alternative using Next.JS
Problems with Obsidian Publish Alternatives (from ChatGPT):
Compatibility: Not all Obsidian Publish alternatives may be compatible with all versions of Obsidian or all markdown syntax, which can make it difficult to use certain tools or services.
Ease of use: Some Obsidian Publish alternatives may be more difficult to set up or use than others, which can make it frustrating for new users to get started.
Customization: Some Obsidian Publish alternatives may not offer as much customization as users may want, making it difficult to tailor the appearance and functionality of their published notes to their specific needs and preferences.
Performance: Some Obsidian Publish alternatives may not perform as quickly or smoothly as users may expect, which can make it frustrating to use.
Here's the linked-blog-starter addresses these problems:
- Compatibility: External / extensible libraries are used to convert Obsidian MD files to common markdown then to HTML
- Ease of Use: Obsidian notes works-out-of-the-box-with-markdown-files and after the publish-your-obsidian-notes-with-linked-blog-starter, publishing notes is done in 2 steps:
- Write a note in
/publishfolder within Obsidian - Run the backup command connect-obsidian-vault-with-github
- Write a note in
- Customization: deploy-a-custom-linked-blog-starter or use someone else's! Changing the template is simple matter of update-publish-settings-github-actions. There's also an added feature to add "PreviewLinks" to text outside of markdown files. (See the footer in the example)
- Performance: All markdown files are statically-generated meaning loading speeds are super speedy!
Demo
https://linked-blog-starter.vercel.app/
Deploy your own
Only deploy through this method, if you want to get a quick server up and running. Otherwise, I'd recommend following the publish-your-obsidian-notes-with-linked-blog-starter.
Deploy the example using Vercel or preview live with StackBlitz
Create a Custom Fork
Here is an example of how I forked this repo to create a landing page for Fleeting Notes. See how you can do something similar deploy-a-custom-linked-blog-starter.
