Skip to content

Releases: any-block/obsidian-any-block

3.1.7

18 Oct 23:46
Compare
Choose a tag to compare

en

  • Feat
    • 'dir' Processor added all folds (style to be optimized)
  • Enhanced
    • Greatly improved compatibility when working with other plug-ins. inline js and meta-bind for dataview, for example, began to work together in this release
  • Fix
    • In reading mode, the image element at the root is recognized three times #77
    • card Indicates an error caused by the processor
    • ':::' Selector's '@' flag exception
  • Style
    • Optimizes the style of leaf nodes in the min mode
    • 'timeline' The first column is as narrow as possible by default
    • Added custom styles such as.ab-custom-td-0,.ab-custom-td1-0,.ab-custom-td1-200
    • Optimization of auto-wrap behavior
    • Table lists double-spaced questions in reading mode #79

zh

  • 功能
    • dir 处理器新增全部折叠 (样式待优化)
  • 增强
    • 大大提高了与其他插件配合时的兼容性。如 dataview的inline js、meta-bind,在该版本开始变得能配合使用
  • 修复
    • 阅读模式下,位于根部的图片元素被重复识别三次 #77
    • card处理器引起的控制台报错
    • ::: 选择器的 @ 标志异常
  • 样式
    • 优化nodes处理器min样式下的叶子节点样式
    • timeline 首列默认尽可能窄
    • 新增 .ab-custom-td-0.ab-custom-td1-0.ab-custom-td1-200 等自定义样式
    • 自动换行行为的优化
    • 表格列表在阅读模式下双倍行距的问题 #79 (原因是阅读模式下td的white-space默认为break-spaces,需要用normal覆盖掉)

3.1.7-beta3

06 Oct 21:30
Compare
Choose a tag to compare
3.1.7-beta3 Pre-release
Pre-release
  • 增强
    • 大大提高了与其他插件配合时的兼容性。如 dataview的inline js、meta-bind,在该版本开始变得能配合使用
  • 修复
    • 阅读模式下,位于根部的图片元素被重复识别三次 #77
    • card处理器引起的控制台报错
    • ::: 选择器的艾特标志异常
  • 样式
    • 优化nodes处理器min样式下的叶子节点样式

3.1.6

05 Oct 18:21
Compare
Choose a tag to compare

en (Machine turnover)

  • Feat
    • Special style 'ab-super-width' (js implementation) '[addClass(ab-super-width)]'
  • Enhanced
    • Optimized structure and button controls when rendering code in block mode
    • Improved compatibility with other plugins (buttons plugin)
  • Style
    • Greatly optimized the style of node graph in min mode '[nodes|addClass(min)]'
    • Compatible: Table rendering exception in BT library
    • Fix: pdf export error display button
  • Fix
    • tabs The switchover is abnormal when multiple tabs are nested
    • In the c2data type (timeline/tabs/card/col), inline newlines are invalid
    • This parameter does not take effect in callout statements
    • Read mode Some drop-down options are abnormal
    • The tabs/card/col processor of the mdit selector fails in read mode

zh

  • 新增
    • 特殊样式 ab-super-width (js实现) [addClass(ab-super-width)]
  • 增强
    • 优化代码块方式渲染时的结构和按钮控件
    • 增强了与其他插件的配合兼容 (buttons插件)
  • 样式
    • 大幅优化了节点图的min模式下的样式 [nodes|addClass(min)]
    • 兼容:在BT库中的表格渲染异常
    • 修复:pdf导出中误渲显示按钮
  • 修复
    • tabs标签多层嵌套时,切换不正常
    • 在c2data类型中 (timeline/tabs/card/col),内换行失效
    • 在callout语句中不生效
    • 阅读模式下下拉框部分选项异常
    • mdit选择器在阅读模式下tabs/card/col处理器失效

图片

3.1.6-beta2

25 Sep 14:06
Compare
Choose a tag to compare
3.1.6-beta2 Pre-release
Pre-release

en

  • style
    • greatly optimized .list2node.min style [nodes|addClass(min)]
  • fix
    • no work in callout

zh

  • 样式
    • 大幅优化了节点图的min模式下的样式 [nodes|addClass(min)]
  • 修复
    • 在callout语句中不生效

图片

图片

3.1.5

25 Sep 07:00
Compare
Choose a tag to compare

en

  • Fix
    • Fixed conflicts with callout in some theme/plugin environments
  • Enhanced
    • Added adaptive height when refreshing markmap
  • Style
    • Fixed certain themes/plugin environments (bt themes)
      • Points of the timeline are truncated
      • Table width in reading mode is abnormal
    • Enhanced card style

zh

  • 修复
    • 修复某些主题/插件环境下 (bt主题),可能与callout冲突
  • 增强
    • 刷新markmap时新增自适应高度
  • 样式
    • 修复某些主题/插件环境下 (bt主题)
      • timeline的点被截断
      • 阅读模式下的表格宽度不正常
    • 增强卡片的样式

3.1.4-2

23 Sep 13:38
Compare
Choose a tag to compare

