vault backup: 2022-12-12 14:19:03
This commit is contained in:
parent
02baaa197a
commit
edbc0f830e
|
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "A Customizable Obsidian Publish alternative using Next.JS"
|
title: "An Extendable Obsidian Publish alternative using Next.JS"
|
||||||
|
excerpt: "Create your own template or use someone else's. Changing the template is a matter of updating one line"
|
||||||
---
|
---
|
||||||
# A Customizable Obsidian Publish alternative using Next.JS
|
|
||||||
|
|
||||||
## Problems with Obsidian Publish Alternatives (from ChatGPT):
|
## 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.
|
> **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.
|
||||||
|
|
@ -15,7 +14,7 @@ title: "A Customizable Obsidian Publish alternative using Next.JS"
|
||||||
|
|
||||||
-- ChatGPT
|
-- ChatGPT
|
||||||
|
|
||||||
## Here's the linked-blog-starter addresses these problems:
|
## How the linked-blog-starter template addresses these problems:
|
||||||
### Compatibility
|
### Compatibility
|
||||||
[[linked-blog-starter-does-not-reinvent-wheel|External / extensible libraries]] are used to convert Obsidian MD files to common markdown then to HTML
|
[[linked-blog-starter-does-not-reinvent-wheel|External / extensible libraries]] are used to convert Obsidian MD files to common markdown then to HTML
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue