Regex help command with comprehensive reference #47
Labels
No labels
Epic
Feature Request
HOLD
audit
automerge
bug
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
release
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/regexYbot#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Add comprehensive regex syntax reference command with support for individual tokens and constructs.
Use Case
Users often forget regex syntax. Instead of leaving Telegram to search docs, they can get instant help.
Implementation Plan
Create regexhelp.ts module
Help categories
Output format
Integration
Acceptance Criteria
Related
Part of Epic #38
This one sounds fun, and at my skill level!
What do you think about
/regexhelpstarting a conversation with a custom keyboard with say the help categories listed for the user to select? Then when the user selects a help category, another custom keyboard with all of the options for that help category. For example: if the user selected tokens then another custom keyboard would come up with all of the tokens available and then whatever token the user selects the bot can display info about that token.Or did you want to stick the the format
/regexhelp [HELP QUERY]?