Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kometenstaub/copy-publish-url
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
https://github.com/kometenstaub/copy-publish-url
obsidian-plugin obsidianmd
Last synced: 17 days ago
JSON representation
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
- Host: GitHub
- URL: https://github.com/kometenstaub/copy-publish-url
- Owner: kometenstaub
- License: mit
- Created: 2021-10-19T20:20:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T02:39:39.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:45:01.709Z (4 months ago)
- Topics: obsidian-plugin, obsidianmd
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - kometenstaub/copy-publish-url - Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub. (TypeScript)
README
## Publish and GitHub URL plugin
This plugin adds a command which lets you copy the URL of a note for your [Obsidian Publish](https://obsidian.md/publish) site.
Optionally, as of v0.2.0, you can also enable a file menu entry. Thank you to [@Mara-Li](https://github.com/Mara-Li) for the contribution.
It doesn't copy the URL (or show the file menu entry) if the `publish` flag is set to `false`.
As of v0.3.0, you can also open the current note on the published site directly in your browser. This feature is enabled by default.
As of v0.4.0, you can open the current note's Git commit history on GitHub. It is turned off by default. You need to set the repository URL and the branch name for it to work.
### Configuration
In the settings, you need to set your Publish `Index` note and also the base path of your [Obsidian Publish](https://obsidian.md/publish) site.