Add Tagging system#158
Conversation
Signed-off-by: InternetAstronaut <87543901+InternetAstronaut@users.noreply.github.com>
Signed-off-by: InternetAstronaut <87543901+InternetAstronaut@users.noreply.github.com>
|
I did find tagging in the original Wick repo (branch 1.20), along with Inspector modifications. Maybe you could use it as a reference? |
Being very honest, I think this implementation is already very good, and I don't want to mess with the almost dying codebase (which I have little to no experience with) that is the editor. |
I have seen the original 1.20 tagging system, and I can say it was way more limited than this one. The old system is Clip-exclusive, but also has the total tagbase of the project stored. The inspector thing is also really simple to add, but I don't usually mess with the 'editor' part of Wick due to it requiring Node 14. Maybe I'll try adding it later when this gets pushed. |
Adds a basic tagging system, with the following interface described in TypeScript: