this post was submitted on 16 Oct 2024
118 points (99.2% liked)

Fediverse

28055 readers
179 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

I'd like to invite you all to share your thoughts and ideas about Lemmy. This feedback thread is a great place to do that, as it allows for easier discussions than Github thanks to the tree-like comment structure. This is also where the community is at.

Here's how you can participate:

  • Post one top-level comment per complaint or suggestion about Lemmy.
  • Reply to comments with your own ideas or links to Github issues related to the complaints.
  • Be specific and constructive. Avoid vague wishes and focus on specific issues that can be fixed.
  • This thread is a chance for us to not only identify the biggest pain points but also work together to find the best solutions.

By creating this periodic post, we can:

  • Track progress on issues raised in previous threads.
  • See how many issues have been resolved over time.
  • Gauge whether the developers are responsive to user feedback.

Your input may be valuable in helping prioritize development efforts and ensuring that Lemmy continues to meet the needs of its community. Let's work together to make Lemmy even better!

(page 3) 12 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 day ago (2 children)

It seems when a user is blocked and comments on a thread, any comments under that are also blocked. It should only be blocking that user, not the thread?

load more comments (2 replies)
[–] [email protected] 2 points 1 day ago (1 children)

lemmy-ui: Highlighting some words blindly in inline code is really annoying. For example,

  • systemctl --user cat emacs
  • pactl load-module module-switch-on-connect
[–] [email protected] 1 points 1 day ago (1 children)

Workaround: use multiline code blocks with defined language, e.g:

systemctl --user cat emacs
pactl load-module module-switch-on-connect

Drawback: you cant use it in a list or inline

[–] [email protected] 1 points 1 day ago

Yes, fenced code block with specifying langauge may work as a workaround.

```text
systemctl --user cat emacs
```

but I said "inline" explicitly.

load more comments
view more: ‹ prev next ›