m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #markdown

AodeRelay boosted

[?]LinuxNews.de » 🌐
@linuxnews@social.anoxinon.de

AodeRelay boosted

[?]LinuxNews.de » 🌐
@linuxnews@social.anoxinon.de

AodeRelay boosted

[?]Bluelupo » 🌐
@bluelupo@social.tchncs.de

[?]Gabriel M. Dutra » 🌐
@dutra@mastodon.bsd.cafe

I built sn — a notes app that lives entirely in the terminal.

What it does:
• Browse notes in a split-panel interface
• Preview Markdown with formatting

Built with Rust and Ratatui.
Open source. Simple. Fast. No GUI required.

github.com/nulldutra/sn

    Zef Hemel boosted

    [?]P.I.W.O. Poznań » 🌐
    @piwo@fosstodon.org

    📝 SilverBullet: Your Programmable Personal Knowledge Database

    @zef, creator of @silverbulletmd will show how to turn notes into a structured, knowledge base. Learn how to query your notes, automate workflows with , and explore other built-in features.

    📍 Where? Faculty of Mathematics and Computer Science, Adam Mickiewicz University in Poznań
    📅 When? Saturday, May 30, 2026

    👉 Full schedule: piwo.sh/en/
    🎟️ GET FREE TICKET: app.evenea.pl/event/piwo2026/

    A graphic with a purple background featuring the text “P.I.W.O. Poznań Free Software Fest”, a photo of the speaker in the centre, with the name “Zef Hemel” in orange below and the white text: “SilverBullet: Your Programmable Personal Knowledge Database”, flanked by white illustrations of characters from the Open Source world.

    Alt...A graphic with a purple background featuring the text “P.I.W.O. Poznań Free Software Fest”, a photo of the speaker in the centre, with the name “Zef Hemel” in orange below and the white text: “SilverBullet: Your Programmable Personal Knowledge Database”, flanked by white illustrations of characters from the Open Source world.

      AodeRelay boosted

      [?]wilfred » 🌐
      @papawilf@hcommons.social

      My new favorite website: defuddle.md

      "Get the main content of any page as Markdown."

        Zef Hemel boosted

        [?]Dmitry Chestnykh ☮️ » 🌐
        @dchest@mastodon.social

        Since SQLite supports importing CSV, here's a one-liner to convert a CSV file from stdin into a Markdown table:

        sqlite3 :memory: -cmd ".mode csv" -cmd ".import /dev/stdin t" -cmd ".mode markdown" "SELECT * FROM t;"

        Screenshot showing the conversion of an sample CSV file

        Alt...Screenshot showing the conversion of an sample CSV file

          3 ★ 2 ↺

          [?]Marek S. Ł. » 🌐
          @marek@m5l.eu

          I think I made a really nice setup for marrying technical documentation with academic citations in . It was as simple as writing a little script using a citation library (PybTeX) and then incorporating it into the build process.

          See it working at https://marsh-sim.github.io/bibliography/

          Because everything is written in regular files, the editor can autocomplete citation keys without any special tooling - they are just sections in another file. This kind of interoperability is why simple tools like text files and are so great.

          I'm not a fan of hosting it on GitHub anymore, but there are already links in various places that I can't update, so this is the reasonable thing to do.