Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aral@mastodon.ar.al
2025-08-14 10:42:55

The new integrated Markdown parser I’ve been implementing in Kitten has been kicking my ass for the past few weeks but I think I finally have it fully working and seamlessly so. Expect a new release this/next week that brings the parsing of Markdown pages (.page.md files) in your apps up to the standard of the recently-improved runtime Markdown parsing in Kitten HTML tagged-template strings (within `<markdown>…</markdown>` blocks).
The coolest thing is I was able to impleme…

@aral@mastodon.ar.al
2025-07-11 16:42:48

Me: I’ll just add seamless Markdown support into HTML using JavaScript template strings, how hard could it be?
Markdown: Let me just change the order of the source and link text in links. And footnotes? You hadn’t thought about how footnotes alter source order had you, chum?

@cdp1337@social.veraciousnetwork.com
2025-08-10 01:28:23

When I wrote my last blog post, I noticed an minor issue, so fixed it and got a new release of Markdown Master CMS released.
markdownmaster.com/pages/home.
Full list of changes this release:
### New Features
* Add support for custom form submit …

@philip@mastodon.mallegolhansen.com
2025-07-08 18:52:07

@… As others have mentioned, there are a few options for reasonably well supported static site generators. Hugo, Jekyll, 11ty, Gatsby, take your pick.
Any of them will let you write in Markdown and spit out all the static files to host it somewhere.
For a fairly simple blog, the cost and complexity savings of just generating static pages feels like the ri…

@khalidabuhakmeh@mastodon.social
2025-09-04 19:37:43

I have a scratch Markdown file with dozens of mermaid diagrams, and when rendered, it makes me feel like a super-villain planning world domination. 🦹‍♂️

@jorgenpt@mastodon.gamedev.place
2025-07-01 18:47:57

I get why browsers don’t support native markdown — then where would all the ads and tracking go? But it kind of makes me want to make a minimal little browser that registers for mdtp:// and just renders markdown fetched via http. Probably wouldn’t be viable without the ability to detect the presence of an installed app that handles it and a graceful fallback path, sadly.

@crell@phpc.social
2025-07-30 15:05:42

Seriously, why has the PHPStorm/IntelliJ Markdown plugin been broken for so many years? I don't want a preview, the settings all day to just show me the editor, so it shows me only the preview for README.md, and split-screen for anything else.
WHY? HOW is a company with JetBrains' engineering prowess not able to fix this, years after I first encountered and reported it? As have many others?
#PHP

@fanf@mendeddrum.org
2025-08-19 14:09:09

how i remember markdown link syntax
it’s tidy to [put the link out of line][anchor]. the link text and anchor are both in []. the anchor is like a footnote reference so it goes after the link text
[anchor]: https://example•com
if the link text is the same as the [anchor][] the anchor can be abbreviated
if the url is not too unwieldy it can go inline in place of the anchor in ()
the change of brackets []-> () distinguishes anchors from relative URLs

@al3x@hachyderm.io
2025-06-21 12:32:15

Do I know anyone using DayOne? I am curious if the application has seen any improvements in the last couple of years.
I have abandoned it 3 years ago due to “too many thin but deep paper cuts” mostly around the Markdown editor which led me to feel like the focus of the team behind it is somewhere else.
I have been using Bear meanwhile. Which has been absolutely fabulous in terms of the quality of the editor. I am missing some features in Bear that I really like & appreciate:
1) automatic location; 2) on this day; 3) show entries from location.

@aral@mastodon.ar.al
2025-09-01 09:35:25

Just ran into a basic flaw in the commonmark spec/parser.
github.com/commonmark/commonma
Going to try and work around it in Kitten as I’m using Markdown-it, which implements the commonmark spec, and exhibits the same behaviour.
(This …

@fanf@mendeddrum.org
2025-07-24 11:42:03

from my link log —
The provenance memory model for C.
gustedt.wordpress.com/2025/06/
saved 2025-06-30

@lanefu@social.linux.pizza
2025-07-20 17:57:32

I get bi-directional LLM guilt. I feel guilty if I don't use them to save time, and then I also feel guilty when my git history shows my carelessness that I haven't fully tested or understood what I just added.
Ex: I LLMd a prettier configuration to fix some markdown formatting stuff in Lazyvim, but then it was single quoting my ansible yaml because I accidentally added a default setting to do so .

@dwf@social.linux.pizza
2025-06-21 13:14:15

Looking at the Markdown note-taking/Zettelkasten/"second brain" software space and being really put off by the almost religious fervor around it all.
I have a variety of "things I need infrequently want to note down in a place I can reliably retrieve them later" and "ongoing personal projects that get picked up and put down as bandwidth allows, for which I'd like to serialize my work".
I don't want to save every stray thought. Most of my tho…