Skip to content

Advanced Slides

Create Markdown-based presentations.

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

Data

ID obsidian-advanced-slides
Author mszturc
Minimum Obsidian Version 0.12.0
Official Release Date 2021-12-27
Last update 2023-02-15

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
2021-12-27 Plugin Added
2023-02-06 Plugin Removed
2023-02-15 Plugin Re-Added
2023-04-26 description Create markdown-based presentations in Obsidian Create Markdown-based presentations in Obsidian.
2024-01-27 description Create Markdown-based presentations in Obsidian. Create Markdown-based presentations.
2026-05-12 author MSzturc mszturc
2026-05-12 repo MSzturc/obsidian-advanced-slides mszturc/obsidian-advanced-slides

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager Unknown (no lock file found)
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 1.37 MB
Detected ES Version ES2020
Probably Minified Yes
main.js API Findings 11 disclosures
Uses BRAT beta releases No
Dependencies express, fs-extra, glob, jszip, lodash, mustache, request, yaml-front-matter
Dev Dependencies @types/express, @types/fs-extra, @types/glob, @types/lodash, @types/mustache, @types/node, @types/request, @types/yaml-front-matter, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, electron, esbuild, esbuild-plugin-copy, highlight.js, obsidian, reveal.js, ts-node, 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
Adapter File Access Uses adapter-level vault filesystem APIs
Dynamic Code Or Remote Code Evaluates dynamic code or injects scripts
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Markdown Processing Registers markdown processors or renderers
Metadata Access Reads Obsidian metadata cache
Network Access Uses Node HTTP modules, Uses browser network APIs
Node Filesystem Access Uses direct Node filesystem-related modules
Private Network Access References localhost or private-network addresses
Process Or Shell Access Uses Node process or subprocess APIs
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Evaluates dynamic code or injects scripts Warning High Function (3), dynamic_code:function_constructor (1)
Uses direct Node filesystem-related modules Warning High buffer (2), fs (13), path (33), stream (9)
Uses Node process or subprocess APIs Warning High process.env (25), process.platform (10)
References localhost or private-network addresses Warning Medium 0.0.0.0 (1), 127.0.0.1 (2), localhost (4)
Uses persistent browser storage Info High localStorage (3)
Registers markdown processors or renderers Info High this.registerMarkdownCodeBlockProcessor (1), this.registerMarkdownPostProcessor (1)
Registers events, DOM handlers, or intervals Info High setTimeout (7), this.registerEvent (1)
Reads Obsidian metadata cache Info High app.metadataCache.getFileCache (1), app.metadataCache (1)
References URLs or constructs URL objects Info High http:// (33), https:// (17), URL (6)
Uses browser network APIs Info High XMLHttpRequest (1)
Uses Node HTTP modules Info High http (8), https (3)
Persists plugin settings or data Info High this.loadData (1), this.saveData (2)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (17), obsidian.Setting (17)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (2), this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (10)
Enumerates vault files Info High app.vault.getAllLoadedFiles (1), app.vault.getFiles (1)
References Obsidian URI links Info High obsidian:// (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (3)
Accesses Obsidian workspace APIs Info High app.workspace (12)
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), app.workspace.getLeavesOfType (3), app.workspace.revealLeaf (1), registerView (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 932 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
0.1.0 2021-12-08 Released while not listed
0.2.0 2021-12-08 Released while not listed
0.3.0 2021-12-08 Released while not listed
0.4.0 2021-12-09 Released while not listed
0.5.0 2021-12-09 Released while not listed
0.6.0 2021-12-09 Released while not listed
0.7.0 2021-12-09 Released while not listed
0.8.0 2021-12-09 Released while not listed
0.9.0 2021-12-09 Released while not listed
0.10.0 2021-12-11 Released while not listed
0.11.0 2021-12-12 Released while not listed
0.12.0 2021-12-13 Released while not listed
0.12.1 2021-12-13 Released while not listed
0.13.0 2021-12-13 Released while not listed
0.14.0 2021-12-15 Released while not listed
0.14.1 2021-12-15 Released while not listed
0.14.2 2021-12-15 Released while not listed
0.15.0 2021-12-16 Released while not listed
0.16.0 2021-12-17 Released while not listed
0.17.0 2021-12-18 Released while not listed
0.17.1 2021-12-18 Released while not listed
0.17.2 2021-12-19 Released while not listed
0.17.3 2021-12-20 Released while not listed
0.17.4 2021-12-20 Released while not listed
0.17.5 2021-12-21 Released while not listed
0.19.0 2021-12-22 Released while not listed
1.0.0 2021-12-24 Released while not listed
1.0.1 2021-12-24 Released while not listed
1.1.0 2021-12-27 None
1.1.1 2021-12-28 None
1.1.3 2021-12-29 None
1.2.0 2021-12-30 None
1.2.1 2021-12-31 None
1.3.0 2022-01-02 None
1.4.0 2022-01-02 None
1.5.0 2022-01-03 None
1.5.1 2022-01-04 None
1.5.2 2022-01-04 None
1.5.3 2022-01-05 None
1.5.4 2022-01-05 None
1.6.0 2022-01-13 None
1.7.0 2022-03-25 None
1.7.1 2022-04-04 None
1.7.2 2022-04-08 None
1.7.3 2022-04-19 None
1.8.1 2022-04-21 None
1.9.0 2022-04-25 None
1.9.1 2022-05-02 None
1.10.0 2022-05-05 None
1.10.1 2022-05-09 None
1.11.0 2022-05-10 None
1.11.1 2022-05-14 None
1.11.2 2022-05-14 None
1.11.3 2022-05-14 None
1.11.4 2022-05-15 None
1.11.5 2022-05-15 None
1.11.6 2022-05-15 None
1.11.7 2022-05-15 None
1.11.9 2022-05-15 None
1.11.10 2022-05-15 None
1.11.11 2022-05-15 None
1.11.12 2022-05-15 None
1.11.13 2022-05-16 None
1.11.14 2022-05-16 None
1.11.16 2022-05-16 None
1.11.17 2022-05-16 None
1.11.18 2022-05-17 None
1.12.0 2022-05-17 None
1.12.1 2022-05-20 None
1.12.2 2022-05-20 None
1.12.3 2022-05-20 None
1.12.5 2022-05-25 None
1.12.6 2022-05-25 None
1.12.7 2022-05-27 None
1.12.8 2022-05-30 None
1.12.9 2022-05-31 None
1.13.0 2022-06-06 None
1.14.0 2022-06-07 None
1.14.1 2022-06-13 None
1.14.2 2022-06-14 None
1.14.3 2022-06-14 None
1.14.4 2022-06-29 None
1.14.5 2022-06-30 None
1.14.6 2022-07-04 None
1.14.7 2022-07-04 None
1.15.0 2022-07-05 None
1.16.0 2022-08-18 None
1.16.1 2022-08-18 None
1.16.2 2022-08-18 None
1.16.3 2022-08-18 None
1.16.4 2022-08-18 None
1.16.5 2022-08-26 None
1.16.6 2022-08-27 None
1.17.0 2022-08-29 None
1.17.1 2022-08-30 None
1.17.2 2022-08-30 None
1.17.3 2022-08-30 None
1.17.4 2022-08-31 None
1.17.5 2022-08-31 None
1.17.6 2022-08-31 None
1.17.7 2022-09-22 None
1.17.8 2022-09-22 None
1.18.0 2022-10-15 None
1.18.1 2022-10-15 None
1.19.0 2022-11-03 None
1.20.0 2023-02-15 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.