Skip to content

RPG Manager

Tabletop role playing game campaign manager.

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

Data

ID rpg-manager
Author carlonicora
Minimum Obsidian Version 1.4.0
Official Release Date 2022-09-06
Last update 2025-12-16

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.

Community plugin snapshot Jun 15, 2026
Repository clone last successful checkout May 25, 2026
Release acquisition release metadata checked Jun 12, 2026; existing successful main.js cache reused

Quick Links

Changes

Date Changed Property Old Value New Value
2022-09-06 Plugin Added
2026-05-12 author Carlo Nicora carlonicora

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager npm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks Jest
Has Test Files No
Latest Release main.js Size 3.46 MB
Detected ES Version ES2016
Probably Minified No
main.js API Findings 7 disclosures
Uses BRAT beta releases Yes
Dependencies @fortawesome/fontawesome-svg-core, @fortawesome/free-solid-svg-icons, @fortawesome/react-fontawesome, @testing-library/react, axios, i18next, i18next-browser-languagedetector, lodash, luxon, react, react-beautiful-dnd, react-dom, react-flatpickr, react-i18next, react-markdown, react-simple-maps, rehype-raw, uuid
Dev Dependencies @babel/core, @babel/preset-env, @babel/preset-react, @babel/preset-typescript, @codemirror/lang-markdown, @codemirror/language, @codemirror/state, @codemirror/stream-parser, @codemirror/view, @semantic-release/changelog, @semantic-release/exec, @semantic-release/git, @testing-library/dom, @testing-library/jest-dom, @testing-library/react, @testing-library/user-event, @types/jest, @types/lodash, @types/luxon, @types/node, @types/react, @types/react-beautiful-dnd, @types/react-dom, @types/react-flatpickr, @types/react-simple-maps, @types/uuid, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, babel-jest, builtin-modules, conventional-changelog-conventionalcommits, esbuild, eslint-plugin-deprecation, install, jest, jest-environment-jsdom, jest-environment-node, madge, npm, obsidian, semantic-release, tailwindcss, ts-jest, tslib, typescript

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.

Disclosure Detected From
Dynamic Code Or Remote Code Evaluates dynamic code or injects scripts
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Network Access Uses browser network APIs
Node Filesystem Access Uses direct Node filesystem-related modules
Private Network Access References localhost or private-network addresses
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Evaluates dynamic code or injects scripts Warning High dynamic_code:function_constructor (1)
Uses direct Node filesystem-related modules Warning High fs (1), path (1)
References localhost or private-network addresses Warning Medium localhost (3)
Uses persistent browser storage Info High caches (1), localStorage (6), sessionStorage (5)
Registers events, DOM handlers, or intervals Info High requestAnimationFrame (5), setInterval (3), setTimeout (31), this.registerEvent (3)
Reads Obsidian metadata cache Info High app.metadataCache (1)
References URLs or constructs URL objects Info High http:// (54), https:// (67), URL (1)
Uses browser network APIs Info High fetch (3), XMLHttpRequest (1)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (8), obsidian.Setting (8)
Registers commands, ribbon icons, or status bar items Info High this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (13)
Accesses vault folders Info High app.vault.getRoot (1)
Accesses Obsidian workspace APIs Info High app.workspace (29)
Accesses the active file or editor Info High app.workspace.getActiveFile (1)
Registers or manipulates workspace views and panes Info High app.workspace.detachLeavesOfType (3), registerView (3)

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 17346 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

Version Release Date Note
3.4.5 2023-01-03 None
4.0.0 2023-09-15 None
4.0.1 2023-09-15 None
4.0.2 2023-09-15 None
4.0.3 2023-09-15 None
4.0.4 2023-09-15 None
4.0.5 2023-09-15 None
4.0.6 2023-09-15 None
4.0.7 2023-09-18 None
4.0.8 2023-09-18 None
4.1.0 2023-09-18 None
4.1.1 2023-09-19 None
4.1.2 2023-09-19 None
4.1.3 2023-09-20 None
4.1.4 2023-09-21 None
4.1.5 2023-11-25 None
4.1.6 2023-11-26 None
4.1.7 2023-11-26 None
4.1.8 2023-11-26 None
4.1.9 2023-11-26 None
4.1.10 2023-11-26 None
4.1.11 2023-12-07 None
4.1.12 2023-12-07 None
4.1.13 2023-12-18 None
4.1.14 2023-12-21 None
4.2.0 2025-12-16 None
4.2.1 2025-12-16 None