AnyBlock
Take any fragment as a block and render it into multiple effects.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | any-block |
| Author | any-block |
| Funding | Support the Author via Support Page Support the Author via Chinese Support Page |
| Minimum Obsidian Version | 1.8.7 |
| Official Release Date | 2023-04-21 |
| Last update | 2026-06-04 |
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 Jun 5, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; existing successful main.js cache reused |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author via Support Page
- Support the Author via Chinese Support Page
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2023-04-21 | Plugin Added | ||
| 2024-01-27 | description | You can flexibility to create a 'Block' by some means. It also provides some useful features, like `list to table`. | Render lists as different block types in reading view. Lists can be turned into tables, tabs, mindmaps, Mermaid charts, and more. |
| 2024-08-12 | name | Any Block | AnyBlock |
| 2024-08-12 | description | Render lists as different block types in reading view. Lists can be turned into tables, tabs, mindmaps, Mermaid charts, and more. | Render any block as different block types in reading view. Lists/Title can be turned into table, tab, dir, card, mindmap, mermaid, plantuml, markmap, timeline, and more. |
| 2024-08-27 | description | Render any block as different block types in reading view. Lists/Title can be turned into table, tab, dir, card, mindmap, mermaid, plantuml, markmap, timeline, and more. | Take any fragment as a block and render it into multiple effects. You can select a section by list/heading/table/quote/codeBlock/markdown-it-container(`:::`), and turn into table/tabs/dir/cards/column/mindmap/mermaid/PlantUML/markmap/timeLine/jsonChart/nodeTree and more. |
| 2024-08-29 | description | Take any fragment as a block and render it into multiple effects. You can select a section by list/heading/table/quote/codeBlock/markdown-it-container(`:::`), and turn into table/tabs/dir/cards/column/mindmap/mermaid/PlantUML/markmap/timeLine/jsonChart/nodeTree and more. | Take any fragment as a block and render it into multiple effects. You can select a section by list/heading/table/quote/codeBlock/markdown-it-container(`:::`), and turn into table/tabs/dir/cards/column/mindmap/mermaid/PlantUML/markmap/timeLine/jsonChart/nodeTree and more. |
| 2025-09-13 | repo | LincZero/obsidian-any-block | any-block/any-block |
| 2026-05-12 | author | LincZero | any-block |
| 2026-05-12 | description | Take any fragment as a block and render it into multiple effects. You can select a section by list/heading/table/quote/codeBlock/markdown-it-container(`:::`), and turn into table/tabs/dir/cards/column/mindmap/mermaid/PlantUML/markmap/timeLine/jsonChart/nodeTree and more. | Take any fragment as a block and render it into multiple effects. |
Repository Data
| License | GNU Affero General Public License v3.0 in package.json AGPL-3.0 in LICENSE
file
|
| Package Manager | npm, pnpm |
| Uses Typescript | Yes |
| Installed Bundlers | None found |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 2.11 MB |
| Detected ES Version | ES2018 |
| Probably Minified | No |
| main.js API Findings | 6 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | copyfiles |
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 |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Markdown Processing | Registers markdown processors or renderers |
| Network Access | Uses browser network APIs |
| Private Network Access | References localhost or private-network addresses |
| Vault File Write | Writes vault files |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| References localhost or private-network addresses | Warning | Medium | localhost (2) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownCodeBlockProcessor (2), this.registerMarkdownPostProcessor (1) |
| Registers events, DOM handlers, or intervals | Info | High | setTimeout (1), this.registerEvent (2) |
| References URLs or constructs URL objects | Info | High | http:// (33), https:// (9), URL (1) |
| Uses browser network APIs | Info | High | fetch (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (2) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (25), obsidian.Setting (25) |
| Opens or creates files through workspace or file manager APIs | Info | High | workspace_file_open:getLeaf.openFile (1) |
| Writes vault files | Info | High | app.vault.create (1), app.vault.modify (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (6) |
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 8634 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.1.1 | 2023-02-01 | Prerelease, Released while not listed |
| 1.2.0 | 2023-02-03 | Prerelease, Released while not listed |
| 1.2.3 | 2023-02-09 | Released while not listed |
| 1.2.4 | 2023-02-09 | Released while not listed |
| 1.3.1 | 2023-02-14 | Released while not listed |
| 2.0.1 | 2023-02-19 | Prerelease, Released while not listed |
| 2.2.0 | 2023-03-05 | Released while not listed |
| 3.0.0-beta | 2024-07-31 | Prerelease |
| 3.0.1-beta | 2024-08-08 | Prerelease |
| 3.0.2 | 2024-08-08 | None |
| 3.0.3-beta | 2024-08-09 | Prerelease |
| 3.0.4 | 2024-08-11 | None |
| 3.0.5-beta | 2024-08-12 | None |
| 3.0.7-beta | 2024-08-24 | Prerelease |
| 3.0.6 | 2024-08-25 | None |
| 3.1.0 | 2024-08-27 | None |
| 3.1.1 | 2024-08-27 | None |
| 3.1.2 | 2024-08-30 | None |
| 3.1.3-beta | 2024-09-03 | Prerelease |
| 3.1.4 | 2024-09-23 | None |
| 3.1.5 | 2024-09-25 | None |
| 3.1.6-beta | 2024-09-25 | Prerelease |
| 3.1.6 | 2024-10-05 | None |
| 3.1.7-beta | 2024-10-06 | Prerelease |
| 3.1.7 | 2024-10-18 | None |
| 3.1.8-beta | 2024-11-09 | Prerelease |
| 3.1.8 | 2024-11-09 | None |
| 3.1.9-beta | 2024-12-26 | Prerelease |
| 3.1.9 | 2025-01-04 | None |
| 3.1.10-beta | 2025-01-22 | Prerelease |
| 3.2.0-beta | 2025-03-03 | Prerelease |
| 3.2.0 | 2025-03-07 | None |
| 3.2.1-beta | 2025-04-01 | Prerelease |
| 3.2.1 | 2025-04-08 | None |
| 3.2.2 | 2025-04-15 | None |
| 3.3.0-beta | 2025-04-27 | Prerelease |
| 3.3.0 | 2025-05-08 | None |
| 3.3.1-beta | 2025-05-23 | Prerelease |
| 3.3.1 | 2025-06-05 | None |
| 3.3.2 | 2025-08-02 | None |
| 3.4.0-beta | 2025-09-05 | Prerelease |
| 3.4.1-beta | 2025-11-27 | Prerelease |
| 3.4.2-beta2 | 2026-02-08 | Prerelease |
| 3.4.3 | 2026-02-09 | None |
| 3.4.5 | 2026-05-14 | None |
| 3.4.6 | 2026-05-15 | None |
| 3.4.7 | 2026-05-15 | None |
| 3.4.8 | 2026-05-16 | None |
| 3.4.9 | 2026-05-16 | None |
| 3.4.10 | 2026-05-16 | None |
| 3.4.11 | 2026-06-04 | None |
| 3.4.12 | 2026-06-04 | None |
| 3.5.0 | 2026-06-05 | 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.