Saq Imtiaz
Saq Imtiaz
This PR is a proof of concept to facilitate discussion of a new affordance to specify DOM node attributes on DOM nodes generated by widgets. Any attributes prefixed with `dom-`...
This PR adds a reference to the Window object in the widget base class. This is convenient when writing widgets that should work in new window as well as the...
A TiddlyWiki filter visualizer/helper tool, like regexper.com and reg101.com are for regular expressions, would be extremely useful. I was explaining the basics of TiddlyWiki filters to a colleague last night...
Of late I have been exploring the idea of progressive enhancement as applied to wikitext, that is making use of widgets provided by plugins for added functionality or improved performance...
As reported by @siniy-kit, the zoomin view in 5.2.0 no longer scrolls to ensure that the top of the newly opened tiddler is visible. https://groups.google.com/g/tiddlywiki/c/3nfPRhWHmxM The window size must be...
This would need to be an optional parameter in the Streams macrocall. The challenge will be to accommodate both workflows without duplication. This might be useful when transcluding a stream...
A [quick attempt](https://www.reddit.com/r/TiddlyWiki5/comments/o4wfcq/streams_visual_feedback_for_swipe_experiment/) at implementing this via wikitext went far better than expected. There is a slight issue with premature snap back at times, possibly when the finger slips. It...
Replace current UI for renaming tiddlers which uses the `action-withinput` widget in light of deprecation of `prompt()` by browsers.
Consider: ``` .squi-form-label {flex-grow:1} input.squi-form-input {flex-grow:2} ```
`$:/config/RelinkOnRename` tiddler needs to be set to `yes`