diff --git a/README.md b/README.md index a6a60e2..79dabc6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Thanks JetBrains Licenses for Open Source.
  • path/[any][filename.]ext.tree.tsv // file and folder tree comment 📝 📁
  • path/[any][filename.]ext.key.tsv // line keywords to split and comment
  • path/[any][filename.]ext.doc.tsv // line words comment -
  • In path, "doc" can replace any, and can use % like in SQL +
  • In path, "doc" can replace any, and can use % like in SQL, effect at previous layer when folder named -1
  • The lines in key.tsv will be concatenated with `|` to regexp; longer str should in front; startWith `?` to exclude
  • Chang tsv file in find pop window would not reload!
  • The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N) @@ -45,7 +45,7 @@ Thanks JetBrains Licenses for Open Source.
  • path/[any][filename.]ext.key.tsv // 切割关键字与注释
  • path/[any][filename.]ext.doc.tsv // 词注释
  • key.tsv 的每一行将会用`|`连接起来形成正则表达式,较长的关键字应该放在前面,用 `?` 开头排除 -
  • doc 文件夹可以替换任何一层文件夹,可以像 SQL 那样用 % 模糊匹配 +
  • doc 文件夹可以替换任何一层文件夹,可以像 SQL 那样用 % 模糊匹配,文件夹名为 -1 时在上一层文件夹生效
  • 在搜索弹出窗中修改 tsv 文件将不会被重加载
  • tsv 配置文件必须能被搜索(Ctrl + Shift + N) @@ -56,6 +56,7 @@ Thanks JetBrains Licenses for Open Source.

    English Change Notes: