So this is the second time now I've seen someone make the (good!) observation that SSGs are a non-option to nontechies but here's the thing: It *should* be pretty easy to make a web editor that shows a directory listing, lets you drag in PNGs and edit Markdown files in a little box, and then feeds the directory directly into an SSG, and maybe optionally SCPs them to another server after that fact. Someone coulda made this 10 years ago. Just nobody did
https://vmst.io/@jalefkowit/113307815934062221
cc @jalefkowit
Jason Lefkowitz (@[email protected])

Like, if your pitch for a system to replace WordPress starts with "first, learn Markdown and Git," I need you to understand that you are living in a completely different galaxy than the median WordPress user

vmst·io
Like I'd drop everything and write that right now, if I had infinite time and energy. It is, honestly, extremely unfair that I do not have infinite time and energy

The potential "SSG with training wheels" user would still need to learn Markdown and eleventy tags, or whatever, but honestly nontechies in the 00s found HTML learnable in a way git never was* so I don't think that part's a blocker

* As a Mercurial dead-ender it remains my opinion that no one should ever use git, for any purpose, ever. I do not wish to have a conversation about this

A number of people are replying to this thread mentioning "Obsidian" but I don't know what that is so I can't link you anything

(A second person also mentioned "Quartz". Perhaps I misunderstood something and they were actually discussing ritual knives)

POLL: Which is a better material from which to craft a ritual knife
Obsidian
81.5%
Quartz
18.5%
Poll ended at .
@mcc quartz, it's less fragile. obsidian is for mirrors.
@ireneista @mcc I’m in book two of the Mistborn series. Obsidian knives are preferred by the, well, Mistborn. 🤣

@mcc

so everyone's gonna say obsidian, which has a long history in especially mesoamerican ritual tradition as a ritual implement material.

But.

The thing about quartz is that you can fuse it into arbitrary shapes, and ritual knives do not necessarily need to be monomolecular sharp.

So while a scalpel-edged obsidian knife is cool, that edge is going to need maintenance, which is going to be a huge pain in the ass.

But a fused quartz ritual knife can have a much more sturdy edge that won't fucking chip at the slightest nick against something else, and will be much safer to handle during rituals for most practitioners.

So as a practical consideration, I'd use a fused quartz ritual knife, if I weren't already a blacksmith who forged herself an iron one years ago lol.

However, for blog shit, they're prolly talking about https://obsidian.md/ which has a plugin that'll let you publish to a website.

Obsidian - Sharpen your thinking

The free and flexible app for your private thoughts.

Obsidian
@munin Good analysis, thanks for your response

@mcc @munin this example was also spun out of obsidian-- i've never used it, but the format for describing nodes/edges on graph paper is fairly straightforward

https://jsoncanvas.org/

JSON Canvas

An open file format for infinite canvas data.Infinite canvas tools are a way to view and organize information spatially, like a digital whiteboard. Infinite ...

JSON Canvas

@mcc @munin Can't argue with that, damn...

But Obsidian the software is nice and the people who make it as well.

@mcc Depends on what kind of ritual, but yeah, Obsidian's a good choice as it'll wind up nice and sharp.
@mcc
Depends which ritual, shouldnt it?
@mcc depends on the ritual though? anyway our household upgraded to a ritual laser
@mcc HOLD UP they aren't knives but we are each absolutely surrounded by many, many tiny pieces of quartz all performing ritual counting of the hours
@mcc I’m partial to whatever composite stone is nearest at hand. That’s how most ritual daggers were initially chosen before being passed along as the “correct” choice

@mcc https://youtu.be/4hdvxIBu5HM. Quartz seems difficult.

However, why ritual knives? Why not ritual hugs, or cake? I think cake would be better

Recreating an ancient quartz crystal dagger.

YouTube
@mcc
It completely depends on what rituals.

@mcc Fused quartz for the ritual you do every day

Brittle obsidian for the ritual you’re only doing once

@mcc quartz is good, tho, if you need to hide it in a fountain so as to have a hidden weapon to surprise attack your nemesis. H/T Larry Niven, I believe.
@mcc
I think you use whichever is most plentiful, obviously that's what the local spirits want.
@mcc I've heard obsidian is for ritual murder, so it's probably more versatile.

@mcc It depends on the association you have with either material.

+1 for using obsidian as an organiser (the markdown program, not the volcanic glass).

@mcc Obsidian is an igneous rock that was used by Neolithic people for spears, knives, and arrowheads. It flakes to the sharpness of a razor. Quartz is not as hard and doesn't flake as well. Use obsidian. It is also black and beautiful.

@mocolvinauthor @mcc quartz is harder than obsidian on the Mohs scale, 7 versus 5-6.

Quartz not flaking like obsidian is definitely why obsidian is the better knife material.

@gizmomathboy @mcc Thanks for the correction. My field of study was not geology, but anthropology.
@mcc Assuming you're not being facetious, @obsidian is a feature-rich markdown-based personal knowledge management system (closed source, free for personal use). I haven't bought into it fully because of the closed source bit.
@mcc can you elaborate on "dead ender" for me?

@onelson i am still using mercurial instead of git, exclusively, even to access git repos

(exception: whenever i have to interact with git-lfs. which is a frustratingly increasing proportion of my projects. hg-git never got lfs support.)

@mcc so dead-ender is to say there's no path out of?

@onelson i am using "dead-ender" in the sense of like, "a biden dead-ender". Someone who supports a cause which is clearly lost

https://www.google.com/search?q=%22dead-ender%22
https://www.google.com/search?q=%22biden+dead-ender%22

Bevor Sie zur Google Suche weitergehen

@mcc oh I see. This is a turn of phrase I haven't heard before now.
@onelson i mainly hear it in politics
@mcc WYSIWYG editors are a well explored space. I'd include one if I were building a fully featured static site generator for less programmer-y users.
@neia I don't think I can make that in a weekend

@mcc @neia prosemirror seems well put together for WYSIWYG, the time-consuming bit may be the glue code (obsidian uses another project, codemirror, for its editor)

https://prosemirror.net/

ProseMirror

In-browser structured text editing component

@mcc Hmm.. I have written maybe a third to a half of something like this - enough for my dad to be able to manage his SSG driven site without needing to know too many details - he has learned Markdown just fine - but never bothered to go ahead and make it full featured. Perhaps I should
@mcc (ikiwiki supports hg as VCS)