Jeremy Ruston

Results 738 comments of Jeremy Ruston

By the way, it's instructive to look at the [offending regexp](https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js#L29) graphically via [regexper](http://regexper.com/#%5C%7B%5C%7B%5C%7B%28%5B%5E%5C%7C%5D%2B%3F%29%28%3F%3A%5C%7C%28%5B%5E%5C%7C%5C%7B%5C%7D%5D%2B%29%29%3F%28%3F%3A%5C%7C%5C%7C%28%5B%5E%5C%7C%5C%7B%5C%7D%5D%2B%29%29%3F%5C%7D%5C%7D%28%5B%5E%5C%7D%5D*%29%5C%7D%28%3F%3A%5C.%28%5CS%2B%29%29%3F)

Hi @cipharius the situation with drag and drop is a bit patchy across different platforms; for example, it does work on iPad since (I think) iOS 13, but it doesn't...

Hi @cipharius this table suggests that recent Chrome for Android does support drag and drop: https://caniuse.com/dragndrop What version are you using?

> You are correct. The `actionTiddler` variable in the `droppable` widget always contains an extra opening and closing double brackets in Chrome on Android even though it should be a...

Thanks @saqimtiaz this is a tricky area. I recall that the combination (and ordering) of the types that are set and retrieved was very fiddly when I first set things...

Thanks @saqimtiaz > I modified the [MDN drag example](https://developer.mozilla.org/en-US/docs/Web/API/Document/dragend_event) to set two `event.dataTransfer` types, `text/plain` and `text/vnd.tiddlywiki` in dragStart. In the `drop` event only `text/plain` was available in Chrome on...

Thanks @saqimtiaz much appreciated (I've always found working on drag and drop rather dispiriting because of the rampant browser incompatibility).

Hi @pmario the correct way to resolve the existing value of a colour that has been set via the `` macro would be to wikify the macro to obtain a...

Thanks @rubaboo @pmario – would you be able to prepare a PR?