fuddl
fuddl
@mithi next I'll try to implement the API into `bare-minimum-3d`. I guess it should look like this: ```js renderScene(viewSettings, sceneSettings, sceneOptions, data3d, plugins) ```
In order to keep the plain text readable also on wide screens, markdown has this nice logic of ignoring brakes at parsing. So that the user is able to add...
This could be used to represent the Klingon Language. Sequence: `🏴` + `[zwj]` + `🟥` + `[zwj]` + `⚪️` + `[zwj]` + [`🟂`](https://unicode-table.com/en/1F7C2/) + `[vs-16]` Tags: `klingon`, `tlh`
My plotter supports debossing which can be used for drawing folding lines rather than outside folding marks. I'd like to draw them in a different color or on a separate...
on the way to retina support (#104), one thing that has to be done is adding high res icons. I mean these:  are these available as svg somewhere?...
RSS feeds currently one generic icon and there is no way to tell which is which. Maybe the user should be able to add an icon for each of them.
wikipedia has this very nice motivating feature. it is a button next to every changeset which is labeled _thanks_. When clicked, the contributor gets a little notification like this:   on the...
I am working on a browser extension and I'm trying to swich to `wikibase-edit` instead of making edits directly. Since the extension uses the browser session to make edits, I'm...