3.2.0-beta (2025-03-03)
Pre-release
Pre-release
en
- Feat
- New online App version for study, research and experiment: https://any-block.github.io/obsidian-any-block/
- New processor: exTable
(The syntax is the same assheet-extend
, which supports horizontal/vertical free merging of tables. If you are an ob user only, usesheet-extend
, which is re-implemented here for cross-platform use on non-OB platforms, such asvuepress/vitepress
, etc) - New processor:
addStyle( xxx )
, such as:addStyle( transform:rotate(180deg) )
- Refactor
- Split card layout for the new processor: Four card arrangements are currently supported: (ab-lay-vfall, temp default) (ab-lay-hfall) (ab-lay-grid) (ab-deco-scroll-x). Usage: Add the corresponding css through the 'addClass()' processor #116
- Some code writing optimization adjustment
- Fix
- Nested '! [[xx#xx]] 'Causes an infinite refresh situation where the policy is nested'! [[xx]] 'Does not cause a forced refresh (risky operation) #123 #102 #98
- The alias system
(list2)mermaid
fails when the front part is removed - Some bugs exist when the
trs
transpose processor andexTable
processor work together
zh
- 功能
- 新增在线App版本,供学习、研究、实验使用: https://any-block.github.io/obsidian-any-block/ 也提供了更多的demo案例
- 新处理器:exTable
(语法和sheet-extend
一样,支持表格横/纵向的自由合并。如果你是仅ob用户用sheet-extend
就好,这里重新实现是为了在跨平台,在非ob平台上使用,如vuepress/vitepress
等)
(跨平台的表格合并为什么不用markdown-it-table-extend
?因为我觉得那个的语法设计没这个好。特别是非向下兼容md表格) - 新处理器:
addStyle( xxx )
, 例如:addStyle( transform:rotate(180deg) )
。注意为了避免与内部的括号冲突,外部的括号向内要各留一个空格
- 重构
- 分离卡片的布局为新处理器:目前支持四种卡片排布。使用方式:通过
addClass()
处理器添加对应的css上去 #116- 纵向瀑布流 (
ab-vfallab-lay-vfall 暂时默认) - 横向瀑布流(
ab-hfallab-lay-hfall) - 对齐网格
(ab-deco-gridab-lay-grid) - 横向滚动 (ab-deco-scroll-x)
- 纵向瀑布流 (
- 部分代码的书写优化调整
- 分离卡片的布局为新处理器:目前支持四种卡片排布。使用方式:通过
- 修复