Description
Note Enhancements Plugin
Category: Note Enhancements
The Any Block plugin for Obsidian offers unparalleled flexibility in creating custom blocks. With no syntax requirements, you can easily create and customize blocks to suit your needs. The plugin also provides powerful features such as list-to-table conversion, multiple processing options, and support for various platforms like VuePress and VitePress. Whether you're looking to enhance your note-taking workflow or create interactive content, Any Block is an excellent choice. With its extensive customization options and user-friendly interface, this plugin is sure to elevate your Obsidian experience.
Stats
292
stars
292 stargazers
26,844
downloads
26,844 downloads
14
forks
14 forks
740
days
740 days since creation
0
days
0 days since last commit
14
days
14 days since last release
6
total PRs
6 total pull requests
0
open PRs
0 open pull requests
0
closed PRs
0 closed pull requests
6
merged PRs
6 merged pull requests
127
total issues
127 total issues
10
open issues
10 open issues
117
closed issues
117 closed issues
254
commits
254 total commits in last one year
Latest Version
15 days ago
Changelog
Emergency fix of critical bugs: Forcible refresh of the read mode may fail, causing the update t #140
紧急修复严重bug: 阅读模式强制刷新失效可能导致更新不及时 #140
// 仅当叶子页为md阅读模式时,才触发强制刷新。排除canvas、excalidraw、实时模式等
// - el 为空时,不强制刷新。可能是其他面板或者是 canvas (`getActiveViewOfType(MarkdownView)` 获取到的canvas等页面为空)
// - data-mode 为 source 等时,不强制刷新。仅为 preview 时强制刷新
// - data-type 为 excalidraw 等时,不强制刷新。仅为 markdown 时强制刷新
if (!el || el.getAttribute('data-mode') != 'preview' || el.getAttribute('data-type') != 'markdown') {...}
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Excel to Markdown Table
3 years ago by Ganessh Kumar R P
An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
Notion-Like Tables
3 years ago by Trey Wallis
Better Obsidian Tables Without The Hassle
Code Block
3 years ago by Patrik Lindefors
Table to CSV Exporter
3 years ago by Stefan Wolfrum
An Obsidian Plugin that allows to export tables from a pane in reading mode to CSV files.
Table Generator
3 years ago by Boninall
A plugin for generate markdown table quickly like Typora.
Markdown table checkboxes
a year ago by DylanGiesberts
Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.
JSON table
a year ago by Dario Baumberger
Simply switch between JSON and tables in your Obsidian notes.
Are.na unofficial
a year ago by 0xroko
Unofficial Are.na plugin for Obsidian
Bitcoin Block Stamp
a year ago by sefiro
Stamp your Obsidian notes with the current Bitcoin block.
Advanced Tables
5 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
Table of Contents
4 years ago by hipstersmoothie
Create a tables of contents for a note.
Code block from selection
4 years ago by Dmitry Savosh
Obsidian plugin. Adds code block for the selected text.
CSV Table
4 years ago by Adam Coddington
Have a CSV file you want to render some or all of the data from? This plugin allows you to display that data in your obsidian preview.
Remove Unused Block IDs
7 months ago by Daniel Geneta
A simple plugin that removes unused block IDs for Obsidian.md
CSV All-in-One
a month ago by hihangeol