obsidian-tagfolder icon indicating copy to clipboard operation
obsidian-tagfolder copied to clipboard

[Q]: please, suggest tagging strategy!

Open VKondakoff opened this issue 1 year ago • 4 comments

Let's say I have several notes about fruits in general. There are combined using tag #fruits. Then there are some notes about apples (tag #apples) and oranges (#oranges).

This gives smth like this in the tagtree:

> apples
	- green apple
	- red apple
	...
> fruits
	- note about fruits
	- bananas
	- another note about fruits
	...
> oranges
	- oranges are orange
	- sweet orange
	...

If I change #apples and #oranges tags to #fruits/apples and #fruits/oranges the result looks like this:

> fruits
	> apples
		- green apple
		- red apple
		...
	> oranges
		- oranges are orange
		- sweet orange
		...
	- oranges are orange
	- sweet orange
	- green apple
	- red apple
	- note about fruits
	- bananas
	- another note about fruits
	...

What I want is to have something like this:

> fruits
	> apples
		- green apple
		- red apple
		...
	> oranges
		- oranges are orange
		- sweet orange
		...
	- note about fruits
	- bananas
	- another note about fruits
	...

Any idea if this is possible at all? Please, suggest tagging strategy! Thanks!

VKondakoff avatar Oct 22 '22 13:10 VKondakoff