dartungar / obsidian-emotion-picker

Plugin for Obsidian.md that provides an easy way to insert emotions from a customizeable list.
MIT License
53 stars 3 forks source link

Allow the option for nested tags #6

Open angelinalblyth opened 2 years ago

angelinalblyth commented 2 years ago

I have started to use this within my daily notes to track my emotions and have found it really useful so thank you.

I have changed the code personally to allow nested tags but I was wondering if there was perhaps an appetite to allow nested tags and if this could be added as an option with the settings?

if (this.state.addAsTag) text = \`#emotions/${text}\`;
ChrisBarfod commented 2 years ago

This doesn't seem to have been added to the plugin. I created a similar solution a while ago to add nested tags but having to update the code every time the plugin was updated became a pain. Please add this feature

dartungar commented 2 years ago

This doesn't seem to have been added to the plugin. I created a similar solution a while ago to add nested tags but having to update the code every time the plugin was updated became a pain. Please add this feature

you are totally right. might work on this when I have time. cheers!

micahchoo commented 1 year ago

I think this feature would be a gamechanger for obsidian, especially to add tags from lists like this. Wouldn't necessarily be only for an emotion picker