Inspired by Stripe's documentation 'View as Markdown' feature, which is useful for open content access and reading structured #Markdown content into LLMs, I've added an example of this with https://Docsify-This.net
New Kitten release
• New: Lovely new icons¹ and new callouts in Kitten Settings²
• New: Markdown now supports attributes and bracketed spans³
• New: client-side `kitten` global with `trigger` function for triggering events on the server from the client. (Useful when streaming client-side JavaScript when using Kitten’s Streaming HTML⁴ workflow. e.g., when you have to use a client-only web API like the Clipboard API but you want to keep all your logic on your server-side page.⁵)
• Fixed: The bound render function returned by `KittenComponent` class’s `component` getter now correctly awaits asynchronous templates. (In Kitten, you don’t have to care whether your templates contain promises. Kitten handles all that for you.)
Enjoy!
¹ https://kitten.small-web.org/reference/#icons
² https://mastodon.ar.al/@aral/114381983893061099
³ https://kitten.small-web.org/reference/#markdown-support (also see https://mastodon.ar.al/@aral/114381462302862256)
⁴ https://kitten.small-web.org/tutorials/streaming-html/
⁵ e.g., See how I use this to implement a copy to clipboard button in the database page of Kitten’s Settings: https://codeberg.org/kitten/app/src/branch/main/web/%F0%9F%90%B1/settings%F0%9F%94%92/db/index.page.js#L33 Of course, you don’t have to use this and you can just write client-side JavaScript or use the built-in Alpine.js integration. e.g., how I do it on the (older) settings/identity page: https://codeberg.org/kitten/app/src/branch/main/web/%F0%9F%90%B1/settings%F0%9F%94%92/identity/index.page.js#L7
Coming soon: quite loving how much you can do in Markdown in Kitten now that I’ve added the ability to specify attributes and have bracketed spans.
Will release after I’m finished redoing the Kitten Settings pages with the new Kitten icons available at `kitten.icons`.
Microsoft’s MarkItDown Tool Gains MCP Server for AI Agent Access
#AI #Microsoft #MarkItDown #Python #OpenSource #LLM #DataPrep #Markdown #DeveloperTools #MCP #AIagents #API #FileConversion
If you like lmno.lol and wish you had an org-capture-like way of making a quick post in a Markdown file, I made a thing:
https://gist.github.com/pdxmph/4072412b8517b5d4e2b6c6fa4595d73c
Then I made a thing that does that with any of a list or directory of Markdown files:
@kobilacroix if you just want a cheap & simple website, that is still easy.
One option beyond "Overkill-#CMS||es" like #WordPress are "#OfflineCMS|es" like #MkDocs-Material that allow for simple #Markdown editing and clean #HTML whilst offering #search functionality.
Also there are more #Webhosters than ever before...
The document shown here was formed completely in plaintext—formatted and typeset from a simple .md file without ever once opening Google Docs or MS Word.
This makes me happy because it hasn’t felt great to be so dependent on these for-profit corporate-led services in my creative expression.
oh ho hummm.
Progress.
status is: having too much fun drawing with gtk.snapshot tbh.
Do you use Obsidian for taking notes? You will like this
**basalt** — Manage Obsidian notes directly from the terminal
Supports multiple vaults, formatting markdown & more!
Written in Rust & built with @ratatui_rs
MarkItDown now offers an #MCP (Model Context Protocol) server for integration with #LLM applications like Claude Desktop. See https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp for more information.
New to MarkItDown? It is a #Python tool for converting files and #office documents to #Markdown.
Nuevo Blog programado desde 0 con quasar.dev https://myblog.clonbg.es/nuevo-blog-programado-desde-0-con-quasar-dev/ #Blog #Markdown https://clonbg.es
@3dprinting I've written the first draft of the assembly guide for the FilaBilly Dehumidifier. It's a Markdown document. I've got a couple dozen photos that I want to insert into the instructions, and I kind of want to make it look better than Markdown. So I'm thinking about word processors. It's been years since I used one. Maybe Apple Pages?
Meanwhile, the rest of the IKEA parts are coming this week. So progress is progressing.
28/N
EDIT: Sarcasm? See https://civv.es/notes/a6sj1ccdd65e00qu
I was at a group this morning where folks were raving about Ulysses (the writing app). I kept trying to remember why I stopped using that, and finally searched email, and oh right, here it is. I was a user until I got this newsletter. It's the last one I have, must have unsubscribed after that.
I'd like a new #markdown app and would like to try Ulysses again, but does anyone know if they have corrected their stance here?
In case you don’t know: when writing text in #Markdown, you add a footnote like this `my text needs this footnote[^afootnote]` and somewhere else in your text you add `[^afootnote]: And this is the footnote`. The colon is important! When this gets rendered and your markdown renderer supports footnotes, they will be converted to consecutive numbers and added as list to the end of the text. The labels will become navigation anchors. Quite cool! See https://jan.wildeboer.net/2025/04/Web-is-Broken-Botnet-Part-2/ for an example.
I have to write more #Markdown so that stuff like footnotes and block quotes come naturally without forcing me to look up again and again how stuff works ;)
Geany (Linux, Win, Mac) ist ein "unscheinbarer" Texteditor, der sich auf vielen Systemen findet, aber oft unterschätzt wird.
Schlank, flink, erweiterbar, sehr gut auf eigene Bedürfnisse anpassbar und doch aufgeräumt - es lohnt sich, mal einen näheren Blick darauf zu werfen.
Ebenfalls nützlich: Die Markdown-Erweiterung:
Authoring Markdown externally and pasting the 'pretty' output into Slack (on Linux)
How to use `xclip` to copy the rendered representation of Markdown into a rich-text form into Slack.https://fed.brid.gy/r/https://www.jvt.me/posts/2025/04/19/slack-external-markdown/
"Most guides to docs like code, even the ones for non-devs, assume you have some developer knowledge: maybe you're already using version control, or you've encountered build pipelines before, or you're working alongside developers.
This guide is for the people who read that paragraph and wished it came with a glossary. This is docs like code for people who don't know what git is and have never installed VS Code.
This post explains terminology and concepts, to help you get a mental model of what's going on. If you prefer to dive in and pick up concepts as you go, skip straight to the tips in How to learn, and come back to the conceptual info as needed."