Skip to content

Releases: any-block/obsidian-any-block

3.0.1 - beta

08 Aug 10:18
Compare
Choose a tag to compare
3.0.1 - beta Pre-release
Pre-release

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插件

3.0.0 - beta3

31 Jul 15:30
Compare
Choose a tag to compare
3.0.0 - beta3 Pre-release
Pre-release

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
    • style enhacne: timeline、table likelist、table-fc (first column does not wrap)、cm underline
  • 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 发布同款插件,这使得你可以在博客上渲染相同的结果
    • 更好用的markmap思维导图
    • 样式增强:时间线、表格的仿列表、表格禁止首列换行、cm下划线减弱
  • 修复:
    • Ob更新相关
      • 修复 Ob V1.5.8 更新导致的在实时模式下的新打开文件渲染失效
      • 修复 Ob 新版本导致的表格宽度减少
      • 修复 Ob 旧版api导致的相对路径图片渲染失败
    • 选择器相关
      • 允许使用%%隐藏头部选择器 (临时)
      • [toc] 导致的误触发
    • 一个底层的轻微内存泄露风险
    • 列表缩进使用空格而非tab时,List2lt 异常
  • 重构:
    • 代码重构、优化、模块化,使之能迁移到markdown-it插件

2.2.0

05 Mar 02:27
Compare
Choose a tag to compare

Refactor selector:Not compatible with older versions

  • Removed (Reasons for incompatibility with older versions)
    • Removed the "always in effect" setting for the selector and now cannot use the selector without header information
    • The old head-tail selector has been removed and replaced with a VuePress syntax head-tail selector(:::
  • Add
    • [Major Update] v2.1.0 allows the use of selectors within nested lists, references, and indents
    • [Major Update] v2.2.0 allows selectors to nest selectors
    • Add an English version of the manual
    • The Settings panel was refactored and a lot of Settings were removed
  • Fixing
  • Known bug
    • There are more bugs in render mode (read mode)

项目重构了:不与旧版本兼容

  • 删除项(不兼容旧版本的原因)
    • 删除了选择器 “总是生效” 的设置,现在无法在没有头部信息的情况下使用选择器
    • 删除了旧的首尾选择器,换成了VuePress语法的首尾选择器(:::
  • 增加项
    • 【主要更新】v2.1.0 允许在列表、引用、缩进的嵌套中使用选择器
    • 【主要更新】v2.2.0 允许选择器套选择器
    • 增添英文版的手册
    • 重构了设置面板,删去了大量设置
    • 表格选择器
  • 修复项
  • 已知bug
    • 渲染模式(阅读模式)的bug增多了

2.0.1 beta

19 Feb 15:00
Compare
Choose a tag to compare
2.0.1 beta Pre-release
Pre-release

Refactor selector:Not compatible with older versions

  • Removed (Reasons for incompatibility with older versions)
    • Removed the "always in effect" setting for the selector and now cannot use the selector without header information
    • The old head-tail selector has been removed and replaced with a VuePress syntax head-tail selector(:::
  • Add
    • Allows the use of selectors within nested lists, references, and indents(Selector sleeve selector is not allowed for now)
    • Add an English version of the manual (under construction)
  • Fixing
  • Beta version bug
    • The above features are not refactored in render mode

项目重构了:不与旧版本兼容

  • 删除项(不兼容旧版本的原因)
    • 删除了选择器 “总是生效” 的设置,现在无法在没有头部信息的情况下使用选择器
    • 删除了旧的首尾选择器,换成了VuePress语法的首尾选择器(:::
  • 增加项
    • 允许在列表、引用、缩进的嵌套中使用选择器(暂不允许选择器套选择器)
    • 增添英文版的手册(施工中)
  • 修复项
  • Beta版 bug(……不然为什么要叫beta版呢)
    • 上述功能未在渲染模式重构(……实时和渲染需要写两遍程序就很烦)

1.3.1

14 Feb 07:42
Compare
Choose a tag to compare

(由于需要上架社区插件,所以按规范修改了插件id (去除obsidian-前缀),所以本次更新需要卸载插件重装)

  • 在readme底部增加了作者赞助通道(欢迎来激励作者)
  • 代码上
    用户层面的修改不多,但对代码处理器部分重构了一遍,以便后续的开发
    • 使用了SVELTE框架辅助开发
    • 扩展了处理器接口,能够接受更多种类的处理器、且处理器的组合会更加多样
  • 新增
    • 提供了处理器的简单自定义(通过设置面板设置 别名 的方式)
    • 提供了众多新的处理器,与新的处理器类型——装饰处理器
      如:标题& 黑幕& 折叠& 滚动& 动态增加class
  • 修复

v1.2.4

09 Feb 22:27
Compare
Choose a tag to compare

修复:页面刷新太频繁(防抖动,原本当光标位置改变或内容修改时刷新全部元素,现在只有当打开文档、光标进出范围、切换编辑模式时才刷新全部元素)
样式:增加了列表格、标签栏的部分样式

v1.2.3

09 Feb 04:22
Compare
Choose a tag to compare

依然有很多bug,但暂时不想再折腾了,发布吧
记得看demo文件的教程
(你会发现main.js很大,但其实是因为我内置的最新版的mermaid来实现脑图,等ob更新我就会将其去除,去掉其实只有200KB)

v1.2.0

03 Feb 20:58
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

可用内测版,功能已经比较齐全了。
虽然很多功能还没做,但等后续版本更新再做吧

v1.1.1 beta1

01 Feb 16:58
Compare
Choose a tag to compare
v1.1.1 beta1 Pre-release
Pre-release

内测版本1
还没做好,是个半成品