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: 24 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T11:57:55.000Z (4 months ago)
- Last Synced: 2025-03-17T22:19:38.540Z (29 days ago)
- Topics: obsidian-plugin
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 11
- 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)
* [Development](#development)
- [About the developer](#about-the-developer)## Installation
For now, the plugin is still in beta. It can be installed with the [BRAT Plugin](https://github.com/TfTHacker/obsidian42-brat).### 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/)