felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki
http://tiddlymap.org
BSD 2-Clause "Simplified" License
845 stars 127 forks source link

Whitespace trim pragma #413

Closed flibbles closed 2 years ago

flibbles commented 2 years ago

Added whitespace trim pragma where appropriate.

This will tighten up the parseTreeNode for tiddlymap's bits, which will make it a little more memory efficient and slightly faster. It also will make tiddlymap's wikitext compress better with TW5-Uglify.

This does, however, make tiddlymap depend on V5.1.15, since that is the version that \whitespace trim was added.