Jeremy Ruston
Jeremy Ruston
Hi @andjar that nested JSON structure was introduced in TiddlyWeb where there was a distinction between the standard set of fields and custom fields. In retrospect, it was a bad...
Thanks @pmario – @andjar will this decision cause issues for you?
Thanks @CodaCodr @pmario – I think we'll need to fix this with yet another flag for the parser that configures whether the inheritance of whitespace settings is performed.
Hi @pmario the problem here is that importvariables must parse the tiddlers with whitespace trim so that it ignores whitespace between set widgets. However we don't want procedures to inherit...
There's a few ideas for further development that I have been thinking about: * Support for prompts with numbered options * Support for passwords so that the text typed by...
> Eg. The user enters `tw5.com` -- How can I use to create a command like `.editions/-server --listen` using the value from the user? At the moment user input can...
> Think about the following situation: A future **core** or **user published** tiddlywiki.info file contains elements that can execute external executables. eg: cleanup, which is intended to delete several files...
> @Jermolene -- Would it be possible to extract the `echo` command into a new PR. I think we should definitely ship this one with v5.3.6. It would also make...
Thanks @pmario I've updated this PR from master for ease of testing. I am still not 100% sure about this. While I recognise the value of the functionality here, there...
Thanks @pmario