[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-09 Thread BurningTreeC
dler anymore or you need to click and adjust the keyboard just to insert some characters in a comfy way. > 3 - IF the architecture allows it (looking at the config file and it looks > very easy, in principle) then it would be a doddle (very easy) to create > many variants. > > &g

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-09 Thread BurningTreeC
@TiddlyTweeter, I'd be very happy to create some language sets. That I would know how to do. > that's great! Do you have ideas for how such a keyboard scheme should look like for you? the currently used scheme is just a fast thing, I'd like to establish a scheme but I haven't had time to

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-09 Thread BurningTreeC
@TiddlyTweeter, that's great! Do you have ideas for how such a keyboard scheme should look like for you? the currently used scheme is just a fast thing, I'd like to establish a scheme but I haven't had time to think about it your proposals are welcome! BTC -- You received this message

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
@Mark, thanks for the tip with the Nullkeyboard app, I'll try that I guess there may also be keyboards that can float on the screen, but I'd like to see how a tw solution would work. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
I was already thinking about an emoji button to switch to emoji selection greek characters special characters <$button> snippets (and more for all standard tw widgets) more ideas welcome -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
> > Question: Can you use this mechanism for ad-hoc assemblages of > characters? I noticed in a config tiddler (I can no longer find) that > seemed to indicate you could have ANY character on the keyboard AND that > you could actually change layout (nos of keys?) > > Just wondering. > >

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
to be able to hold them? 4) how to get a tab-space into the editor - I'm just adding 4 spaces right now It's possible to make different layouts - compact - split layout - ... And different layouts for different languages BurningTreeC -- You received this message because you are subscribed

[tw] Re: Search duplicate caption-fields

2018-02-08 Thread BurningTreeC
hello Magnus, this could do what you need: \define compareCaptions() <$list filter="[[$(firstTidCaption)$]regexp[^$(thisTidCaption)$$]]"> $(firstTiddler)$ and $(thisTiddler)$ have the same caption <$button message="tm-edit-tiddler" param="""$(thisTiddler)$""">edit $(thisTiddler)$ \end

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
thanks, in the normal view it should show in the bottom right page corner. I'll investigate -- 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: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
@TiddlyTweeter, thanks, this is in muuri view, there I need to tinker it a bit to fit better. how is it in the normal view? thanks for your input, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
Hello community, I'm making an onscreen keyboard and I've put a proof of concept onto http://muritest.tiddlyspot.com - it's accessible in all views in edit mode I'd need a little help, if you're interested in such a tool cheers, BurningTreeC -- You received this message because you

