Skip to content

web-app-template/template-obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsidian Template

Scaffolding Your Obsidian Project

With NPM:

npm create @app-template/app@latest my-obsidian-project -- --template obsidian

With PNPM:

pnpm create @app-template/app@latest my-obsidian-project --template obsidian

How to use

Using Obsidian, open the folder content and start editing your notes.

Quartz Custom Configuration

There is a config.yaml file in the root of the project that you can use to customize the Quartz. See https://quartz.jzhao.xyz/configuration#general-configuration for more information.

Building for production

  1. npm install
  2. run npm run build to build the project.
  3. The build artifacts will be stored in the public directory.
  4. run npx http-server public to preview the production build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published