mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#markdown

40 Beiträge18 Beteiligte0 Beiträge heute

Eigenschaften auswerten mit Bases

Ich habe ein wei­te­res Kapitel auf Obsidianguide.de ver­öf­fent­licht. Eigenschaften aus­wer­ten mit Bases wid­met sich der Frage: wie las­sen sich Eigenschaften in Obsidian-Notizen bes­ser nut­zen, wenn sie wie eine Datenbank aus­ge­wer­tet wer­den kön­nen. In einem vor­he­ri­gen Kapitel habe ich beschrie­ben, wie dies mit der Dataview-Erweiterung funk­tio­niert. Anhand von Weinen und Winzern wer­den die […]

ileif.de/b/NA
#Markdown #News #Obsidian #ObsidianGuide #Tutorial

Auf dem @luki Treffen hat @emk #Lowmark vorgestellt: Einen #PHP-#StaticSiteGenerator mit dem Ziel, ihn so einfach wie möglich zu machen.

Einen schönes, pädagogisches #LowTech #SmallWeb Ziel.

Passt zum #Gemini Protocol, bei dem das Designziel ist, dass es jeder (der eine Programmiersprache kann) in ein paar Dutzend Zeilen implementieren kann. Deswegen ist #Gemtext sogar noch einfacher als #Markdown.

geminiprotocol.net

geminiprotocol.netProject Gemini
Fortgeführter Thread

8/

REMEMBER: this is for power-users, not regular users

How would you get ActivityPub / ActivityStreams into HTML using RDFa‽

Like this:

<div vocab="w3.org/ns/activitystreams#" typeof="Note">
<p property="name">Hello!</p>
<p>How do you do?</p>
</div>

AGAIN, REMEMBER: this is for power-users, not regular users.

Regular users can just write Markdown or HTML and Retejo will figure this out automatically for you

www.w3.orgActivityStreams 2.0 TermsThis document lists the terms used for the ActivityStreams 2.0 protocol and its stable extensions, and provides a namespace so each term has an HTTP IRI.
Fortgeführter Thread

7/

If you are wondering what RDFa is —

You might be more familiar with OpenGraph.

ogp.me/

OpenGraph is usually the thing that causes "preview cards" to be showed for links shared on social-media.

OpenGraph is written in RDFa. Which, in practice, is some special HTML elements added to the page.

For example:

<meta property="og:image" content="example.com/img/preview.png" />

So what about ActivityPub‽ —

The Open Graph logo
ogp.meOpen Graph protocolThe Open Graph protocol enables any web page to become a rich object in a social graph.
Fortgeführter Thread

6/

Obviously, beginners are NOT going to do this, but — some power-users may want this level of control.

There are different way this could be done, but — one way might be that power-users could use RDFa to explicitly specify what data from the HTML gets into the ActivityPub / ActivityStreams data.

Again, beginners and typical users would NOT do this.

But a power-user might want to.

Here is an example —

Fortgeführter Thread

5/

So, what would be a good user-experience (UX) for power-users be — in a system that automatically creates ActivityPub / ActivityStreams data from HTML and Markdown‽

One thought I had is that power-users could explicitly mark what data from their HTML gets into the ActivityPub / ActivityStreams data (if they want to).

I'll explain —