[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
... and I see I must add a reverse[] to the list: <$list filter="1 2 3 4 5 6 7 8 9 10 +[limitreverse[]]" variable="index"> -- 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

[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
at last I think this would be better: \define getTheIndex() <$list filter="[enlist[$(indexes)$]nth[$(index)$]regexp[^$(indexName)$]]"> <> \end <$set name="indexName" value="nov"> <$set name="indexes" filter="[[datatiddler]indexes[]]"> <$set name="length" filter="[enlist] +[count[]]"> <$list

[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
instead of the 1 2 3 4 5 I normally use a tiddler that holds all integers from 1 to x in its list field and use the filter [list[integernumberstiddler]limit]] variable="index" -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
Hi olegh, sorry I got it wrong. That's more complex... could this work for you? <$set name="indexName" value="nov"> <$set name="indexes" filter="[[datatiddler]indexes[]]"> <$set name="length" filter="[enlist] +[count[]]"> <$list filter="1 2 3 4 5 6 7 8 9 10 +[limit]" variable="index"> <$list

[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
or easy: {{datatiddler##nov}} -- 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 this group, send email to

[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
Hi @oleghbond, say your data tiddler is called "datatiddler": <$list filter="[[datatiddler]getindex[nov]]"> <> gives you "30" as result you can do it in different ways. look at https://tiddlywiki.com/#getindex%20Operator BurningTreeC Am Mittwo

[tw] Re: Work on Spaced Repetition System

2018-02-06 Thread BurningTreeC
@Diego Mesa, this is awesome :) I cannot say too much about how you coded it, but about the styling - I think the most important thing in your Anwiki are the functions, the styling for me would already be good as it is I just like this! keep going, all the best, Simon -- You received

[tw] Re: [TW5] The Pan Widget

2018-02-06 Thread BurningTreeC
@Jan, for your usecase of the *swipe* widget: you can play with $threshold="" (default is 30) and set it lower. the threshold defines the minimal amount of movement required to trigger the swipe. if you set it lower, your swipe will be triggered earlier. If you want some transitions on the

Re: [tw] Re: [TW5] The Pan Widget

2018-02-05 Thread BurningTreeC
Am Montag, 5. Februar 2018 23:04:59 UTC+1 schrieb Jan: > > Great! > I guessed that seeing the big heap of data it gathers. > yeah, most of it isn't needed I think I changed it to only get the elements dimensions, the pointertype and the starting coordinates on panstart, and during pan it

[tw] Re: [TW5] The Pan Widget

2018-02-05 Thread BurningTreeC
the pan widget currently is a bit heavy. I'm about to change it to selectively calculate and save only the values the user chooses -- 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,

[tw] Re: [TW5] The Pan Widget

2018-02-05 Thread BurningTreeC
Hi Jan, try $direction="horizontal" (it accepts horizontal/vertical) Am Samstag, 3. Februar 2018 17:16:21 UTC+1 schrieb BurningTreeC: > > Hello TW community, > > I want to introduce the *pan widget:* > > *<$pan $targets $startactions $endactions>targets*

[tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
two or three or four finger swipes/taps/pans also work if you provide $pointers="2"/$pointers="3" ... so this does different things on the "testclass" element if you swipe with one or two fingers: <$swipe $targets="testclass" $state="on" $direction="left" *$pointers="1" *

[tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
Some updates: the swipe, pan and tap widgets now accept multiple classes in $targets="class1 class3 class2" (no commas, just spaces) So you can do something like this in the story PageTemplate and swipe on tiddlers and the story river (with mouse or touch) to open and close the sidebar

[tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
I think I'll change the swipe widget in the near future so that it accepts a list of classes -- 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] The Pan Widget

2018-02-04 Thread BurningTreeC
@Jan, the leftmenuwrapper in the "open" pane is covered by other divs, so I changed the swipe invocation to: <$reveal state="$:/state/MultiMenu" type="match" text="" default="" retain="yes" animate="yes"> <$swipe $targets="leftmenuwrapper" $velocity="1.0" $direction="right"

[tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
Jan, forget everything I said if I remove your tag $:/tags/Macro and I add my tag $:/tags/Macro (and change your macro to set sidebar to yes) - then it works do you have a space in your tag? Am Sonntag, 4. Februar 2018 11:07:26 UTC+1 schrieb BurningTreeC: > > Jan, that's strange: on you

[tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
Jan, that's strange: on your site, if I remove the tag $:/tags/Macro, save the Tiddler, open it and readd $:/tags/Macro - then it works. Must have something to do with the TopRightBar tag and how TW loads macros on startup. I also changed your macro that it sets the sidebar to "yes" -- You

[tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
@Jan, sorry - the tag wasn't the problem It must have been something else. But I got it working -- 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

Re: [tw] Re: [TW5] The Pan Widget

2018-02-04 Thread BurningTreeC
Hi Jan, Macros work, I tried it on your site. I think the problem there is something else. If I remove the tag $:/tags/TopRightBar from the menu, it works. I guess the TopRightBar tagged tiddlers get transcluded somewhere so that those macros don't have effect. I don't know -- You received

[tw] Re: [TW5] The Pan Widget

2018-02-03 Thread BurningTreeC
@Jan, you could also: <$reveal state="$:/state/MultiMenu" type="match" text="" default="" retain="yes" animate="yes"> <$swipe $targets="leftmenuwrapper" $velocity="1.0" $direction="right" $actions="""<$action-setfield $tiddler="$:/state/sidebar" $value="no"/><$action-setfield

[tw] Re: [TW5] The Pan Widget

2018-02-03 Thread BurningTreeC
@all, for the *pan widget *I'll make some adjustments to let you specify the values you want it to export to the state tiddler so that it doesn't calculate the others, that should make it lighter in terms of performance for the *swipe *and *tap *widgets I'll implement options so that one can

[tw] Re: [TW5] The Pan Widget

2018-02-03 Thread BurningTreeC
@Jan, I took a look how you implemented it: <$reveal state="$:/state/MultiMenu" type="match" text="" default="" retain="yes" animate="yes"> <$swipe $targets="tc-tid-frame" $velocity="1.0" $direction="left" $actions="""<$action-setfield $tiddler="$:/state/sidebar" $value="yes"/>"""

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-03 Thread BurningTreeC
> > *BurningTree* — that's a nice looking spreadsheet UI. Consider your > experimentation encouraged! > > Challenge accepted! best wishes -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: [TW5] The Pan Widget

2018-02-03 Thread BurningTreeC
the same for the pan and the tap widget Simon -- 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 this group,

Re: [tw] [TW5] The Pan Widget

2018-02-03 Thread BurningTreeC
Hi Jan, you must provide the $targets to have it work. $targets and $state are needed or nothing happens. $targets works like this: it defines the CLASS of the element within the widgets' scope that gets used for the actions. <$swipe $targets="tc-my-class" $state="on"> not swipeable

[tw] Re: RegEx for tiddlers?

2018-02-03 Thread BurningTreeC
rth a try. > Very good, yes it's a bit heavier, almost a ton > > Cheers, > Thomas > > Am Samstag, 3. Februar 2018 13:39:10 UTC+1 schrieb BurningTreeC: >> >> Ok @Thomas, @RunningUtes, @all, >> >> see at http://muritest.tiddlyspot.com, there you see a working

[tw] [TW5] The Pan Widget

2018-02-03 Thread BurningTreeC
Hello TW community, I want to introduce the *pan widget:* *<$pan $targets $startactions $endactions>targets* A widget that consists of 2 Tiddlers: the widget itself and the hammer.js library (~75kb) It's one of the spin-offs from the TiddlyTouch plugin I'm working on *What it does:* It

[tw] Re: RegEx for tiddlers?

2018-02-03 Thread BurningTreeC
you may have to set a fixed height for the editor to jump to lines by search -- 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: RegEx for tiddlers?

2018-02-03 Thread BurningTreeC
Ok @Thomas, @RunningUtes, @all, see at http://muritest.tiddlyspot.com, there you see a working search and replace and a how-to have fun with it! all the best, Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: RegEx for tiddlers?

2018-02-03 Thread BurningTreeC
iki.com/plugins/tiddlywiki/codemirror/ > > How did you include the addon? > > Best regards, > Thomas > > Am Samstag, 3. Februar 2018 04:10:52 UTC+1 schrieb BurningTreeC: >> >> Hi @RunningUtes, >> >> you could use CodeMirror's search: >> http://cod

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-02 Thread BurningTreeC
Hi Evan, I've found this *handsontable* library and tried making a basic widget here: spreadsheet widget

[tw] Re: RegEx for tiddlers?

2018-02-02 Thread BurningTreeC
Hi @RunningUtes, you could use CodeMirror's search: http://codemirror.net/doc/manual.html#addon_search I've used it before, it works :) Simon Am Samstag, 3. Februar 2018 01:27:38 UTC+1 schrieb RunningUtes: > > I was thinking that it would be great to have a search and replace > function that

[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
Am Freitag, 2. Februar 2018 18:42:11 UTC+1 schrieb BurningTreeC: > > > > Am Freitag, 2. Februar 2018 18:31:04 UTC+1 schrieb BurningTreeC: >> >> @Mark S. >> >> sounds good, do you have ideas for how to realize that? >> > > Could beaker browse

[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
Am Freitag, 2. Februar 2018 18:31:04 UTC+1 schrieb BurningTreeC: > > @Mark S. > > sounds good, do you have ideas for how to realize that? > Could beaker browser used for this? > > Simon > -- You received this message because you are subscribed to the Google Gr

[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
@Mark S. sounds good, do you have ideas for how to realize that? Simon -- 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.

[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
on tiddlywiki.com there's the standard tiddlywiki deserializer tiddler which contains some deserializers, one for json, one for html, one for old-style-tiddlers (I guess tw classic?) and one for .tid files https://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fdeserializers.js then there's the

[tw] Re: TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
@Jan, now I got what you meant. if the swipe direction is set to left or right, it doesn't block scrolling up/down anymore - it's updated on muritest if swipe direction is up/down, it doesn't block right/left -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
content Simon Am Freitag, 2. Februar 2018 10:04:35 UTC+1 schrieb BurningTreeC: > > Hello everyone, > > in this thread > <https://groups.google.com/forum/#!topic/TiddlyWiki/QMZXYuvjPkk> @Furicle > and @Jeremy Ruston discuss how to import a specific file type to TW

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
ers inside the widget and block the events only where they could interfere Am Freitag, 2. Februar 2018 13:25:50 UTC+1 schrieb BurningTreeC: > > > > Am Freitag, 2. Februar 2018 13:15:57 UTC+1 schrieb Jan: >> >> Hi Simon, >> Great, that sidebar-switch is exactly my usecase.

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
ably better. We'll see what works best > > > Big Thanks and best wishes > Jan > > > > > > Am 02.02.2018 um 11:58 schrieb BurningTreeC: > > It's on @Jan, > > I think I'll simplify it to only use the actions, not the message. one can > still sen

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
; > On my Iphone the storyriver can not be us moved up and down no longer - > perhaps up and down arte dangerous here. > > The swipe left on the normal tiddlers for me just seems to work from time > to time. Maybe it is intercepted by elements in the Tiddler? > > > >

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
It's on @Jan, I think I'll simplify it to only use the actions, not the message. one can still send messages from within the action string -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
update: the attributes "targets", "velocity" and "direction" also have to be prefixed with "$" - I've changed that -- 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

[tw] [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
Hello everyone, in this thread @Furicle and @Jeremy Ruston discuss how to import a specific file type to TW using a deserializer Now I'd like to create a list of deserializers so that if one needs to import a special file type

[tw] Re: Work on Spaced Repetition System

2018-02-02 Thread BurningTreeC
Hi Diego, I like this, tried it on a wiki and it seems to work very good! I'm looking forward to this! Atm I don't have much to comment, I try to keep up to date on this best wishes, Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
Am Freitag, 2. Februar 2018 09:27:40 UTC+1 schrieb BurningTreeC: > > > > Am Freitag, 2. Februar 2018 01:54:18 UTC+1 schrieb Jan: >> >> Hello Simon, >> you made big progress. The feel of Muri is getting better and better. I >> am looking forward to see your

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-02 Thread BurningTreeC
Am Freitag, 2. Februar 2018 01:54:18 UTC+1 schrieb Jan: > > Hello Simon, > you made big progress. The feel of Muri is getting better and better. I am > looking forward to see your touch-inventions as separate widgets! > > Yours Jan > > Hello Jan, thanks! I have a swipe widget ready on muritest,

[tw] Re: Evan's formula stuff -- contribute and play ...

2018-02-01 Thread BurningTreeC
@Diego Mesa, that's a great idea! I'm very interested in that, do you realize this in wikitext? @all, I've made macro to reveal content based on the tiddler's width in pixel using the *formula plugin*. I'm making another one for the tiddler height and a third one where tiddler height and

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-01-31 Thread BurningTreeC
Hi Evgeniy, as I understand, you mean dragging tiddlers with the left mouse button - that's something you can do already What I meant is the resizing with mouse+keyboard. Now I've implemented it in a way I like, I've put it online on http://muritest.tiddlyspot.com I think like that it will be

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-31 Thread BurningTreeC
@John Jones, thanks I'm looking forward to that! @all: I've implemented alt+mousewheel, shift+mousewheel and shift+alt+mousewheel to change the tiddlers freely The pinch-zoom now works much better and sets the exact width in pixels you set by pinching you can preview both on

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-28 Thread BurningTreeC
for you or if it's a bad new function I'm making tiddler-zoom working also with keyboard+mouse , just don't know yet if this new functionality or something like the old one best wishes, BurningTreeC -- You received this message because you are subscribed to the Google Groups "Tiddl

[tw] Re: talkytalky next slide mechanism

2018-01-27 Thread BurningTreeC
Hi @Dave, @TiddlyTweeter for the talkytalky look I put this in a stylesheet: .tc-story-river { padding: 0px 0px 0px 0px; } .tc-tiddler-frame { height: 100vh; margin: 0; } .tc-tiddler-body { position: relative; text-align: center; height: 100%; } .tc-tags-wrapper, .tc-titlebar .tc-title,

[tw] Re: vis.js Timeline - display filter result in caption

2018-01-27 Thread BurningTreeC
Hello @Pin Tail, how does this work for you? {{{ [tag[test]regexp:created[^201710]count[]] }}} BurningTreeC Am Samstag, 27. Januar 2018 17:14:25 UTC+1 schrieb Pin Tail: > > I'm using the wonderful vis.js Timeline plugin > <http://kixam.github.io/TW5-visjsTimeline/> to displ

[tw] Re: Why does the tag {{||$:/core/ui/TagTemplate}} work for TW5 Magick, but not for me?

2018-01-27 Thread BurningTreeC
as @PMario says, this is very old and you don't need skeeve's solution to accomplish this this alone in a tiddler should already do what you want: \define phonecall-button-actions() <$action-setfield $tiddler="$(description)$ $(dateformat)$" $field="tags" $value="$(tag)$"/><$action-navigate

[tw] Re: Why does the tag {{||$:/core/ui/TagTemplate}} work for TW5 Magick, but not for me?

2018-01-27 Thread BurningTreeC
appreciated. > > I know these buttons were created and shared - but I can't figure all the > hooks to make them work. > you could try this: <$vars tag="call"> <$newtiddler title=<> skeleton="base_skeleton" edit="yes">New Phone Call

[tw] Re: Why does the tag {{||$:/core/ui/TagTemplate}} work for TW5 Magick, but not for me?

2018-01-27 Thread BurningTreeC
able would be there like {{$variablename$||$:/core/ui/TagTemplate}} on the site you linked to you can find a step by step instruction good luck! BurningTreeC Am Samstag, 27. Januar 2018 13:36:20 UTC+1 schrieb JWHoneycutt: > > > I am trying to import the "New Phone Call" a

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-26 Thread BurningTreeC
ks with a filter button showing up when entering a search expression in the sidebar search field > > 2) in the sidebar there's a "Grid" tab that shows a small copy of the > storyriver grid (badly styled) ... how useful can this be, how / when can > this be used, what do you th

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-26 Thread BurningTreeC
river grid (badly styled) ... how useful can this be, how / when can this be used, what do you think about it? kind regards, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop r

[tw] Re: [TW5] Presenting ColorAction Plugin for Colour Manipulation

2018-01-26 Thread BurningTreeC
Hello Thomas, thank you for sharing, that's extremely useful! BurningTreeC -- 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 tiddlywik

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-25 Thread BurningTreeC
ub.io/Tesseract/projects/tekan/Tekan.html > > https://reidgould.github.io/tiddlywiki-dropboard/ > > FWIW, one of the reasons I'm interested in the muuri within tiddlers is to > be able to emulate a Trello look (--as well as be able to create picture > gallery sets via filters).

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-25 Thread BurningTreeC
@TiddlyTweeter, > So its not just about grids, which we had two recent good variants on > already > could you provide me some links or names for those grid-variants? I'm not aware of them and I'd like to see what you mean thanks again, Simon -- You received this message because you are

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-25 Thread BurningTreeC
weeks but I can add docs only as my time allows me to do it, I ask everyone to be a little bit patient about the documentation thing, I'm also a bit lazy with that all the best, Simon Am Donnerstag, 25. Januar 2018 09:33:07 UTC+1 schrieb Mat: > > @BurningTreeC - forgive me, but where

[tw] Re: sending a message when closing modal

2018-01-25 Thread BurningTreeC
hing like this and searchs for a solution Simon Am Donnerstag, 25. Januar 2018 07:36:41 UTC+1 schrieb BurningTreeC: > > Hello, > > is it possible to send an action message like tm-edit-tiddler with a > button from within a Modal, closing the modal dialogue at the same time? > > Sim

[tw] sending a message when closing modal

2018-01-24 Thread BurningTreeC
Hello, is it possible to send an action message like tm-edit-tiddler with a button from within a Modal, closing the modal dialogue at the same time? Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-24 Thread BurningTreeC
@TonyM, > I will just add here, > > If you have a large list that you step through to select something, it is > helpful for browsing and select one at a time=, especially at setup > To accommodate those who may swish to toggle between one or more in the > list, simply provide the ability to

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-24 Thread BurningTreeC
> > BurningTreeC wrote: >> >> I'd very much like to hear some opinions about press for sidebar, tap to >> edit, close save and cancel, you were referring to that if I got you right, >> but is it the visual aspect that concerns you or the functional? > > >

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-24 Thread BurningTreeC
Hi @TiddlyTweeter > This is a long way round of saying ... > > 1 - keep the toggle states of DAILY use low (6 or less) > > 2 - one off changes like global CSS you do in a blue moon can be large > (15 or more) > Can you give me a concrete example in TiddlyTouch you're referring to? > > 3 -

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-23 Thread BurningTreeC
and close, save and close 5times normal - good ideas? the question is if there's something that makes sense so that it's worth adding actions with more clicks/taps any ideas? best wishes, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&q

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-22 Thread BurningTreeC
itest but I'd like to do it in a way that is not only nice but also performant. > > I hope you will keep a place for muuri WITHIN a tiddler. That matches well > many use cases. > Yes, the muuri widget needs some work, not much, then I'll document its usage. > > Best wishes > Josi

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-22 Thread BurningTreeC
> > > I'm looking and will comment in a couple of days after I played with it. > > One point I can make right away is that the various "gizmos" you took out > for this version---I understand why--however, for a new user, they are > extremely helpful in illustrating what it can do. > > I guess

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-22 Thread BurningTreeC
Hello Josiah, the gizmos will live on in the "AddOns" section and on the demo page, which is now using the new plugin version an gets the gizmos back one by one. I've changed many small things in the meantime, so some things need to be updated in those tiddlers, too Generally, I want to use

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-22 Thread BurningTreeC
> > Simon, > > Love your work and look forward to the 0.1.2 that includes readme, docs > etc. I am sure you are on top of it but just want to point out that for > TiddlyTouch and Muuri, understanding what can be achieved, its purpose and > function is only present in pieces in the discussion

[tw] Re: PSA: Please license your works

2018-01-22 Thread BurningTreeC
Hello Abraham, I've recently made a plugin for TiddlyWiki (tiddlytouch.tiddlyspot.com) and added an MIT license. Now I'm thinking about what would be the proper license choice for my plugin. There's the BSD-2 license or the MIT license, what if people get interested of using it in a

[tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-21 Thread BurningTreeC
> > > This has the flavor of the many other, curated 'awesome-lists > '. If your toolmap were to > become an awesome-tiddlywiki github page it might be easier for those > learning about TiddlyWiki to find and eager TW users to contribute to. > thumbs

Re: [tw] Re: Image storage suggestions

2018-01-21 Thread BurningTreeC
> > This is what I had before and it did not work on my chromebook. > Does the file-path naming on chromeOS follow the Linux way like /home/user/Documents? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] [TiddlyTouch] 0.1.0 beta Release

2018-01-21 Thread BurningTreeC
Hi @all I'm happy to announce the first *beta* release of *TiddlyTouch* *v0.1.1* *tiddlytouch.tiddlyspot.com* The plugin includes all the basic functionality, no experiments ;) ... and I've added an MIT license I've refined many things and fixed errors and put a package together that works

[tw] Re: Image storage suggestions

2018-01-21 Thread BurningTreeC
oh, I forgot... even if the path wasn't the same, the macro used the path specified in a tiddler, so that I could change that when needed. so I could also create different catalogue files, each file using a different folder -- You received this message because you are subscribed to the

[tw] Re: Image storage suggestions

2018-01-21 Thread BurningTreeC
hello @David Allen, I made a Wiki not long ago with thousands of images and I kept them all external. I figured out a way that worked very well for me, by using TiddlyDesktop, where the *external-attachments-plugin *works I changed the plugin a bit so that I could specify a path relative to

[tw] Re: TiddlyTouch - help with a Button

2018-01-20 Thread BurningTreeC
I want to share what the problem was, because this happens to me twice a month the set-widget filter gets the Tiddler names with brackets, the list-filter without We should create some TiddlyWiki mantras for things like that :) -- You received this message because you are subscribed to the

[tw] Re: TiddlyTouch - help with a Button

2018-01-20 Thread BurningTreeC
gt; yes that'd be better, thanks! > > > On Saturday, January 20, 2018 at 3:00:41 PM UTC-6, BurningTreeC wrote: >> >> Hello awesome TiddlyWiki community people, >> >> I need help with a button, I just cannot get why it doesn't work. maybe >> you can help me >

[tw] Re: TiddlyTouch - help with a Button

2018-01-20 Thread BurningTreeC
> > update ( 5 seconds later ) > I've answered it to myself - this happens often lately to me - I think I'm getting old -- 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

[tw] Re: TiddlyTouch - help with a Button

2018-01-20 Thread BurningTreeC
update to this issue: now I know why, but I don't know how to solve it: the tiddler, the second action gets applied to, gets read from the storylist and can have [[ ]] brackets. I need it's name without brackets. How can I get that? -- You received this message because you are subscribed to

[tw] Re: TiddlyTouch - help with a Button

2018-01-20 Thread BurningTreeC
edit: removed an unset variable that was just temporary (thisCurrentTiddler :D) -- 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] TiddlyTouch - help with a Button

2018-01-20 Thread BurningTreeC
Hello awesome TiddlyWiki community people, I need help with a button, I just cannot get why it doesn't work. maybe you can help me The problem is, that everything works but the second <$action-setfield> in <> - I have no clue why The variables there are all passed as I've checked them.. boh

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-01-20 Thread BurningTreeC
> > Anyway, this is my "must have" plugin for TW. Thank you for that. > Thank you, that's pretty cool! -- 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: TiddlyTouch/MuuriTouch

2018-01-20 Thread BurningTreeC
igger than others to work with it. > > воскресенье, 14 января 2018 г., 17:36:49 UTC+3 пользователь BurningTreeC > написал: >> >> @all, >> >> there's also a test going on on the demo site >> http://muritest.tiddlyspot.com >> >> *3 responsive, flexible grids with tiddlers

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-17 Thread BurningTreeC
@all, updated the first post with some info why I make tiddlytouch the demo page has 3 grids now where tiddlers *are going to be * interchangable it's not in a stable state but you can try and see where I want it to go the horizontal view gets one grid above and one below with the current state

[tw] Re: Comment: Having WIDTH

2018-01-16 Thread BurningTreeC
here's a portable solution: https://www.razerzone.com/project-valerie -- 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

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-16 Thread BurningTreeC
@TiddlyTweeter, don't worry, I'm not doing what you proposed right now I'm testing testing testing I'm doing various tests with more grids to figure out what works best and what's nice but doesn't add functionality. Your story-saving comes last 'cause it's an easy thing to do The grid filtering

<    5   6   7   8   9   10   11   12   >