Is your feature request related to a problem? Please describe
Nick said it's annoying to create new notes in forum channel, it would be nice to have a simple way to create new note posts quickly without manually writing out the format every time.
Describe the solution you'd like
A new command to create new starting post in designated forum channel for notes taking based on configured template for post title & body, example:
Commands & alias:
$notes ($n)
Base command
$n new <user ID> ($n n <ID>)
Create new post with provided ID for template, throw error if post with same ID already exist. Potentially allow for providing multiple IDs delimited with spaces to create multiple posts at once.
$n search <user ID> ($n s <ID>)
Search for existing post with provided ID, return post link if found.
$n delete <user ID> ($n d <ID>)
Delete post for provided ID if found, throw error if not found. Potentially allow for providing multiple IDs delimited with spaces to delete multiple posts at once.
Example post template with example placeholder $ID for provded ID in command:
Title: <discord username resolved from ID> $ID
Post body: <@$ID> $ID
:3
Is your feature request related to a problem? Please describe
Nick said it's annoying to create new notes in forum channel, it would be nice to have a simple way to create new note posts quickly without manually writing out the format every time.
Describe the solution you'd like
A new command to create new starting post in designated forum channel for notes taking based on configured template for post title & body, example:
Commands & alias:
$notes($n)Base command
$n new <user ID>($n n <ID>)Create new post with provided ID for template, throw error if post with same ID already exist. Potentially allow for providing multiple IDs delimited with spaces to create multiple posts at once.
$n search <user ID>($n s <ID>)Search for existing post with provided ID, return post link if found.
$n delete <user ID>($n d <ID>)Delete post for provided ID if found, throw error if not found. Potentially allow for providing multiple IDs delimited with spaces to delete multiple posts at once.
Example post template with example placeholder
$IDfor provded ID in command:Title:
<discord username resolved from ID> $IDPost body:
<@$ID> $ID:3