What’s Happening: Work is underway to add native Markdown import support to LibreOffice Writer. This development, led in collaboration with a Google Summer of Code (GSoC) developer, aims to enable opening and editing of Markdown files (.md) using the MD4C Markdown parser.

  • Libb@piefed.social
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 day ago

    That’s nice! After that, we will only need a better/optimized epub export tool to be able to easily self-publish using only dear LO Writer :)

  • Colloidal@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    23 hours ago

    Cool new feature, garbage click bait article title. Thanks OP for not burying the lede like the article.

    I’m getting real pissed at It’s FOSS. They have an awesome name, but their content feels AI generated and they often talk about stuff that is clearly not FOSS.

  • rbn@sopuli.xyz
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    1 day ago

    Can someone explain why I might want to use markdown locally? So far, I only now it from message boards, blog software etc. and all software that supported it came with its own editor. When would I use MD rather than ODT/DOCX?

    • Giloron@programming.dev
      link
      fedilink
      arrow-up
      21
      ·
      1 day ago

      Documentation in a repository.

      ODT and DOCX are binary and can’t be versioned and compared like a plain text format can.

      • rbn@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        Thanks, for your explanation!

        Now that you mention it I saw these .MD files several times on Github etc.

    • FooBarrington@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      22 hours ago

      In general: you don’t need any specific app to use Markdown files, you can just read them in a text editor. I’ve come to really like these kinds of raw-readable formats - usability without special tools can be incredibly useful depending on the situation.