Skip to content

Canvas CSS class

Add a CSS class to the canvas, but also other attributes.

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

Data

ID canvas-css-class
Author Mara
Funding Support the Author
Minimum Obsidian Version 1.1.0
Official Release Date 2023-01-12
Last update 2024-06-06

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
2023-01-12 Plugin Added
2024-05-25 author Lisandra-dev Mara-Li
2024-05-25 repo Lisandra-dev/obsidian-canvas-css-class Mara-Li/obsidian-canvas-css-class
2026-05-12 author Mara-Li mara-li
2026-05-12 repo Mara-Li/obsidian-canvas-css-class mara-li/obsidian-canvas-css-class
2026-06-11 author mara-li Mara

Repository Data

License AGPL-3.0 in package.json
GPL-3.0 in LICENSE file
Package Manager npm, pnpm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 94.3 KB
Detected ES Version ES2020
Probably Minified Yes
main.js API Findings 1 disclosure
Uses BRAT beta releases Yes
Dependencies ansi-colors, commander, commit-and-tag-version, dedent
Dev Dependencies @biomejs/biome, @lisandra-dev/eslint-config, @types/electron, @types/obsidian-typings, builtin-modules, dotenv, esbuild, i18next, obsidian, 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
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Finding Type Confidence Evidence
Registers events, DOM handlers, or intervals Info High setTimeout (3), this.registerEvent (1)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (14), obsidian.Setting (14)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (6)
Accesses Obsidian vault APIs Info High app.vault (2)
Accesses Obsidian workspace APIs Info High app.workspace (12)
Accesses the active file or editor Info High app.workspace.getActiveFile (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 1380 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
1.0.0 2022-12-25 Released while not listed
1.0.1 2022-12-25 Released while not listed
1.1.0 2022-12-26 Released while not listed
1.1.1 2022-12-26 Released while not listed
1.2.0 2022-12-27 Released while not listed
2.0.0 2023-01-02 Released while not listed
2.1.0 2023-01-07 Released while not listed
2.1.1 2023-01-07 Released while not listed
2.1.2 2023-01-07 Released while not listed
2.1.3 2023-01-07 Released while not listed
2.1.4 2023-01-12 None
2.1.5 2023-01-12 None
2.1.6 2023-01-12 None
2.1.7 2023-01-12 None
2.1.8 2023-01-13 None
2.2.0 2023-01-13 None
2.2.1 2023-01-14 None
2.2.2 2023-01-15 None
2.3.0 2024-03-12 None
2.3.1 2024-03-12 None
2.3.2 2024-03-12 None
2.3.3 2024-03-12 None
2.3.4 2024-03-13 None
2.4.0 2024-03-13 None
2.4.1 2024-03-15 None
2.5.0 2024-06-06 None

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.