Skip to content

Gistr

Use your notes to embed, create, and update gists for Github and Opengist.

The above warnings are based on limited information and might not always be accurate.

Data

IDgistr
Authoraetherinox
Minimum Obsidian Version1.0.0
Official Release Date2024-03-01
Last update2025-06-25

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2024-03-01Plugin Added
2024-03-11descriptionIntegrate OpenGist and Github gist snippets in your notes.Use your notes to embed, create, and update gists for Github and Opengist.
2026-05-12authorAetherinoxaetherinox
2026-05-12repoAetherinox/obsidian-gistraetherinox/obsidian-gistr

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed BundlersRollup
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size4.00 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings8 disclosures
Uses BRAT beta releasesNo
Dependencies@aetherinox/noxkit, @octokit/rest, @simonwep/pickr, colortranslator, front-matter, semver, uuid, yaml
Dev Dependencies@aetherinox/noxenv, @codemirror/view, @rollup/plugin-commonjs, @rollup/plugin-image, @rollup/plugin-node-resolve, @rollup/plugin-replace, @rollup/plugin-terser, @rollup/plugin-typescript, @stylistic/eslint-plugin-js, @stylistic/eslint-plugin-plus, @stylistic/eslint-plugin-ts, @types/chrome, @types/node, @types/semver, @types/uuid, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, all-contributors-cli, electron, eslint-config-prettier, eslint-plugin-prettier, obsidian, prettier, rollup, rollup-plugin-license, simple-git, tslib, typescript, typescript-eslint

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Clipboard AccessReads or writes clipboard data
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Markdown ProcessingRegisters markdown processors or renderers
Process Or Shell AccessUses Node process or subprocess APIs
Source Map CommentIncludes a source map comment
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighFunction (3), dynamic_code:function_constructor (1)
Uses Node process or subprocess APIsWarningHighprocess.env (5), process.platform (2)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (6)
Uses persistent browser storageInfoHighlocalStorage.getItem (1), localStorage.setItem (1)
Includes a source map commentInfoHighsourceMappingURL (1)
Includes large embedded base64 blobsInfoHighbase64 blob (5)
Registers markdown processors or renderersInfoHighthis.registerMarkdownCodeBlockProcessor (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (4), setTimeout (8), this.registerDomEvent (1), this.registerEvent (2)
References URLs or constructs URL objectsInfoHighhttp:// (11), https:// (37), URL (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (3), this.addRibbonIcon (3)
Accesses Obsidian vault APIsInfoHighapp.vault (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (17)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (1)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 21615 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
1.0.02024-02-29Released while not listed
1.1.02024-03-02None
1.2.02024-03-04None
1.3.02024-03-06None
1.3.12024-03-07None
1.4.02024-03-10None
1.4.12024-03-10None
1.4.22024-03-11None
1.4.32024-03-12None
1.4.42024-03-12None
1.4.52024-03-14None
1.4.62024-03-15None
1.4.72024-03-23None
1.5.02024-03-25None
1.6.02024-03-29None
1.6.12024-03-30None
1.6.22024-03-31None
1.6.32024-04-01None
1.6.42024-04-02None
1.6.52024-04-03None
1.6.62024-04-04None
1.6.72024-04-06None
1.6.82024-04-27None
1.7.02024-07-15None
1.7.12025-06-25None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.