@HiMYSYeD @tante You will find more current entrance points to the #FedWiki community at:

- http://fed.wiki
- http://federated.wiki
- http://search.federatedwiki.org

We're happily and quietly running a non-ActivityPub federation since 15+ years and are astonished about our own backwards compatibility and keep on exploring new applications for the system in many different domains.

Contents we welcome in the federation includes a Pattern Languages of Commoning. http://editions.commoning.wiki/

Welcome Visitors

Debt Metaphor Explained

While programming we continually make decisions about the future. An important skill is deciding which decisions to make when. This deciding about deciding confuses many people even programmers.

#FedWiki #tidbits

http://found.ward.bay.wiki.org/debt-metaphor-explained.html

Debt Metaphor Explained

preview of a fedwiki plugin I'm working on to create causal loop diagrams.

The markup is pretty barebones, and I may yet come to regret it:
A +> B creates a positive link
A -> B creates a negative link
And you can add a number in square brackets to adjust the effect of the link.

Next up is to try to build a visualization to see how these loops influence each other, which can hopefully be a useful tool for teaching.

#fedwiki #systems #causalloopdiagrams

#FedWiki, are you okay?

New wiki lineup Deno based application interface pages now offering a graphviz model of its own source code.

Ward comments on a recent #FedWiki issue, after the CoffeeScript conversion has been completed.

Removing the #jQuery dependency is the next target.

https://github.com/fedwiki/wiki-server/issues/205#issuecomment-3863523455

Version 1.0.1 of wiki-plugin-wmap released thanks to valuable feedback from the fedwiki community!

https://www.npmjs.com/package/wiki-plugin-wmap

Fixes a race condition in the zoom action, an instance of malformed HTML, increases CSS compatibility with older browsers, and adjusts thumbnail rendering to be *slightly* more readable.

#fedwiki

Here’s one more plugin for #fedwiki before christmas!

wiki-security-oidc allows you to sign in and claim a wiki using Open ID Connect (eg. Pocket ID, Authelia, Keycloak)

https://www.npmjs.com/package/wiki-security-oidc

wiki-plugin-wmap is now available!

A plugin for federated wiki that allows you to render wardley maps from wmap syntax.

You can check it out here: https://www.npmjs.com/package/wiki-plugin-wmap

* example:: https://wiki.r.bdr.sh/view/welcome-visitors/view/about-wmap-plugin
* fedwiki: http://fed.wiki.org/view/welcome-visitors
* wmap syntax: https://map.tranquil.systems/wmap-language/

#wiki #fedwiki #wardleymapping #wardleymaps

Pretty happy to reach this point for the wmap #fedwiki plugin.

It took a while to understand the plugin format, but I think wiki-plugin-markdown and wiki-plugin-graphviz werevery helpful.

I'll have to go through my code again and simplify, as I included a lot of things I didn't actually understand.

#wardleymapping #wardleymaps #wiki

Convert to ESM by paul90 · Pull Request #151 · fedwiki/wiki

The next step of updating the server code. Includes ESM version of wiki-server - fedwiki/wiki-server#202 As this version also cuts the last tie with CoffeeScript, any server plugin that still need ...

GitHub