[tw] Re: Condition: An if-else plugin for wikitext

2017-12-29 Thread Evan Balster
Hey, Simon — with your additions you're addressing lots of problems I'm facing right > now. Thanks for your efforts and contributions! I'm solving similar problems. :) Happy to share. I'd very much like to see this in the core, is there a chance? > That comes down to how TiddlyWiki's

[tw] Re: Condition: An if-else plugin for wikitext

2017-12-29 Thread BurningTreeC
Hello Evan, This is *great*, with your additions you're addressing lots of problems I'm facing right now Thanks for your efforts and contributions! I'd very much like to see this in the core, is there a chance? kind regards, Simon Am Samstag, 30. Dezember 2017 06:54:54 UTC+1 schrieb Evan

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
Updates: - the button to cycle through columns now works as users expect - 6 columns now (the limiting factor is just the number of material icons available. one can easily have 1000 columns ;) if nothing breaks .. fingers crossed) - eval plugin not needed anymore Now I'm going

[tw] Condition: An if-else plugin for wikitext

2017-12-29 Thread Evan Balster
Introducing the *condition* plugin. (Version 0.1 attached, docs included) It provides *$if*, *$else* and *$else-if* widgets that choose whether to show or hide their contents based on simple text conditions. It pairs well with my formula plugin

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-29 Thread Evan Balster
Hey, Tony — The trouble in your case is that you're putting the formulas in quotes, which makes TiddlyWiki treat them as strings. The experimental syntax for attribute values is just ** — no quotes outside the mushroom brackets. Generally I use the formula-vars

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-29 Thread TonyM
Post Script, Of note is being able to add calculations to elements in TiddlyWiki and HTML which would otherwise be controlled using java script which is not so accessible to a novice in TiddlyWiki. Keep up the good work. Tony On Saturday, 30 December 2017 14:16:00 UTC+11, TonyM wrote: > >

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-29 Thread TonyM
Evan, That works like a dream. Thank you. As you say "tiddlywiki-oriented functions" here are some that come to mind I am trying to identify based on the current implementation if then else or other logical operators to transclude a tiddler, or include content. For example hiding or

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-29 Thread Evan Balster
Hello, Tony — Assuming you have both the formula plugin *and* the attribute-modules plugin installed, un-quoting your attributes will make them into formulas (instead of literal strings): \define showtodayrange(datefield1,datefield2) \end The attribute-modules plugin is really just a

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-29 Thread TonyM
Evan, Thanks for another update. FYI: I drag this to my wiki and it is named untitled until I hit the import button, not sure but there may be a plugin setting needing update. Also; I am trying to see if I can get the following to work, basicaly as a version of Formulas as Tag Attributes

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-29 Thread Evan Balster
Formula 0.1.7 released: https://evanbalster.com/tiddlywiki/formulas.html GitHub and issue tracking: https://github.com/EvanBalster/TiddlyWikiFormula Changes: - Add math functions styled after GLSL for visual calculations - fract, modulo/mod, atan2, clamp, mix, step, smoothstep -

[tw] Re: exclude search term

2017-12-29 Thread TonyM
Rewritten a as a search tool, not tested comprehensively but seems to work \define displaymysearch() <$list filter="[list[EditInput!!input]]" variable=item> <$list filter="[!prefix[+]!prefix[-]]" variable=searchfilter> [search[<>]] <$list filter="[prefix[+]]+[removeprefix[+]]"

[tw] Re: exclude search term

