Jeremy Ruston

Results 1107 comments of Jeremy Ruston

Thanks @linonetwo I hadn't noticed that `getParseTreeText()` is no longer used. > I can gradually add wiki rule support to it. Not need to be lostless, it only need to...

> @Jermolene Need to add a new parse rule type Yes, that sounds like a reasonable solution.

Hi @Arlen22 apologies we're too close to the release of v5.1.23 to merge this now. Happy to pick it up afterwards, but in the meantime do check out `\whitespace trim`...

Note that this PR addresses #1676, which I opened in April 2015!

> Is it possible to publish searchable static website? I mean having a small JS script lets search in the static webpages generated by Tiddlywiki. Yes, that will be possible....

I've [pushed](https://github.com/Jermolene/TiddlyWiki5/pull/5559/commits/509356c6964b1c04dbc920e5cb756dceb7f5c0fd) some significant updates. ## Data model refactoring First, the tiddlers describing the publishing job have been refactored so that they can more easily be reused. Publishing job tiddlers...

Another [update](https://github.com/Jermolene/TiddlyWiki5/pull/5559/commits/df2a3fdefdf9dd6e11695f0bd1a2b56a9a032518) that refactors things to allow the same sitemap tiddlers to drive the web server. The eventual goal is to enable complex static sites like [links.tiddlywiki.com](https://github.com/TiddlyWikiLinks/TiddlyWikiLinks) to function identically...

Hi @kookma > Have you updated the https://tiddlywiki-pr-5559.tiddlyhost.com/ ? No, the latest changes only affect users running under Node.js, who can run it directly. > May be it worth to...

> Thank you! So, I have to download the publishing framework branch and test it under Node.JS. IS there any other requirements? Yes, you'll need to download the publishing-framework branch...

> @Jermolene I've been going through an unexpected busy period with work, however I've blocked out time this coming Thursday to go through this in detail. Expect some questions and...