https://github.com/chrisgrieser/obsidian-personal-plugin

Personal Obsidian plugin, containing features customized to my workflow.

https://github.com/chrisgrieser/obsidian-personal-plugin

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Personal Obsidian plugin, containing features customized to my workflow.

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 66.4 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Archived
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Funding License

README.md

pseudometa personal plugin

Personal Obsidian plugin, containing features customized to my workflow. Do not expect this plugin to get published. The only reason this is public is so that I can reference code snippets from it.

Features

  • Auto-spellcheck: When in longform note or in note has cssclass writing, toggles spellcheck on, otherwise off.
  • Status bar item indicating is spellcheck is active.
  • Lazy-loads a few "writing-only" plugins only when entering a writing or longform note.
  • When in longform note, open the longform sidebar pane. Otherwise, open the outgoing-links-sidebar. Also sets specific sizes for the panes.
  • Lazy-loads further plugins after a certain delay.

Settings

The settings for this plugin are saved as yaml file in the users vault, so they are stored independently of this plugin repo (where a data.json would be stored). The location is hard-coded as Meta/personal-plugin-settings.yml.

The yaml file should look like this:

```yml rightSidebar: isLongform: leafToOpen: explorerView # = longform pane widthPx: 320 flexGrowHeight: [1, 5] # ratio of pane heights, top to bottom (css flex-grow) notLongform: leafToOpen: bookmarks widthPx: 250 flexGrowHeight: [3.5, 1]

lazyload: notificationDisplaySecs: 1 # zero to disable delaySecs: 5 plugin: delayed: - obsidian-auto-link-title writing: - obsidian-footnotes ```

Owner

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

Researcher in sociology & software developer

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.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
package.json npm
  • @biomejs/biome latest development
  • @types/node latest development
  • builtin-modules ^3.2.0 development
  • esbuild ^0.20.0 development
  • markdownlint-cli latest development
  • obsidian latest development
  • tslib 2.6.2 development
  • typescript ^5.3.3 development