https://github.com/dohliam/qownnotes-scripting
QOwnNotes scripting (developtment)
https://github.com/dohliam/qownnotes-scripting
note-taking qownnotes
Last synced: 9 months ago
JSON representation
QOwnNotes scripting (developtment)
- Host: GitHub
- URL: https://github.com/dohliam/qownnotes-scripting
- Owner: dohliam
- License: mit
- Created: 2021-10-17T12:52:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T09:37:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T10:08:44.033Z (over 1 year ago)
- Topics: note-taking, qownnotes
- Language: JavaScript
- Homepage: https://dohliam.github.io/qownnotes-scripting/
- Size: 689 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QOwnNotes scripting (developtment)
This repo contains QOwnNotes scripts under development for eventual submission to the [official scripting repository](@). The scripts themselves are in the `scripts` folder.
They can be installed directly in QOwnNotes as is, but it is probably easier to use the versions submitted to the official repository which can be retrieved and updated automatically.
* `backlinks`: Generates a list of backlinks to the current note from all other notes in the collection
* `daily-note`: Creates a menu item and a button to create or jump to a note for the current day
* `default-subfolder-note`: Creates a menu item and a button to jump to the "default" or main note for the current subfolder (e.g., an index note linking to all the other notes)
* `export-notes-as-website`: Exports all notes in the collection as interlinked HTML files that can be viewed using any web browser
* `fix-new-note-headline`: Fixes new note headlines to use atx rather than setext headers
* `mermaid`: Adds support for rendering mermaid diagrams
* `random-note`: Creates a menu item and a button to jump to a random note from the collection
* `wiki-links`: Adds support for wiki-style internal links (e.g., `[[link]]`)
A demo website with full usage details and examples for each script can be found [here](@). This website was generated entirely using the `export-notes-as-website` script found in this repo, directly from within QOwnNotes!
The source for the demo website can be found in the `wiki` folder. If you install the `export-notes-as-website` script and open the wiki folder in QOwnNotes, you should be able to generate an exact copy of the website yourself.
## License
MIT.