https://github.com/chrisgrieser/pseudometa-obsidian-plugin-template

A description for the plugin

https://github.com/chrisgrieser/pseudometa-obsidian-plugin-template

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary

Keywords

obsidian-plugin

Keywords from Contributors

archival projection interactive generic sequences pdf-summarization reference-management text-object alfred-workflow genomics
Last synced: 6 months ago · JSON representation

Repository

A description for the plugin

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 224 KB
Statistics
  • Stars: 14
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
obsidian-plugin
Created about 4 years ago · Last pushed 6 months ago
Metadata Files
Readme Funding License

README.md

{{plugin-name}}

GitHub download count Last release

{{plugin-desc}}

Installation

  1. Download the latest release.
  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 cloning

just 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.

Buy Me a Coffee at ko-fi.com

Owner

  • Name: Chris Grieser
  • Login: chrisgrieser
  • Kind: user
  • Location: Berlin, Germany
  • Company: Technical University of Berlin

Researcher in sociology & software developer

GitHub Events

Total
  • Watch event: 3
  • Delete event: 3
  • Push event: 44
  • Pull request event: 8
  • Fork event: 1
  • Create event: 2
Last Year
  • Watch event: 3
  • Delete event: 3
  • Push event: 44
  • Pull request event: 8
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 252
  • Total Committers: 2
  • Avg Commits per committer: 126.0
  • Development Distribution Score (DDS): 0.008
Past Year
  • Commits: 54
  • Committers: 2
  • Avg Commits per committer: 27.0
  • Development Distribution Score (DDS): 0.037
Top Committers
Name Email Commits
pseudometa 7****r 250
dependabot[bot] 4****] 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 0
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 8
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (8)
Top Labels
Issue Labels
Pull Request Labels
dependencies (8) github_actions (6)

Dependencies

package.json npm
  • @types/node ^16.11.6 development
  • @typescript-eslint/eslint-plugin ^5.2.0 development
  • @typescript-eslint/parser ^5.2.0 development
  • builtin-modules ^3.2.0 development
  • esbuild 0.13.12 development
  • obsidian latest development
  • tslib 2.3.1 development
  • typescript 4.4.4 development
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/setup-node v1 composite
  • actions/upload-release-asset v1 composite
.github/workflows/semantic-pr-title.yml actions
  • amannn/action-semantic-pull-request v5 composite
.github/workflows/stale-bot.yml actions
  • actions/stale v8 composite
versions.json meteor