Jeremy Ruston

Results 56 issues of Jeremy Ruston

A common use case for macros is to construct a string from component parts. For example: ``` \define my-url() https://$(host)$/$(path)$ \end ... ``` It is proposed to introduce a shortcut...

This pull request adds three new filter operators that allow data to be read from JSON tiddlers: * `getjson` to retrieve a value * `typejson` to retrieve the type of...

Over the years, a number of GitHub Organisations related to TiddlyWiki have been created by myself and others. It is proposed to adopt a policy of moving all official TiddlyWiki-related...

node-webkit doesn't provide context menus. We need to add context menus for: - text editting - hyperlinks

enhancement
more-like-a-browser

As requested here: https://groups.google.com/d/topic/tiddlywikidev/F9Ny7Vsahrs/discussion

enhancement
more-like-a-browser

Using the "Create new wiki" in the wiki list window to clone an existing folder-based wiki fails to copy any files. Original discussion: https://groups.google.com/d/msgid/tiddlywiki/13de6cd9-1226-4ef8-a381-b4e4fdcbdc92n%40googlegroups.com

And thus the "full screen" button in the "Tools" sidebar tab doesn't function in TiddlyDesktop. Original discussion: https://groups.google.com/d/msgid/tiddlywiki/fdf74336-7a6e-4d4c-8a13-ccb72c410bf2n%40googlegroups.com?utm_medium=email&utm_source=footer

As suggested here: https://groups.google.com/d/topic/tiddlywikidev/F9Ny7Vsahrs/discussion

enhancement

In v0.0.13 (and possibly earlier versions), opening the backstage window and then closing it makes it impossible to subsequently re-open it, or open any other windows. The workaround is to...

bug

TiddlyWiki should register itself with Windows Explorer or Mac Finder (etc) so that it can be used to open `*.html` files, as described here: https://github.com/nwjs/nw.js/wiki/Handling-files-and-arguments

enhancement