The world's #1 open source rich text editor.
Using an old version of TinyMCE? We recommend you to upgrade to TinyMCE 7 to continue receiving security updates, or consider TinyMCE 5 LTS if you need more time to upgrade.
Used and trusted by millions of developers, TinyMCE is the world’s most customizable, scalable, and flexible rich text editor. We’ve helped launch the likes of Atlassian, Medium, Evernote (and lots more that we can’t tell you), by empowering them to create exceptional content and experiences for their users.
DOOM (using libSDL) compiled into Webasm so it can be loaded as a (rather complex, really) widget. Built using Emscripten.
Requires a copy of doom1.wad copied into the sdldoom-1.10/ directory.
You can get doom1.wad here: https://doomwiki.org/wiki/DOOM1.WAD
A Barcode Detection API polyfill that uses ZXing-C++ WebAssembly under the hood.
Supported barcode formats: aztec, code_128, code_39, code_93, codabar, databar, databar_expanded, databar_limited, data_matrix, dx_film_edge, ean_13, ean_8, itf, maxi_code (only generated ones, and no position info), micro_qr_code, pdf417, qr_code, rm_qr_code, upc_a, upc_e, linear_codes and matrix_codes (for convenience).
It's probably easier just to grab it from the JS CDN and store it locally.
(python Terminal Toolkit) is a Text-based user interface library (TUI) Evolved from the discontinued project pyCuT and inspired by a mix of Qt5, GTK, and tkinter api definition with a touch of personal interpretation. Self-contained. Starts with all of the basic UI widgets you'd expect. Has specialized and advanced widgets as well but you don't need to use them. Has a QT-like layout system (I don't know if this is good or bad..) Unicode supported. Comes with a bunch of demos to show off what it can do (and act as sample code to show you how to use things).
Advanced things it can do include text mode graphs and charts (with animations), drag-and-drop, tabs, and ANSI graphics.
The online demo is all of the demo code running in Pyodide. Which includes something very much like a Desqview environment...
Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting. It has built-in functionality to display information about the most commonly used services. Has a large number of built-in widgets for many different facets of system status.
In the AUR.
A Mediawiki extension that allows the creation of raw HTML snippets that can be used in wiki pages that do interesting and helpful things. Implemented by creating a namespace called Widget, into which new wiki pages containing the widget code in question can be written like any other wiki page. The API is documented on this page.
A module for python that abstracts away the annoying parts of ncurses and lets you build console-based user-interfaces. Has a collection of widgets that can be assembled into larger projects. Also has graph, text editing, file browsing, subprocess initiation and monitoring, color palettes, sub-windows, and font manipulation primitives.