diff --git a/README.md b/README.md index 40308bf..7458e8c 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,16 @@ We can pin the tag if we enable this option. When this feature is enabled, the pin information is saved in the file set in the next configuration. Pinned tags are sorted according to `key` in the frontmatter of `taginfo.md`. -### Pin information file. +#### Pin information file. We can change the name of the file in which pin information is saved. + +#### Merge redundant combinations +When this feature is enabled, a/b and b/a are merged into a/b if there is no intermediates. + +#### Do not simplify empty folders +Keep empty folders, even if they can be simplified. + #### Order method (Tags) You can order tags by: diff --git a/manifest.json b/manifest.json index 50d4294..52645d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tagfolder", "name": "TagFolder", - "version": "0.15.7", + "version": "0.15.8", "minAppVersion": "0.12.0", "description": "Show tags as folder", "author": "vorotamoroz", diff --git a/package-lock.json b/package-lock.json index 361a6b8..7bac96a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-tagfolder", - "version": "0.15.7", + "version": "0.15.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-tagfolder", - "version": "0.15.7", + "version": "0.15.8", "license": "MIT", "devDependencies": { "@tsconfig/svelte": "^2.0.1", diff --git a/package.json b/package.json index 6220c2d..5f98ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tagfolder", - "version": "0.15.7", + "version": "0.15.8", "description": "Show tags as folder", "main": "main.js", "type": "module",