2017-12-29 Thread tobaisch
> > > > The Below code provides a tag based search with +include and -exclude > which could be adapted to search values > > Thanks TonyM, I tried to adapted your code to change the standard search. It did not really work, but it does not matter. I manage my predefined lists quite well so far.

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
replace the button with this: \define columnicons() <$list filter="[[$(columns)$]!regexp[^2$]!regexp[^1$]]"> <> <$list filter="[[$(columns)$]regexp[^2$]]"> <> <$list filter="[[$(columns)$]regexp[^1$]]"> <> \end <$set name="columns" value={{$:/config/muuri!!column-count}}> <$set

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
yes, that's something to decide pinch zoom on tiddlers is meant to change their widths. that's done by applying a "span" class (span-2 span-3 span-4 span-6 span-9 span-12) at the moment, this works only when set to 1 it's a missing implementation in the columns macro. it should generate also

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
I've updated http://muritest.tiddlyspot.com added licenses and removed eval dependencies -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
... and the column button \define columnicons() <$list filter="[[$(columns)$]!regexp[2]]"> <> <$list filter="[[$(columns)$]regexp[2]]"> <> \end <$reveal state="$:/config/muuri!!column-count" type="nomatch" text=""> <$set name="columns" value={{$:/config/muuri!!column-count}}> <$set

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
change the macro to this, should work. \define toggle-muuri-columns() <$reveal state="$:/config/muuri!!column-count" type="nomatch" text=""> <$reveal state="$:/config/muuri!!align-horizontal" type="nomatch" text="yes"> <$set name="columnCount" value={{$:/config/muuri!!column-count}}>

Re: [tw] Re: Export each tiddler plugin?

2017-12-29 Thread wjam
Thanks Mark, I needed something like this. Some tiddler titles have spaces so I had to replace \define quotedCurrent() $(currentTiddler)$ by \define quotedCurrent() '$(currentTiddler)$' The single quotes were probably removed by some semi-intelligent operating system, browser or webhosting

[tw] Re: [TW5] MultiUser plugin now serves multiple wikis.

2017-12-29 Thread Ste Wilson
It does work serveing from fire fox to chrome on my android. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
interesting, works smoothless here on chrome, firefox and beaker I've experienced that generally tw runs faster on my linuxes than my windowses If this has something to do with the eval plugin itself ... I doubt a little Am Freitag, 29. Dezember 2017 12:44:22 UTC+1 schrieb Evgeniy Degtyar: > >

[tw] Re: [TW5] MultiUser plugin now serves multiple wikis.

2017-12-29 Thread Ste Wilson
I tried it!!! set it up running from termux on android. successfully served to another device (iPhone). when Iphone tried to create a new tiddler the red screen of embarresement appears. a tiddler created on the android did not appear on the iPhone despite a refresh or two. Ste -- You

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread Evgeniy Degtyar
When I installed eval and math.js it started to work very slow. And it was not so smooth. It's freezing a little bit every time when you click any link. I'll try it to understand why this is happening. пятница, 29 декабря 2017 г., 13:44:59 UTC+3 пользователь BurningTreeC написал: > >

[tw] Re: keyboard shortcuts without the buttons

2017-12-29 Thread Sylvain Naudin
Le dimanche 24 décembre 2017 00:16:17 UTC+1, Shay Shaked a écrit : > > I don't like the button and I think they take too much space. I know I can > take them off (one by one) from settings, however, I do want to keep some > of the keyboard shortcuts handy. The preview pane, for example, is

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
TiddlyTouch/MuuriTouch (TWTiddlyMuuriTouch/TiddlyMuuriTouchWiki ... you get it) on BeakerBrowser dat://02a707bf2147e9cee5665ca253e1f961ec491ece06657d3e4a1143520f594383 I'd like to experiment with this on beaker browser. You may be able to get the time right when it's on and I'm not at the end

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
@Jed Carty, thanks! I there I tried to have the css in a macro and from the Stylesheet just call the macros. To have a cleaner Stylesheet that's easier to read and to change. To have a fast working demo I used the eval plugin, but a little bit of tinkering will make it work with the available

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread Jed Carty
If you don't need everything in the eval plugin you may be able to just use the css calc functions. https://developer.mozilla.org/en-US/docs/Web/CSS/calc If you don't have a tiddlers type set to text/css than you can do transclusions in the css styles and it works as expected. -- You

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
Hello @Evgeniy Degtyar, you need the eval plugin by @tobibeer to have it work, I forgot to mention that, thanks for pointing this out! get it here: http://tobibeer.github.io/tw5-plugins/#eval and get also the math.js library on that site, it's needed to have the eval plugin work though, it's