https://github.com/chrisgrieser/pseudometa-obsidian-plugin-template
A description for the plugin
https://github.com/chrisgrieser/pseudometa-obsidian-plugin-template
obsidian-plugin
Last synced: 3 months ago
JSON representation
A description for the plugin
- Host: GitHub
- URL: https://github.com/chrisgrieser/pseudometa-obsidian-plugin-template
- Owner: chrisgrieser
- License: mit
- Created: 2022-01-02T21:43:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T11:23:55.000Z (4 months ago)
- Last Synced: 2025-06-24T12:18:50.696Z (4 months ago)
- Topics: obsidian-plugin
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - chrisgrieser/pseudometa-obsidian-plugin-template - A description for the plugin (JavaScript)
README
# {{plugin-name}}

{{plugin-desc}}
- [Installation](#installation)
- [Plugin development](#plugin-development)
- [About the developer](#about-the-developer)## Installation
1. Download the [latest release](https://github.com//{{plugin-repo}}/releases/latest/download/{{repo-name}}.zip).
2. Open Obsidian, go to `Settings → Community plugins`, click the folder icon.
3. In the folder that opens, create a new folder called `{{plugin-id}}`.
4. Unzip the downloaded release file and move all files into the folder
`{{plugin-id}}`.
5. Go back to Obsidian, `Settings → Community plugins`, and click the refresh
icon.
6. `{{plugin-name}}` will now appear in your list of plugins. Enable it by
checking the box.## Plugin development
```bash
just init # run once after cloningjust format # run all formatters
just build # builds the plugin
just check # runs the pre-commit hook (without committing)
```> [!NOTE]
> This repo uses a pre-commit hook, which prevents commits that do not build or
> do not pass the checks.## About the developer
In my day job, I am a sociologist studying the social mechanisms underlying the
digital economy. For my PhD project, I investigate the governance of the app
economy and how software ecosystems manage the tension between innovation and
compatibility. If you are interested in this subject, feel free to get in touch.- [Academic website](https://chris-grieser.de/)
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
- [Mastodon](https://pkm.social/@pseudometa)
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)