https://github.com/lee88688/logseq-mhtml-view-plugin
view mhtml or html archive file in logseq
https://github.com/lee88688/logseq-mhtml-view-plugin
html logseq logseq-plugin mhtml
Last synced: 5 months ago
JSON representation
view mhtml or html archive file in logseq
- Host: GitHub
- URL: https://github.com/lee88688/logseq-mhtml-view-plugin
- Owner: lee88688
- License: mit
- Created: 2023-04-07T02:48:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T06:54:51.000Z (about 1 year ago)
- Last Synced: 2025-04-10T23:03:55.312Z (10 months ago)
- Topics: html, logseq, logseq-plugin, mhtml
- Language: TypeScript
- Homepage:
- Size: 2.1 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq MHTML/HTML View Plugin 🚀
Store and load MHTML or HTML file in Logseq!

**NOTE**
for imported file name is used for css id selector, file name imported may be transformed in the proper way.
## Features
- import MTHML or HTML files
- open MHTML or HTML file in Logseq
- add marks
## How to get started
1. Clone the repository or use the button "Use this template" on GitHub to create your own version of the repository 🔨
2. Make sure you have pnpm installed, [install](https://pnpm.io/installation) if necessary 🛠
3. Execute `pnpm install` 📦
4. Change the plugin-name in `package.json` to your liking. Adapt both the package-name and the plugin-id at the bottom of the `package.json`. Make sure that they are not conflicting with plugins you already installed. 📝
5. Execute `pnpm build` to build the plugin 🚧
6. Enable developer-mode in Logseq, go to plugins, select "Load unpacked plugin" 🔌
7. Select the directory of your plugin (not the `/dist`-directory, but the directory which includes your package.json) 📂
8. Enjoy! 🎉