obsidian-html-server
Obsidian plugin to serve a vault as an html site.
File Explorer
Download Latest Version (.zip)- example-test.ts
- frontmatter_vars.png
- rendered_example.png
- vars.png
- start-obsidian.cjs
- version-bump.mjs
- customMarkdownRenderer.ts
- obsidianMarkdownRenderer.ts
- simpleFileRender.test.ts
- contentResolver.ts
- controller.ts
- pathResolver.test.ts
- pathResolver.ts
- FileSuggester.ts
- suggest.ts
- settings.ts
- settingsTab.ts
- main.ts
- uiSetup.ts
- typings.ts
- manifest.json
- README.md
- .hotreload
- test1.css
- manifest.json
- theme.css
- app.json
- appearance.json
- community-plugins.json
- core-plugins-migration.json
- core-plugins.json
- daily-notes.json
- hotkeys.json
- note-composer.json
- Index Page.md
- Simple Renderer Test.md
- Test.md
- file resolver test.md
- Pasted image 20231122200402.png
- Test.md
- Callouts.md
- file1.md
- img.png
- Test File.md
- test.canvas
- globalSetup.js
- globalTeardown.js
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc.json
- jest-puppeteer.config.js
- jest.config.js
- LICENCE
- manifest.json
- package-lock.json
- package.json
- README.md
- rollup.config.mjs
- styles.css
- ts-jest-puppeteer-preset.js
- tsconfig.dev.json
- tsconfig.json
- versions.json
# Installation Guide
1. Get the code
git clone https://github.com/Pr0dt0s/obsidian-html-server
Downloads the entire project code from GitHub to your computer.
cd obsidian-html-server
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
