Find a file
2024-11-26 02:04:15 -05:00
.github Update beta-autoreply.yaml 2024-09-21 12:41:34 -04:00
assets Merge branch 'master' into 1.8.0 2024-02-20 02:43:22 -05:00
docker Finally fix future versions 2024-06-16 19:22:46 +02:00
scripts Export configless and with custom config file 2024-05-13 10:34:50 +02: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 Export configless and with custom config file 2024-05-13 10:34:50 +02: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 Upgrade Obsidian 2024-08-24 10:04:46 +02:00
esbuild.config.mjs Fix build 2024-05-13 09:42:50 +02:00
LICENSE Update LICENSE 2023-10-11 14:46:47 -04:00
manifest-beta.json Update manifest-beta.json 2024-11-26 02:04:15 -05:00
manifest.json Update manifest.json 2024-03-06 04:58:26 -05:00
package-lock.json Add rss support, cleanup api options 2024-02-19 06:13:45 -05:00
package.json Fix build 2024-05-13 09:42:50 +02:00
page_layout.xml 1.7.4 candidate 2023-10-08 11:34:35 -04:00
README.md Update README.md 2024-06-24 12:49:10 -04:00
styles.css Fix dataview / <canvas>, add emoji styles, remove html minify, fix outline collapse depth 2024-02-04 20:03:42 -05:00
tsconfig.json Remove allowJs to stop errors 2023-05-28 22:16:14 -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! Contributiong guide coming 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.