[twdev] Tailwind - a CSS framework as if made for TW !

2019-08-24 Thread Mat
@Jermolene, @TElmiger and everyone else Tailwind is a CSS "utility framework". It has no components because it is designed to be hackable and simple. I've only briefly looked at it... but it seems perfect for TW. I believe it would to a large extent free the user *from having to go into the st

Re: [twdev] simple.js editor question

2019-08-24 Thread 'ValdikSS ValdikSS' via TiddlyWikiDev
On Saturday, August 24, 2019 at 12:26:42 PM UTC+3, Jeremy Ruston wrote: > > Hi Vladik > > > core/modules/editor/engines/simple.js contains unimplemented > createTextOperation and executeTextOperation functions: > > These functions aren’t implemented for the simple editor because the > toolbar b

[twdev] Re: [TW5] Data Visualisation using SVG or Chartist.js

2019-08-24 Thread ajarmund
And now 5.1.20 has been released with mathematical operators! I guess a simply SVG approach for plotting the data tiddler "data" ( {"10":0,"40":40,"70":100,"120":90}) can be \define makePoints() <$list filter="[[data]indexes[]]" variable="key" > <$set name="xv" filter="[multiply[$(xs)$]]"> <$set n

Re: [twdev] simple.js editor question

2019-08-24 Thread Jeremy Ruston
Hi Vladik > core/modules/editor/engines/simple.js contains unimplemented > createTextOperation and executeTextOperation functions: These functions aren’t implemented for the simple editor because the toolbar button mechanism doesn’t work properly without the iframe editor. The reason for the i

Re: [twdev] How best to define custom elements?

2019-08-24 Thread Jeremy Ruston
Hi Matt > I've implemented a custom element > > for recurring tasks. I found this easier than implementing the same thing as > a widget module , which seems to > requi