Skip to content

Releases: LincZero/obsidian-any-block

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
还没做好,是个半成品