Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzdwx/hugo-preview-obsidian
:superhero: Hugo preview in obsidian
https://github.com/fzdwx/hugo-preview-obsidian
hugo obsidian plugin
Last synced: about 3 hours ago
JSON representation
:superhero: Hugo preview in obsidian
- Host: GitHub
- URL: https://github.com/fzdwx/hugo-preview-obsidian
- Owner: fzdwx
- License: mit
- Created: 2022-12-04T14:37:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T13:56:56.000Z (about 1 year ago)
- Last Synced: 2024-04-17T16:20:09.510Z (10 months ago)
- Topics: hugo, obsidian, plugin
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 27
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo preview in obsidian
hugo preview in obsidian.
## Features
- [x] Open a `custome iframe` to preview hugo (via https://github.com/Ellpeck/ObsidianCustomFrames)
- [x] Start `hugo server` in the background
- There is still a bit of a problem currently, the child process (hugo process) does not close when the program
launches.
- Support add custom flags for `hugo server`, default is `--navigateToChanged`
- [x] A customer command setting, default is `Alt+F12`, you can think of it as a shortcut to execute a command,
I set it to start the terminal `wezterm start --class float --cwd ${cwd}`.## Usage
Click on the gopher icon on the status bar
![image](https://user-images.githubusercontent.com/65269574/211792531-e10b9d69-f109-4f75-aff6-1a8c132f8b40.png)
## Screenshot
![Record_select-area_20230111192058](https://user-images.githubusercontent.com/65269574/211794013-eab76237-433d-4b9f-bc22-0bb0e4c1fe28.gif)
## Resource
1. [CHANGELOG.md](CHANGELOG.md)