en (machine translation)

  • Feat
    • Reuse and optimize the old title processor
    • Allows anyblock to be declared by a code block of type anyblock
  • Fix
    • list2lt tail empty cell issue #53 in reading mode
    • Repair the cm module repeatedly adding redundant css styles
    • Processor centered style invalidates table contents
    • markmap repeated rendering problem #58、cache rerendering problem
    • The list2node style is faulty when the number of list2node is 1-1-3
    • markmap alias lack
  • Enhanced
    • The list2node style is more compact
    • Adaptation of light and dark modes
    • Some English translations
  • Style
    • Adaptation of light and dark modes
    • list2node Compact style (min)
    • list2card style enahcne

zh

  • 功能
    • 重新使用并优化旧的标题处理器
    • 允许通过anyblock类型的代码块来声明anyblock (-2又修了下bug)
  • 修复
    • 阅读模式下list2lt的尾部空单元格存在问题 #53
    • 修复cm模块重复添加冗余css样式
    • 处理器的居中样式对表格内容失效
    • markmap重复渲染问题 #58、缓存再渲染问题
    • list2node节点数为1-1-3时样式存在问题
    • markmap alias lack
  • 增强
    • list2node样式更紧凑
    • 明暗模式的适配
    • 部分英文翻译
  • 样式
    • 明暗模式的适配
    • list2node的紧凑版样式 (min)
    • list2card的样式增强

3.1.3-beta4

03 Sep 08:24
Compare
Choose a tag to compare
3.1.3-beta4 Pre-release
Pre-release

en (machine translation)

  • Feat
    • Re-use the title processor
    • Allows anyblock to be declared by a code block of type anyblock
  • Fix
    • list2lt tail empty cell issue #53 in reading mode
    • Repair the cm module repeatedly adding redundant css styles
    • Processor centered style invalidates table contents
    • markmap repeated rendering problem
    • The list2node style is faulty when the number of list2node is 1-1-3
  • Enhanced
    • The list2node style is more compact
    • Adaptation of light and dark modes
    • Some English translations
  • Style
    • Adaptation of light and dark modes
    • list2node Compact style (min)

zh

  • 功能
    • 重新使用标题处理器
    • 允许通过anyblock类型的代码块来声明anyblock
  • 修复
    • 阅读模式下list2lt的尾部空单元格存在问题 #53
    • 修复cm模块重复添加冗余css样式
    • 处理器的居中样式对表格内容失效
    • markmap重复渲染问题
    • list2node节点数为1-1-3时样式存在问题
  • 增强
    • list2node样式更紧凑
    • 明暗模式的适配
    • 部分英文翻译
  • 样式
    • 明暗模式的适配
    • list2node的紧凑版样式 (min)

3.1.2

30 Aug 09:44
Compare
Choose a tag to compare

English

  • fix
    • In read mode, it may fail due to obsidian cache (note: caching is disabled by force refresh here)
    • The aliasing system of the last two versions caused the old version syntax to be invalid, which has been restored
  • enhance/other
    • Improved CM block spacing in real-time mode
    • Partial performance optimization of alias system
    • is_debug option is enabled to facilitate debugging

zh

  • 修复
    • 在阅读模式下,可能由于obsidian缓存的原因失效(注意:这里强制刷新禁用了缓存) #44
    • 上两版本的别名系统导致了旧版语法失效,已恢复 #51
  • 增强/其他
    • 改善了CM块在实时模式下的间距
    • 别名系统的部分性能优化
    • 启用了 is_debug 选项便于调试

3.1.1

27 Aug 13:20
Compare
Choose a tag to compare

Read the V3.1.0 update first

  • Fixed a possible bug caused by the selection at the end of the Html selector
  • Temporarily provides performance tuning options: set 'alias_use_default' to false in data.json

先读 V3.1.0 版本更新内容

  • 修复了Html选择器的末尾处选择的可能导致的bug
  • 临时提供性能优化选项:data.json里将 alias_use_default 设为false

3.1.0 patch1

27 Aug 08:12
Compare
Choose a tag to compare

en

  • New
    • Refactoring: More intermediate processors, more interface types supported by processors, and more flexible real-time
      combinations of converters
    • Refactoring: New Alias System
    • Refactoring: Unified refresh button and event module
    • Improved Html selector #44
  • New (Converter)
    • Exposes many previously hidden converters
    • json2text, displayed in json
    • json2pumlJson indicates the json conversion icon
    • listdata2nodes, node tree (anyblock Mind Map)
    • listdata2card: js waterfall flow
  • Repair it.
    • Removed the incorrect selection #18 in the code block

zh

  • 新增
    • 重构:更多的中间处理器、处理器支持更多的接口类型、更灵活的转换器实时组合
    • 重构:新的别名系统
    • 重构:统一的刷新按钮和事件模块
    • 完善了Html选择器 #44
  • 新增 (转换器)
    • 将许多之前隐藏的转换器暴露出来
    • json2text,json显示
    • json2pumlJson,json转图标
    • listdata2nodes,节点树 (anyblock版思维导图)
    • listdata2card: js 瀑布流布局
  • 修复
    • 去除了代码块内的误选 #18

bad0999dd7e8cc32b6a155e805ede4b4

bb9d58fe225928ee84e35ef6bab9195b

图片

图片