Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtmrz committed Nov 22, 2022
1 parent 3b44baf commit dc59be1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dc59be1

Please sign in to comment.