{"id":13502816,"url":"https://github.com/qownnotes/scripts","last_synced_at":"2025-03-29T12:32:55.820Z","repository":{"id":20947887,"uuid":"91337491","full_name":"qownnotes/scripts","owner":"qownnotes","description":"QOwnNotes script repository","archived":false,"fork":false,"pushed_at":"2024-05-22T08:18:11.000Z","size":918,"stargazers_count":97,"open_issues_count":6,"forks_count":71,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-22T13:31:27.996Z","etag":null,"topics":["javascript","note-taking","qml","qownnotes","script"],"latest_commit_sha":null,"homepage":"http://www.qownnotes.org","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qownnotes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-15T12:52:23.000Z","updated_at":"2024-06-14T20:56:12.865Z","dependencies_parsed_at":"2024-06-14T21:06:10.438Z","dependency_job_id":null,"html_url":"https://github.com/qownnotes/scripts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qownnotes%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qownnotes%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qownnotes%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qownnotes%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qownnotes","download_url":"https://codeload.github.com/qownnotes/scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222495226,"owners_count":16993288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","note-taking","qml","qownnotes","script"],"created_at":"2024-07-31T22:02:25.810Z","updated_at":"2024-10-31T22:30:54.426Z","avatar_url":"https://github.com/qownnotes.png","language":"QML","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# QOwnNotes script repository\n\n[Installation](http://www.qownnotes.org/installation) | \n[Changelog](https://github.com/pbek/QOwnNotes/blob/develop/CHANGELOG.md) | \n[Issues](https://github.com/qownnotes/scripts/issues) | \n[Releases](https://github.com/pbek/QOwnNotes/releases) |\n[Documentation](http://docs.qownnotes.org) |\n[IRC Chat](https://kiwiirc.com/client/irc.freenode.net/#qownnotes) |\n[Gitter Chat](https://gitter.im/qownnotes/qownnotes)\n\n[![Run tests](https://github.com/qownnotes/scripts/workflows/Run%20tests/badge.svg?branch=master)](https://github.com/qownnotes/scripts/actions)\n[![Build Status](https://travis-ci.org/qownnotes/scripts.svg?branch=master)](https://travis-ci.org/qownnotes/scripts)\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/qownnotes/qownnotes)\n\nHere you will find the scripts you can directly access in [QOwnNotes](http://www.qownnotes.org), the plain-text file notepad with markdown support and Nextcloud and ownCloud integration.\n\nPlease visit the [Scripting documentation](https://docs.qownnotes.org/en/latest/scripting/) for more information about scripting and how to write your own.\n\n## Contributing\n\nTo bring your script into the **script repository** you just have to do the following:\n\n- **[fork](https://help.github.com/articles/fork-a-repo/)** the repository \u003chttps://github.com/qownnotes/scripts\u003e on GitHub\n- checkout your forked repository with `git clone https://github.com/YOUR_GITHUB_NAME/scripts.git qownnotes-scripts`\n- **duplicate** the **`example-script` folder** and give it a more descriptive name\n- **add your script** to the folder and remove the `example-script.qml`\n- **edit** the **`info.json`** to add your meta data and describe what your script is doing\n  - you can use [example script info.json](https://jsoneditoronline.org/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fqownnotes%2Fscripts%2Fmaster%2Fexample-script%2Finfo.json) to help you with the json encoding\n  - if you are not sure which `minAppVersion` the commands you are using needs take the [current version](https://github.com/pbek/QOwnNotes/blob/master/src/version.h) of *QOwnNotes*\n- **commit and push** your changes to your repository\n- create a **[pull request](https://help.github.com/articles/creating-a-pull-request/)** to get your script merged into the QOwnNotes script repository\n\n### Editing an existing script in the GitHub web interface\n\nWhen editing an existing script in the GitHub web interface, do the following:\n\n- If you do not already have a fork:\n  - Go to \u003chttps://github.com/qownnotes/scripts\u003e.\n  - Click the **Fork** button in the upper right of the screen (between **Watch** and **Star**).\n  - Leave the defaults (recommended) and click the **Create Fork** button.\n- In your fork, select the QML file to edit.\n  - Make any desired changes.\n  - Fill out the Commit changes fields.\n  - If this is a personal fork, select 'Commit directly to master branch'.\n  - Click **Commit changes** button.\n- Select the associated `info.json` (it will be in the same folder).\n  - Add your name as an author.\n  - Increase the version number.\n  - Ensure the `minAppVersion` reflects the correct version needed (if using new features).\n  - Make any other changes.\n  - Fill out the Commit changes fields.\n  - If this is a personal fork, select 'Commit directly to master branch'.\n  - Click **Commit changes** button.\n- Create a pull request to qownnotes/scripts on the master branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqownnotes%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqownnotes%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqownnotes%2Fscripts/lists"}