Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessageTags: Add templating & edit #2601

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

Luna-devv
Copy link
Contributor

@Luna-devv Luna-devv commented Jun 19, 2024

  • Adds a way to put one tag into another:
# set via /tags create:
haha main

sub: [insert-tag:sub]
sub2: [insert-tag:sub2]
# when being ran:
haha main

sub: hello from sub tag
sub2: even
deeper
sub cmds
  • Adds a way to edit existing tags with /tags edit
  • Adds a way to view the raw tag content with /tags preview raw:true
  • Improves command descriptions

src/plugins/messageTags/index.ts Outdated Show resolved Hide resolved
src/plugins/messageTags/index.ts Outdated Show resolved Hide resolved
src/plugins/messageTags/index.ts Show resolved Hide resolved
src/plugins/messageTags/index.ts Show resolved Hide resolved
src/plugins/messageTags/index.ts Outdated Show resolved Hide resolved
src/plugins/messageTags/index.ts Show resolved Hide resolved
@Luna-devv
Copy link
Contributor Author

Since this plugin atm uses the DataStore to store the contents of tags, vencloud does not sync those.

Would it be ok abusing the settings for storing tags to allow syncing (though this would require some migration) or is there another better solution?

An idea in Discord was to allow exporting/importing all tags as json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants