streams icon indicating copy to clipboard operation
streams copied to clipboard

TiddlyWiki plugin for rapid data entry with a keyboard driven workflow. Divide content into smaller tiddlers as you write.

Results 23 streams issues
Sort by recently updated
recently updated
newest added

I noticed an error when changing a node to the Markdown tiddler format and then double-clicking to edit it from the parent node's tiddler. Error is: Uncaught Reference error: EDITOR_MAPPING_PREFIX...

If a custom Streams template is specified in settings, EDITOR_MAPPING_PREFIX can be undefined and throw a Javascript exception. Check if EDITOR_MAPPING_PREFIX is defined. If not, leave `editorType` unassigned and try...

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...

Ideas

Hi, Thanks for the plugin. I want to know if the plugin provides an option to make the "caption" field of the sub-node to "" or some others. When I...

Hello. The double click to edit is a superb feature that I enjoy very much. Sometimes though a stream node may contain a button widget that will need to be...

Use case: a user might want to add tags (e.g. `todo`) to a node when editing them in-place; currently the user needs to open the tiddler to manipulate the tags....

At the moment streams uses fixed values in the styles tiddler: `@media only screen and (max-width: 600px)` It would be ideal to use the default sidebar breakpoint value stored in...

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...

Ideas

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} ```

enhancement