Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.

FR: Command for creating notes in forum #1247

@sabrina51820

Description

@sabrina51820

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions