Skip to content

Commit

Permalink
Cleared up a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtmrz committed Dec 22, 2022
1 parent 6de6af5 commit d2c18e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## TagFolder

This is the plugin that shows your tags as like a folder.
This is the plugin that shows your tags like folders.

![screenshot](images/screenshot.png)

### How to use

Install this plugin, press `Ctrl+p`, and choose "Show Tag Folder".

### Behavior
### Behaviour

This plugin creates a tree by tags permutation.

Expand Down Expand Up @@ -47,7 +47,7 @@ Old Note: #dev #readme #2021/12/10 #status/abandoned


#### Search tags
You can search tags. As like this:
You can search tags. like this:

```
sweet -red | food -sweet
Expand Down Expand Up @@ -81,7 +81,7 @@ 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.
When this feature is enabled, a/b and b/a are merged into a/b if there are no intermediates.

#### Do not simplify empty folders
Keep empty folders, even if they can be simplified.
Expand All @@ -104,11 +104,11 @@ You can order items by:

If you enable this option, every nested tag is split into normal tags.

`#dev/TagFolder` will be treated as like `#dev` and `#TagFolder`.
`#dev/TagFolder` will be treated like `#dev` and `#TagFolder`.

#### Reduce duplicated parents in nested tags

If we have the doc (e.g., `example note`) with nested tags which have same parents, as like `#topic/calculus`, `#topic/electromagnetics`:
If we have the doc (e.g., `example note`) with nested tags which have the same parents, like `#topic/calculus`, `#topic/electromagnetics`:

- Disabled
```
Expand Down Expand Up @@ -141,7 +141,7 @@ When we enable this feature, our notes will be tagged as their freshness automat

#### Search tags inside TagFolder when clicking tags
We can search tags inside TagFolder when clicking tags instead of opening the default search pane.
With control keys, we can remove the tag from the search condition or add an exclusion of it to that.
With control and shift keys, we can remove the tag from the search condition or add an exclusion of it to that.

#### Hide Items

Expand Down

0 comments on commit d2c18e3

Please sign in to comment.