No description
Find a file
Nathan George 78c973ddc2
Merge pull request #718 from albenisolmos/NewCollapseSidebarIcon
Fixes #717. Update collapsible sidebar icon to match the obsidian's icon
2026-01-14 15:23:30 -05:00
.github Enable docker for arm64, including releasing to GHCR 2025-12-02 15:55:55 -05:00
docker Merge pull request #687 from cvent/export-use-picker-lists 2025-12-04 12:58:09 -05:00
src Update collapsible sidebar icon to the actual icon of obsidian 2026-01-09 13:00:07 -04:00
.dockerignore fix container not running fully headlessly 2024-05-13 21:05:05 +02:00
.editorconfig heavy refactor and bug fixes 2022-11-20 18:04:48 -05:00
.eslintignore Initial commit 2022-10-31 19:44:25 -04:00
.eslintrc Initial commit 2022-10-31 19:44:25 -04:00
.gitignore Various fixes, remove purge setting, start fix for min collapse depth 2025-05-29 14:51:46 -04:00
.npmrc Initial commit 2022-10-31 19:44:25 -04:00
action.yml Use production container instead of development one 2024-05-23 09:54:18 +02:00
docker-compose.yaml fix config file not working correctly 2024-06-09 14:47:53 +02:00
Dockerfile Enable docker for arm64, including releasing to GHCR 2025-12-02 15:55:55 -05:00
esbuild.config.mjs [WIP] refactor, inserting features broken, site broken 2025-01-31 22:16:18 -05:00
eslint.config.mjs Move ts project root to root of repo 2024-08-24 17:11:40 -04:00
LICENSE Update LICENSE 2023-10-11 14:46:47 -04:00
manifest-beta.json 1.9.2 2025-07-28 12:00:43 -04:00
manifest.json 1.9.2 2025-07-28 12:00:43 -04:00
package-lock.json move render to main window, add hover previews, fix css stripping, many other fixes 2024-10-01 14:59:35 -04:00
package.json move render to main window, add hover previews, fix css stripping, many other fixes 2024-10-01 14:59:35 -04:00
README.md Update README.md 2025-08-07 11:22:49 -04:00
styles.css move render to main window, add hover previews, fix css stripping, many other fixes 2024-10-01 14:59:35 -04:00
tsconfig.frontend.json Move ts project root to root of repo 2024-08-24 17:11:40 -04:00
tsconfig.json move render to main window, add hover previews, fix css stripping, many other fixes 2024-10-01 14:59:35 -04:00
version-bump.mjs Initial commit 2022-10-31 19:44:25 -04:00
versions.json 1.7.3 2023-09-13 12:49:51 -04:00

Webpage HTML Export

Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity. Demo / docs: docs.obsidianweb.net

image

image

Note

Although the plugin is fully functional it is still under development, so there may be frequent large changes between updates that could effect your workflow! Bugs are also not uncommon, please report anything you find, I am working to make the plugin more stable.

Features:

  • Full text search
  • File navigation tree
  • Document outline
  • Graph view
  • Theme toggle
  • Optimized for web and mobile
  • Most plugins supported (dataview, tasks, etc...)
  • Option to export html and dependencies into one single file

Using the Plugin

Check out the new docs for details on using the plugin: https://docs.obsidianweb.net/

Installation

Install from Obsidian Community Plugins: Open in Obsidian

Manual Installation

  1. Download the .zip file from the Latest Release, or from any other release version.
  2. Unzip into: {VaultFolder}/.obsidian/plugins/
  3. Reload obsidian

Beta Installation

Either follow the instructions above for a beta release, or:

  1. Install the BRAT plugin
  2. Open the brat settings
  3. Select add beta plugin
  4. Enter https://github.com/KosmosisDire/obsidian-webpage-export as the repository.
  5. Select Add Plugin

Contributing

Only start work on features which have an issue created for them and have been accepted by me! A contribution guide may come soon.

Support This Plugin

This plugin takes a lot of work to maintain and continue adding features. If you want to fund the continued development of this plugin you can do so here:

or if you prefer paypal:

Testing

This project is tested with BrowserStack. BrowserStack offers free web testing to open source projects, but does not support this project in any other way.