Clerk is CS++'s Obsidian plugin which makes it easy to create new Blog Posts and Docs Pages.
Clone or download this plugin and put the extracted folder in .obsidian/plugins
.
Enable community plugins, and enable Clerk
Open the Command Pallette with CTRL + P
or CMD + P
and search 'docs' or 'blog'.
Fill in the modal that appears with the relevant information.
Then write your blog post / docs page as usual
Prerequisites:
-
Obsidian
-
Node.JS
-
Clone the repository
cd .obsidian
mkdir plugins
cd plugins
git clone https://github.com/cs-soc-tudublin/clerk.git
- Install dependencies
npm i
-
(Optional) Install the Hot Reload Plugin Follow the instructions here.
-
Enable community plugins, Clerk and (if installed) Hot Reload In Obsidian Settings
-
Start the development environment
npm run dev