home.social

#rumdl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rumdl, aggregated by home.social.

fetched live
  1. @qownnotes

    Nice to see some support for #MarkDown LSPs(e.g. rumdl) being built into the app.
    While I still need to drop down to a CLI to perform a line-by-line review of proposed changes, as long as I trust my #rumdl config, I can now easily re-format my .md files within the GUI.

    Thanks for your work! I appreciate it.

  2. Two line config to add the #rumdl markdown linter to #Vim:
    ```
    let g:ale_linters = { 'markdown': ['rumdl'] }
    let g:ale_fixers = { 'markdown': ['rumdl'] }
    ```

    Then use ALEFix to clean up the file. I've got that remapped to '<leader>af'.

  3. 0.1.16 (rust based markdown linter and formatter, replacing markdownlint-cli2) now has a option to reflow markdown based on the semantic line break convention: sembr.org/

    github.com/rvben/rumdl/release

  4. Beginning to really appreciate the #rumdl project in helping me lint my Markdown and get some consistency in the formatting of the gazillion notes I've created for myself.

    Like #ruff and sphinx-lint, it's becoming a common part of my toolbox to keep my sloppiness in check and, perhaps, teach me some better formatting habits.

    github.com/rvben/rumdl

    #Markdown #lint #documentation