Evan Balster
Evan Balster
Tangential: When I was working on the series of PRs that introduced the climbing aid category, I was interested in tracking down the logic that governs open-air furniture. At the...
For sake of clarity, my agenda with this pull request is to achieve core support for a custom attribute syntax in my formulas plugin: ``` ```
Fixed a bug in the PR when expanding variables that don't exist. **Issue:** There appears to be a bug where transclusions of the form `{{!!field}}` don't work with this modification....
Fixed the aforementioned issue after pinning it down to string attributes with no actual value. The "undefined" value was being transcribed by computeAttributes. I would like to discuss adding a...
Added a reference implementation of a `refreshAttributes` function, updated PR title to reflect the expanded feature.
Re: performance, in the long run I'm interested in making visual programs like this more responsive and "scalable": https://evanbalster.com/tiddlywiki/formulas.html#Demo%3A%20Harmonic%20Lattice Currently $formula-vars instigates a re-render whenever its outputs change, although at...
> IMO the ultimate test is: https://tiddlywiki.com/#%24%3A%2Fcore%2Fsave%2Fall So, my focus is actually more on improving *refresh* performance for interactive pages. Complex TiddlyWiki code gets a bit ponderous when the tiddler...
@pmario Pardon my incompetence, but I haven't really figured out the build workflow for the TiddlyWiki5 repository. The empty edition build doesn't seem to incorporate my changes... So any guidance...
Addressed some of @PMario's code style remarks. Outstanding issues: * Do `attributevalue` models deserve a name befitting their similarity to widgets? * Where in the namespace should we store loaded...
`attributevalue` "classes" are now handled in a fashion more similar to widget classes. It isn't yet clear how the same convention could be followed for `parseAttribute`. Seems like maybe the...