this post was submitted on 12 Jan 2023
42 points (97.7% liked)
Asklemmy
43855 readers
1818 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think that using the first line up to maybe ~10 words followed by "..." as a default is a good idea. It would still be nice to have a preferred format to indicate the title, such as:
Another possibility would be to reject a post if it is lacking the title and have the 'community' send a direct message or reply to the user letting them know the correct format. A correctly formatted posted using the first sentence could be generated and included in the direct message as an example. It could say something like this:
Approach one is good because it does not require one to be familiar with the format at all, but it can lead to some awkward titles. Approach two would require a slightly higher amount of effort from the poster, but one failed post should be enough for them to become familiar with the syntax.
You don't even need a special format. If you remove the pipe in your first example, that's a normal microblog post. It would look perfectly normal and readable for other microblog users and lemmy could parse it into a representation that fits its UI easily (The
@acct
will be the community its posted to and the first line, up to a newline, punctuation character, or max character limit, will be the title.)Examples
would parse to something like
would parse to the same thing because it could use the ? as delimiter.
Yeah, I like this. Easy and familiar