G.Ambatte
G.Ambatte
The Region Capture feature of Chrome (Desktop v104 and up) allows a MediaStream to be cropped to a target element. It should be possible to use this to capture the...
Suggested in the subreddit recently was the idea that using an additional tag - for example, adding the `auto` class to the existing `footnote` element could trigger the use of...
A snippet that contains the text of the Open Game License would be a useful shortcut, aiding those users who would like to release their content on sites like the...
This PR resolves #3326. This PR adds a check to the `getBrew` function that throws an error if the brew stub has a `lock` object with a `state` property set...
Checklist: - [x] Modify `getBrew` so a locked brew will return an error - PR #3327 - [x] Modify `EditPage` so a locked brew will pop a notification - PR...
I was experimenting with the BroadcastChannel functionality and managed to create the following: - When SharePage is loaded, subscribe to a BroadcastChannel with name `shareId` - When EditPage is saved,...
This PR resolves #1035. This PR adds a `/cli` folder which contains `process.js`, a script that takes several parameters: * input : the filename of the downloaded source of a...
This PR adds a new theme: Unearthed Arcana. It mimics the very basic styling of those documents, with monochrome text and no visible background texture.
This PR resolves #1097. This PR adds the `/css` route, which returns the stylesheet for a given brew share ID.
This PR resolves #2624. This PR adds a `translate` function to the String prototype, which when called searches a given YAML file using the string as key, returning the YAML...