Skip to content

3.0.6

Compare
Choose a tag to compare
@LincZero LincZero released this 25 Aug 01:07
· 179 commits to main since this release

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了
    • 标签过多时样式存在问题
  • 增强
    • 设置面板调整、翻译
    • 卡片的瀑布流样式