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!

  • nmtake@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    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
    • infeeeee@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      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

      • nmtake@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

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

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

        but I said “inline” explicitly.