sbbs.el

View Ticket
Login
Ticket Hash: 56f5ac1cc2f5d5c98701e58ae1d316f5220c434f
Title: Add support for new /mona/ fields
Status: Open Type: Feature_Request
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2020-06-13 08:29:15
Version Found In: 0.1.0
User Comments:
zge added on 2020-06-13 08:29:15:
See http://textboard.org/prog/81/62.

This will affect the thread UI/fetcher, in that there will have to be a way to
display names/tripcodes, the compose UI, in that there should be some way to
specify name/tripcode (relates to [f0f62cfa26003d86ec8c1cdcfb65b46c2ff297b0]).

One idea would be to have a mail-mode like parser + highlighting, to enter
metadata at the beginning of a post like

    Name: Eva Lu Ator
    Trip: i-use-guile
    ---

    I am a big fan of MIT Scheme!

where everything above and including the "---" gets chopped of. Would require
additional keybindings, and perhaps user options to insert them by default too.