socel.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Socel is a place for animation professionals, freelancers, independents, students, and fans to connect and grow together. Everyone in related fields are also welcome.

Server stats:

324
active users

#markdown

25 posts21 participants0 posts today
Replied in thread

@mattgemmell I’ve not used Ulysses in a few years (I used its predecessor Daedalus, too), but doesn’t it have its own spin on Markdown — like Bear?

Options like @ttscoff’s nvALT or nvUltra don’t touch the Markdown syntax and leave files accessible in the file system.

Personally, though, I’m on @drafts and DEVONthink. But don’t listen to me — you’ve literally written a book on #Markdown (which is excellent, btw). 😎👍

Так, а что в #markdown #mastodon нельзя ссылку закодировать в квадратные скобки, как это делается на форумах в тег [ url ], чтобы свою надпись там ставить в ней? То что-то не выходит, и с кавычками и без, или там круглые скобки ещё нужны (не помню толком такой синтаксис?
#lang_ru #fediverse @rf @Russia

New Kitten Release 🥳

• New: Any attributes present in a <markdown> tag are now passed to the first rendered element. (This is useful if you want to add some quick inline styles to a <p> that’s rendered from markdown, etc., but for anything more complicated, you should likely just jump into HTML.)

To learn more about Markdown in Kitten, please see the Markdown reference¹.

Enjoy!

:kitten:💕

¹ kitten.small-web.org/reference

Too many open source projects suffer from inadequate documentation, and that hurts their adoption, their communities, and puts more burden on maintainers. Many people who create open source software don’t see see themselves as writers, but today I’m sharing tips for documenting open source projects without it needing to take up a huge amount of time to get something published and ready for (docs) contributions. […]

https://lornajane.net/posts/2025/just-enough-docs

Should I dare to do a "why #Markdown is one of the worst lightweight markup syntax languages there is"-session at a UX/UI-dominant #barcamp? 😜

C'mon, do push me over that cliff! 😆

Background: karl-voit.at/2017/09/23/orgmod 👉 it's related but would be a different focus since I won't push #orgdown that much - people can be happier with other LMLs as well as long as it's not the #MD hell. (Sneak preview: I'm writing a long article on all the MD issues in order to explain it once and for all since the Mastodon discussions are really annoying to me.)

public voit - Web-page of Karl Voit · Org Mode Syntax Is One of the Most Reasonable Markup Languages to Use for TextOrg Mode Syntax Is One of the Most Reasonable Markup Languages to Use for Text
#LML#AsciiDoc#rSt

Es gibt eine kleine neue App „QR-Tipps“ zum Erstellen interaktiver Karten:

mintapps.org/html/mint-tips.ht

Karten können Texte, Bilder oder Formeln enthalten und unterstützen #Markdown & #AsciiMath.

Die Tipps können per Link oder QR-Code geteilt werden und schrittweise aufgedeckt werden (gestufte Hilfestellung).

Beispiel: mintapps.org/html/mint-tips.ht

Um die App nutzen zu können, benötigt ihr allerdings ein Account auf einer eigenen Instanz. Aber das öffnet die Möglichkeit des Selbsthostings :-)

(TK)

mintapps.orgQR-TippsInteraktive Karten mit Text, Bildern und Formeln – teilbar per QR-Code und schrittweise aufdeckbar
do we even need those classical text blogs today? meaning: do we really need to design, host, manage websites, mess with domain names, etc. only to share our texts? even minimalist static websites are unnecessary if all we want is share texts.

i regret having dived into this 20+ years ago: i've wasted a lot of time and effort learning and doing things i did not really need.

if i started a #blog today, i'd simply go with #markdown files on a public #git server like #codeberg. i'd only need to learn git (a great asset, this skill, anyways) and focus on what i love.

New Kitten release 🎉

kitten.small-web.org

• 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! :kitten:💕

¹ kitten.small-web.org/reference

² mastodon.ar.al/@aral/114381983

³ kitten.small-web.org/reference (also see mastodon.ar.al/@aral/114381462)

kitten.small-web.org/tutorials

⁵ e.g., See how I use this to implement a copy to clipboard button in the database page of Kitten’s Settings: codeberg.org/kitten/app/src/br 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: codeberg.org/kitten/app/src/br

#Kitten#SmallWeb#web