Skip to content

Releases: any-block/obsidian-any-block

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

图片

图片

3.0.7-beta

24 Aug 13:58
Compare
Choose a tag to compare
3.0.7-beta Pre-release
Pre-release

en

  • New
    • Refactoring: More intermediate processors, more interface types supported by processors, and more flexible real-time combinations of converters
    • Unified refresh button
  • New (Converter)
    • Exposes many previously hidden converters
    • json2text, displayed in json
    • json2pumlJson indicates the json conversion icon
    • data2nodes, node tree (anyblock Mind Map)
  • Repair it.
    • Removed the incorrect selection #18 in the code block

zh

  • 新增
    • 重构:更多的中间处理器、处理器支持更多的接口类型、更灵活的转换器实时组合
    • 统一的刷新按钮
  • 新增 (转换器)
    • 将许多之前隐藏的转换器暴露出来
    • json2text,json显示
    • json2pumlJson,json转图标
    • data2nodes,节点树 (anyblock版思维导图)
  • 修复
    • 去除了代码块内的误选 #18

bad0999dd7e8cc32b6a155e805ede4b4

bb9d58fe225928ee84e35ef6bab9195b

3.0.6

25 Aug 01:07
Compare
Choose a tag to compare

en

  • add
    • table likeList
    • Release a smaller version of min
      (to use: rename main-min.js to main.js and replace main.js)
      (Difference: markmap and plantuml functions are removed, while mermaid functions use ob's instead of built-in modules)
  • fix:
    • The selector header is not properly hidden in read mode
    • Incorrect capitalization '[TOC]'
    • use space indent error in plantuml
    • card/col/tabs: list level error
    • Style problems occur when there are too many labels
    • When using card/col/tabs: the indentation unit can be 2 Spaces /4 Spaces /tab
  • enhance:
    • Setup panel adjustment, translation
    • Cascade style of card

zh

  • 添加
    • 仿列表的 列表格/二列表格/多叉表格
    • 发布更小体积的min版本
      (区别:去除markmap、plantuml功能,而mermaid功能使用ob的而非内置的模块)
      (使用方法:将main-min.js重命名为main.js并替换掉main.js)
      (注意:由于懒,在beta版本的迭代中不会更新min版本,只有在正式版本才会更新)
  • 修复
    • 在阅读模式下选择器头部没有正确隐藏
    • 误选大写的 [TOC]
    • plantuml图时,使用多空格缩进会造成问题
    • 使用card/col/tabs时:项的内容中的list层次失效
    • 使用card/col/tabs时:缩进单位可以为2空格/4空格/tab了
    • 标签过多时样式存在问题
  • 增强
    • 设置面板调整、翻译
    • 卡片的瀑布流样式

3.0.5-beta6

12 Aug 13:38
Compare
Choose a tag to compare

en

  • add
    • table likeList
    • Release a smaller version of min
      (to use: rename main-min.js to main.js and replace main.js)
      (Difference: markmap and plantuml functions are removed, while mermaid functions use ob's instead of built-in modules)
  • fix:
    • The selector header is not properly hidden in read mode
    • Incorrect capitalization '[TOC]'
    • use space indent error in plantuml
    • card/col/tabs: list level error
    • Style problems occur when there are too many labels
    • When using card/col/tabs: the indentation unit can be 2 Spaces /4 Spaces /tab
  • enhance:
    • Setup panel adjustment, translation
    • Cascade style of card

zh

  • 添加
    • 仿列表的 列表格/二列表格/多叉表格
    • 发布更小体积的min版本
      (区别:去除markmap、plantuml功能,而mermaid功能使用ob的而非内置的模块)
      (使用方法:将main-min.js重命名为main.js并替换掉main.js)
      (注意:由于懒,在beta版本的迭代中不会更新min版本,只有在正式版本才会更新)
  • 修复
    • 在阅读模式下选择器头部没有正确隐藏
    • 误选大写的 [TOC]
    • plantuml图时,使用多空格缩进会造成问题
    • 使用card/col/tabs时:项的内容中的list层次失效
    • 使用card/col/tabs时:缩进单位可以为2空格/4空格/tab了
    • 标签过多时样式存在问题
  • 增强
    • 设置面板调整、翻译
    • 卡片的瀑布流样式

3.0.4

11 Aug 15:59
Compare
Choose a tag to compare

en

  • feat
    • Independent alias module
      • Add dozens of styles (X base /X word) via alias module
      • Add center/Right/Left/Both ends via alias module
    • Perfect mdit selector
      • mdit tab and demo processors
    • More processors
      • Cards, columns, new tabs
    • Selector documentation, optimization of the Settings panel
  • fix
    • Directory tree If the table header is set, a problem exists
    • In reading mode, if there is an empty line under '[]', it is not recognized
  • the mdit part
    • Seven more AB selectors are supported

zh

  • 功能
    • 独立的别名模块
      • 通过别名模块增加数十个样式(X底/X字)
      • 通过别名模块增加居中/右对齐/左对齐/两端对齐
    • 完善mdit选择器
      • mdit版的tab和demo处理器
    • 更多处理器
      • 卡片、分栏、新的标签页
    • 选择器的说明文档、设置面板的优化
  • 修复
    • 目录树若设置表头,则存在问题
    • 阅读模式下,若 [] 下面空了一行,则识别不到
  • mdit部分
    • 支持了另外七种AB选择器

3.0.3 beta2

09 Aug 09:45
Compare
Choose a tag to compare
3.0.3 beta2 Pre-release
Pre-release
  • 功能
    • 独立的别名模块
      • 通过别名模块增加数十个样式(X底/X字)
      • 通过别名模块增加居中/右对齐/左对齐/两端对齐
    • 完善mdit选择器
      • mdit版的tab和demo处理器
    • 更多处理器
      • 卡片、分栏、新的标签页
  • 修复
    • 目录树若设置表头,则存在问题
    • 阅读模式下,若 [] 下面空了一行,则识别不到
  • TODO
    • 面向GPT写文档
    • 完善别名模块
      • 性能改良
      • 取消原来的别名模块
      • 允许动态设置新的别名模块

3.0.2

08 Aug 13:13
Compare
Choose a tag to compare

english

  • feat:
    • This plugin will publish the same plugin in 'markdown-it', which allows you to render the same results on your blog
    • Better markmap mind map
    • File directory tree, ascii file directory tree
    • Plantuml mindmap、plantuml WBS (Work Breakdown Structure)
  • enhance:
    • Style enhacne: timeline、table likelist、table-fc (first column does not wrap)、cm underline
    • Inline separator enhancement for tables(Half corner symbol + two Spaces/Full corner symbol + one space)
  • fix:
    • About ob update
      • Fixed Ob V1.5.8 update causing rendering of newly opened files to fail in real-time mode
      • Fixed reduced table width caused by new Ob version
      • Fixed the relative path image rendering failure caused by the old Ob api
    • about selector
      • Allows to hide the header selector with %% (temp)
    • '[toc]' caused by false triggering
    • A low-level slight risk of memory leakage
    • 'List2lt' exception when list indentation uses Spaces instead of tabs
  • refactoring:
    • Code is refactored, optimized, and modularized for migration to the markdown-it plug-in

中文

  • 功能:
    • 这个插件将会在 markdown-it 发布同款插件,这使得你可以在博客上渲染相同的结果
    • 文件目录树、ascii文件目录树
    • 更好用的markmap思维导图
    • Plantuml 的思维导图、工作分解结构 (Work Breakdown Structure)
  • 增强
    • 样式增强:时间线、表格的仿列表、表格禁止首列换行、cm下划线减弱
    • 表格的内联分割符增强(半角符号+两空格/全角符号+一空格)
  • 修复:
    • Ob更新相关
      • 修复 Ob V1.5.8 更新导致的在实时模式下的新打开文件渲染失效
      • 修复 Ob 新版本导致的表格宽度减少
      • 修复 Ob 旧版api导致的相对路径图片渲染失败
    • 选择器相关
      • 允许使用%%隐藏头部选择器 (临时)
      • [toc] 导致的误触发
    • 一个底层的轻微内存泄露风险
    • 列表缩进使用空格而非tab时,List2lt 异常
  • 重构:
    • 代码重构、优化、模块化,使之能迁移到markdown-it插件