[tw] Re: TiddlyTouch/MuuriTouch

2018-01-20 Thread BurningTreeC
oncrete tiddler much bigger 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 respo

[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 I

[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

[tw] Re: [TW5] Viewing tiddler in story vs in other location such as a sidebar tab

2018-01-15 Thread BurningTreeC
Hi @TonyM, I would do it with css, because like that you can address tiddlers in the storyriver with .tc-story-river .tc-tiddler-frame { ... } and in the sidebar .tc-sidebar-scrollable (maybe .tc-sidebar-lists if tiddlers are in the sidebar tabs) .tc-tiddler-frame { ... } and for hiding the m

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
Hi Surya, your're doing it right, just don't give up :) on the screenshot you've marked the tiddler. there's a "+" on the left, click that. it opens the tiddler structure. more things appear and more "+" ... go search for the tiddler title and you'll see something like TiddlerView TitleSize a

[tw] Re: is there a way to get the "find" function in TW desktop version?

2018-01-15 Thread BurningTreeC
Hi @Dave, I've found this on the nw.js github page: https://github.com/nwjs/nw.js/issues/3283 It's about the missing ctrl+f search function Maybe we could raise an issue on github and comment all together to get some attention... ? cheers, Simon Am Sonntag, 14. Januar 2018 07:02:36 UTC+1 sc

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
ok, so you maybe want the space between the content and the border gone? like: .tc-tiddler-frame { padding: 5px 10px 10px 10px !important; } Am Montag, 15. Januar 2018 21:15:49 UTC+1 schrieb Surya: > > Hi Simon, > > > for no border: >> >> .tc-tiddler-frame { >>border: 0px solid #ff !

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
hm, let's see... you could inspect the title with right-click on it --> inspect (untersuchen) then something pops up and there should be a tab called elements there you can see css styles that are currently applied if you look a little bit around, you may find something that works. you can also

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
for no border: .tc-tiddler-frame { border: 0px solid #ff !important; } you can put both in a new tiddler and tag it with $:/tags/Stylesheet no need to edit the vanilla/base Stylesheet Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
I changed it and this works .tc-tiddler-frame *h2*.tc-title { font-size: 10px !important; } -- 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+unsubs

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
Hi Surya, for the tiddler-frame try this: .tc-tiddler-frame { border: 2px solid #ff; } this should give you a red border that's 2px wide for the title I'd try: .tc-tiddler-frame .tc-title h2 { font-size: 10px; } Am Montag, 15. Januar 2018 20:34:33 UTC+1 schrieb Surya: > > Hello,

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

2018-01-15 Thread BurningTreeC
Evan, AWESOME! http://muritest.tiddlyspot.com/#analogue%20clock I just made this with it and now I can't stop thinking of possible things to do with your plugin, this is great great work, thanks again for version 0.2.0! all the best, BurningTreeC -- You received this message becaus

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
> > >> there's also a test going on on the demo site >> http://muritest.tiddlyspot.com >> >> *3 responsive, flexible grids with tiddlers exchangable between them *(the >> currently embarrassing limitation: only one tiddler is allowed in the story >> river so that this doesn't throw errors or b

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
@all again, *I've moved the 3-grid exchangable tiddler-thing to: **http://muritest-testing.tiddlyspot.com/ **()ha* *on the demo page now there's a nice button to remove borders and spaces between tiddlers.* *with everything hidden it looks nice. had to share* all the best, Simon -- You rec

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
@coda coder, thanks! Am Sonntag, 14. Januar 2018 15:46:08 UTC+1 schrieb coda coder: > > > > On Sunday, January 14, 2018 at 8:36:49 AM UTC-6, BurningTreeC wrote: >> >> @all, >> >> there's also a test going on on the demo site >> http://muritest.tid

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
es strange) what do you think about this? could this be useful, how could this be used? cheers, 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

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
> Ciao BurningTreeC & TonyM > > Right. Its on one hand just saving a story river. Fully compatible with > what is. > > HOWEVER, isn't it also for grids about also saving a LOOK? > > Since gridded layouts really liberate design on layout, colours, spacing > e

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
@all, there's also a test going on on the demo site http://muritest.tiddlyspot.com what do you think about this? could this be useful, how could this be used? cheers, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: Calling all TiddlyServer users

2018-01-14 Thread BurningTreeC
Hello @Arlen Beiler, what I like most is that it restarts instantly with pm2 (pm2 gracefulReload mytiddlyserverscript --> done) I couldn't get such a fast reload performance using tiddlywiki server edition thanks for TiddlyServer, Simon -- You received this message because you are subscribe

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-14 Thread BurningTreeC
hello everyone, Am Freitag, 12. Januar 2018 20:08:47 UTC+1 schrieb BurningTreeC: > > >> >> *DYNAMIC REDUCTIVE FILTERS?*One of the neat things that muuri js enables >> is dynamic filtering (https://haltu.github.io/muuri/). Whilst TiddlyWiki >> is good on reductive f

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

2018-01-13 Thread BurningTreeC
Evan, you know what? I solved it reading what I posted :D thanks for this plugin - I think now I kinda get it it's huge have a nice weekend -- 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: Formula: Spreadsheet-like mathematics for TiddlyWiki

2018-01-13 Thread BurningTreeC
> > The latest version of Formula has some implementation errors in the > modulo, trim and subtitute functions. These have been found and patched, > but the change isn't yet released, as I'm working on some major > enhancements for release today or tomorrow. > thanks Evan, I've only seen that

[tw] Re: Checkbox change cursor

2018-01-13 Thread BurningTreeC
Hello, I think something like this in a Stylesheet would be a way to do it input[type="checkbox"]:hover { cursor: crosshair; } Am Samstag, 13. Januar 2018 10:31:02 UTC+1 schrieb Marcus: > > Hello, > > is there a chance to change the mouse cursor at the checkboxes? > > I've found the $:/core/

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

2018-01-12 Thread BurningTreeC
Hi Evan, I'm trying your plugin now and I've seen that the modulo function doesn't work as I expect, maybe I'm doing something wrong or there's a bug all the best, Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-12 Thread BurningTreeC
*SAVE THE GRIDS?* > > Like saving a story river. But in Grid Mode. > > Use cases: I imagine one grid for substantive WORK, and another grid that > is, say, concerned with CONFIGURATION. I think the point is that we might > be able to do most everything via gridded layouts. > > Best wishes > Jos

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-12 Thread BurningTreeC
> > > > *STICKY TIDDLER?**Q: Is it possible to force a Tiddler to always stay > where it is?* > > The use case I'm thinking of is I've written, say, a Tiddler that is an > intro to the rest that I want ALWAYS at POSITION ONE so new users would > always see it first in the flow. > sticky tiddle

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-12 Thread BurningTreeC
> > > *THE BEAUTY OF DESKTOPS*This gridded approach is as useful for desktops > as smaller touch devices. Though in a different way. > > On a desktop drag-n-drop really comes into its own because you have a BIG > CANVAS to play with. It is superb for re-organising emergent > ideas/fragments. >

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-12 Thread BurningTreeC
> > > > *DYNAMIC REDUCTIVE FILTERS?*One of the neat things that muuri js enables > is dynamic filtering (https://haltu.github.io/muuri/). Whilst TiddlyWiki > is good on reductive filtering in the sidebar search I can't say I've seen > a live reductive filter for open Tiddlers like muuri does ye

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-12 Thread BurningTreeC
@TiddlyTweeter, very interesting questions let me try to answer Am Freitag, 12. Januar 2018 18:42:46 UTC+1 schrieb @TiddlyTweeter: > > *TIDDLY TOUCH-BASE - THE RIGHT?* > > *Q: Am I limited to 12 columns? Is that hard code?* > No it's not. you can define more width steps. look at the demo page, sw

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-12 Thread BurningTreeC
@TiddlyTweeter Am Donnerstag, 11. Januar 2018 20:34:00 UTC+1 schrieb @TiddlyTweeter: > > Allora, @BurningTreeC > > I may be in love with you? It could be your bling. > don't get tiddly > > Moving on ... great stuff. Love the flex in what you doing. The little >

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-11 Thread BurningTreeC
@all, updated the first post all the best, 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 tiddlywiki+unsubscr...@googlegroups.com.

[tw] Re: TiddlyTouch/MuuriTouch

2018-01-10 Thread BurningTreeC
... first you need the <$muuri> <$list filter="[list[$:/StoryList]]".../> in your story pagetemplate and the modified tiddler viewtemplate. then switching to muuri storyview should work > > Wei-Ting > > BurningTreeC於 2018年1月10日星期三 UTC-6上午9時24分41秒寫道: >> >

Re: [tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-10 Thread BurningTreeC
@TiddlyTweeter, that's an easy thing to do. you want that Button? see the demo page in 5 minutes ... or so Am Mittwoch, 10. Januar 2018 13:15:44 UTC+1 schrieb @TiddlyTweeter: > > Ciao David & Simon > > Couple of quick points. > > 1 - In an earlier demo for me Simon showed a way to click on a ima

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

2018-01-10 Thread BurningTreeC
hello everyone, I made a new thread called "TiddlyTouch/MuuriTouch", this one is abandoned I invite you to post in the new one if you like cheers, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] TiddlyTouch/MuuriTouch

2018-01-10 Thread BurningTreeC
Hello tiddlers, I'm starting this new thread to make a summary about what this is, where it is and what I'm planning As far as time allows I will keep this first post updated with the latest changes The name: TiddlyTouch / MuuriTouch / tiddly muuri tiddlywiki plugin. I don't have a preference

[tw] Re: [TW5] Menus a missing TW feature?

2018-01-10 Thread BurningTreeC
Am Mittwoch, 10. Januar 2018 06:48:43 UTC+1 schrieb TonyM: > > BurningTree > > Looks like some techniques we can use, How do you see this as supporting a > menus concept? > I guess I misunderstood what you mean with menu concept. I was thinking about easier handling of common tasks just ignore

[tw] Re: [TW5] Menus a missing TW feature?

2018-01-09 Thread BurningTreeC
I made this Triddler concept once, this is just a prototype and not fully working http://muritest.tiddlyspot.com/#Triddler%20concept Am Mittwoch, 10. Januar 2018 01:41:48 UTC+1 schrieb TonyM: > > Folks, > > Just brainstorming some work I want to do with Tiddlywiki, I like building > generic sol

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

2018-01-09 Thread BurningTreeC
b Wei-Ting Lin: > > Hi Simon, > > I found you use hammer.js and popmotion.js. Both of them look like > libraries handling dragging. What is the difference? > > Best, > Wei-Ting > > BurningTreeC於 2018年1月9日星期二 UTC-6下午2時21分02秒寫道: >> >> @Wei-Ting Lin, >>

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

2018-01-09 Thread BurningTreeC
@Wei-Ting Lin, again to your idea for configurable "free dragging" I think we have to ways to go there, because of the popmotion library that I also use one could make it configurable so that muuri dragging doesn't get used and free dragging like here: https://popmotion.io/learn/input-tracking/

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

2018-01-09 Thread BurningTreeC
Am Dienstag, 9. Januar 2018 19:03:12 UTC+1 schrieb BurningTreeC: > > Hello, Wei-Ting Lin, > > Am Dienstag, 9. Januar 2018 18:15:20 UTC+1 schrieb Wei-Ting Lin: >> >> Hi there, >> >> This is a fantastic plugin. I always think that tiddlywiki should have a >

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

2018-01-09 Thread BurningTreeC
Hello, Wei-Ting Lin, Am Dienstag, 9. Januar 2018 18:15:20 UTC+1 schrieb Wei-Ting Lin: > > Hi there, > > This is a fantastic plugin. I always think that tiddlywiki should have a > story view like this. Now I think it can replace Google Keep and actually > much better. > > I have some ideas: > >

Re: [tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-09 Thread BurningTreeC
Hello David, I like it a lot, good work! I've made the necessary changes so that you can remove tiddler titles without problems, coming with v0.0.14, the next days all the best, Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

[tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-08 Thread BurningTreeC
thanks Birthe, that's a glitch I want to address soon Am Montag, 8. Januar 2018 16:56:46 UTC+1 schrieb Birthe C: > > Hi Simon, > > In fullscreen moving the cursor everything is jumping around on the > screen. I have had problems with fullscreen in some other tiddlywikies also. > > Birthe > > --

[tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-08 Thread BurningTreeC
e/ui/viewtemplate/title so they are not visible. > I was thinking that you did something like that, and users should be allowed to do so. I just have to change how muuri detects the tiddler titles. > > On Monday, January 8, 2018 at 10:20:10 AM UTC-5, BurningTreeC wrote: >> >

[tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-08 Thread BurningTreeC
I've seen that you're removing titles from tiddlers and that's a bad thing for muuri because it recognizes tiddlers through their titles. it works when they're hidden. that's why I made the hide titles button. It's there in the leftbar, the eye Simon -- You received this message because you a

[tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-08 Thread BurningTreeC
I've seen that fullscreen behaves bad on those streetviews. I've had that with youtube videos in fullscreen and it's because muuri moves tiles around in the background. doesn't happen for the first tiddler in the story. I'll note that, maybe there's a simple fix best wishes, Simon -- You rec

[tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-08 Thread BurningTreeC
> > Hi SImon and David, > > Wow Simon! Daves example looks great with your changes. Amazing to see how > fast it all works, toggling columns. And on my old slow computer. > > > Birthe > > yeah, it looks really great! I like the 3d inside the tiles, and everything is very responsive. It works on

[tw] Re: Announcing v0.0.10 of TiddlyDesktop

2018-01-08 Thread BurningTreeC
Hello Jeremy, this is Simon @BurningTreeC, I'm currently making the TiddlyTouch plugin on http://muritest.tiddlyspot.com and http://tiddlytouch.tiddlyspot.com I tried TiddlyTouch on TiddlyDesktop and it works, thank you so much for the new release and for the incredible underlying to

[tw] Re: Need help from "muuritest" (Simon) - idea for image gallery

2018-01-07 Thread BurningTreeC
Hi David, cool to see you working with tiddlytouch! the css for the toolbar is in $:/plugins/BTC/tiddly-touch/macros it's the vertical-toolbar-yesno macro play with the top and right values to position it you could add a z-index: high-value; to have it above the images let me know if it works,

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

2018-01-07 Thread BurningTreeC
that's why I ask what you mean with external. you can drag the plugin to your single-file wiki as to your wiki running on nodejs (and hope it works, fingers crossed) > > Thanx > > <:-) > > * ~100 post thread is just too much to read.Maybe @BurningTreeC could > summari

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

2018-01-07 Thread BurningTreeC
ate message that create senseless invisible lists just to wait long enough that the storyriver is rerendered ... I have the suspicion that something doesn't work like I'm imaging it. I thought I had done something like this before but I can't remember if I stacked it in macros or whatever

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

2018-01-06 Thread BurningTreeC
> > After updating to FF 55 the problem is gone. But also you seem to have > invested a lot of coding meanwhile... > > that's good news! not much coding in the meantime, I just removed the css animations I added yesterday. I had the suspicion that FF doesn't like > ***For the swiping gestures

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

2018-01-06 Thread BurningTreeC
@David Gifford, sorry for the spelling error! The links were all examples from this page: http://evanbalster.com/tiddlywiki/formulas.html you'll find the examples under "Demo..." I hope you don't get the errors anymore, I'm not sure what this is, I'll have to inspect it on my windows+firefox

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

2018-01-06 Thread BurningTreeC
UPDATE: updated to v0.0.12 -- 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 tiddlywik

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

2018-01-05 Thread BurningTreeC
@Dave Grifford Am Freitag, 5. Januar 2018 21:41:27 UTC+1 schrieb Dave Gifford - http://www.giffmex.org/: > > You keep taking tiddlers out of your muritest wiki. Where are the links to > the interesting visual formulas on a different TW? I went to your site to > find those links to add them to m

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

2018-01-05 Thread BurningTreeC
@Jan, http://hammer-it.tiddlyspot.com/ -- 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

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

2018-01-05 Thread BurningTreeC
> http://muritest.tiddlyspot.com/:23402:12 _boot/$tw.boot.startup@ > http://muritest.tiddlyspot.com/:23355:2 _boot/$tw.boot.boot/<@ > http://muritest.tiddlyspot.com/:23508:3 > _boot/$tw.boot.decryptEncryptedTiddlers@ > http://muritest.tiddlyspot.com/:22700:3 _boot/$tw.boot.boot@

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

2018-01-05 Thread BurningTreeC
This is cool! thank you for sharing, I appreciate your work all the best, 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...@googlegrou

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

2018-01-05 Thread BurningTreeC
gt; especially for showing imagery. > > Anyway that auto-populate with modal invoke really helps me get a next > step. Grazie mille! > > Josiah > > Ciao BurningTreeC wrote ... > > I've put the auto-populate thing back on the page, now it generates images >> that ope

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

2018-01-05 Thread BurningTreeC
Hello Jan, thank you very much, kudos should also go to https://ustuehler.github.io/tw5-material/ who made the plugin my hacks are built on could you describe when the red screens happen on your firefox? it's been a while that I tried it on other browsers than chromium a known issue is, that d

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

2018-01-04 Thread BurningTreeC
Simon Am Donnerstag, 4. Januar 2018 12:32:00 UTC+1 schrieb @TiddlyTweeter: > > Ciao Simon, > > @TiddlyTweeter: > >> As was your previous demo of auto-populate muuri Tiddlers with images >> > > @BurningTreeC wrote: > >> I didn't realize that that was

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

2018-01-04 Thread BurningTreeC
he also can reset a backed-up width. I'm curious what you think about this whole functionality, it surely has to be refined and debugged. kind regards, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: A Song for the Joy of It

2018-01-03 Thread BurningTreeC
there you go with some music https://www.youtube.com/watch?v=BdHK_r9RXTc Am Dienstag, 2. Januar 2018 20:27:14 UTC+1 schrieb @TiddlyTweeter: > > Jodlerklub Wiesenberg & Francine Jordi mit Das Feyr vo dr Sehnsucht > > https://www.youtube.com/watch?v=1pY0xb9PrbY > -- You received this message beca

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

2018-01-03 Thread BurningTreeC
ve their widths you set when zooming, also after dragging and after reloading the wiki (if you have a testing wiki with the plugin) I don't know if I should make a small indicator ( a dot or so.. ) on tiddlers that have fixed widths that's clickable to remove the fixed width chee

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

2018-01-03 Thread BurningTreeC
Hi @TonyM, Am Dienstag, 2. Januar 2018 23:43:55 UTC+1 schrieb TonyM: > > BurningTreeC, > > The open in new window is excellent for Desktop, especially in my three > screen office setting, And in two screen presentations be it standard > tiddlywiki or murri boards. > yes,

[tw] Re: A Song for the Joy of It

2018-01-02 Thread BurningTreeC
Elina Garanca & Anna Netrebko, Flower Duet https://www.youtube.com/watch?v=Vf42IP__ipw Am Dienstag, 2. Januar 2018 20:27:14 UTC+1 schrieb @TiddlyTweeter: > > Jodlerklub Wiesenberg & Francine Jordi mit Das Feyr vo dr Sehnsucht > > https://www.youtube.com/watch?v=1pY0xb9PrbY > -- You received th

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

2018-01-02 Thread BurningTreeC
Am Dienstag, 2. Januar 2018 18:02:00 UTC+1 schrieb BurningTreeC: > > *about the sidebar in new window on mobile devices* > > it seems that android or the mobile browser in my case limits the > processes in the background so that the sidebar in a new window doesn't > dire

Re: [tw] Re: Does tiddlyspot work with TW 5 ?

2018-01-02 Thread BurningTreeC
Am Dienstag, 2. Januar 2018 14:59:40 UTC+1 schrieb vayira: > > I've now tried with Ffox, Chrome & Tiddlydesktop but nothing gets > uploaded. > > I put in the password etc in the local file & hit the save button. A > message "starting to save tw" comes up & that's it. > > Have I understood it ri

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

2018-01-02 Thread BurningTreeC
*about the sidebar in new window on mobile devices* it seems that android or the mobile browser in my case limits the processes in the background so that the sidebar in a new window doesn't directly trigger actions in the story river and vice versa. if i click "edit" in the sidebar window i hav

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

2018-01-02 Thread BurningTreeC
@TiddlyTweeter, thanks! Am Dienstag, 2. Januar 2018 15:56:39 UTC+1 schrieb @TiddlyTweeter: > > BurningTreeC wrote: >> >> New year new updates >> > > http://muritest.tiddlyspot.com/ > > Muuri WITHIN Muuri is exactly right. > > As was your previous demo o

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

2018-01-02 Thread BurningTreeC
> > >> > the tiddler-info area is a popup - technically. so, a button on top in > mobile view that drops the sidebar down from above, height maybe 40% - 45% > relative to the screen-height so there's space below to see tiddlers. > I think there could be an option to choose between new window an

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

2018-01-02 Thread BurningTreeC
Am Dienstag, 2. Januar 2018 15:17:45 UTC+1 schrieb @TiddlyTweeter: > > BurningTreeC wrote: >>>> >>>> >>>> what do you think about mobile view? >>>> >>>>- how could/should the interface be >>>> &g

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

2018-01-02 Thread BurningTreeC
:) maybe it didn't work last time you tried because I currently disabled it for the toggle-columns-button overhaul Am Dienstag, 2. Januar 2018 14:41:38 UTC+1 schrieb Ste Wilson: > > Don't know what you have done but the pinch zoom resizing thing now works > on my phone :) -- You received this

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

2018-01-02 Thread BurningTreeC
@all, be aware, at the moment in mobile portrait view tiddlers disappear from the storyriver when you edit them. they show up in the sidebar and appear again in the storyriver when you leave editing it's meant to test how having a second window with just the sidebar works -- You received this

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

2018-01-02 Thread BurningTreeC
I made it a setting in the ControlPanel, things like this are no problem and easy to make configurable Am Dienstag, 2. Januar 2018 14:20:55 UTC+1 schrieb @TiddlyTweeter: > > BurningTreeC wrote: >> >> >> what do you think about mobile view? >> >>- how coul

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

2018-01-02 Thread BurningTreeC
r-tap/ that's also possible on mobile devices because that functionality comes with the plugin Am Dienstag, 2. Januar 2018 14:00:00 UTC+1 schrieb @TiddlyTweeter: > > BurningTreeC wrote: >> >> what do you think about mobile view? >> how could/should the interface be >>

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

2018-01-02 Thread BurningTreeC
thanks Josiah, Am Dienstag, 2. Januar 2018 13:47:34 UTC+1 schrieb @TiddlyTweeter: > > BurningTreeC wrote: >> >> >> what do you think about mobile view? >> >>- how could/should the interface be >> >> IMO better you don't see any menus t

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

2018-01-02 Thread BurningTreeC
hi, @Ste Wilson I think I'll make an option to switch to the right, that's good For zooming I've seen you need some power under the hood, doesn't work well on my sony z3compact, too But those new pricy phones in the electronics stores work better... in landscape mode. In portrait mode i find it

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

2018-01-02 Thread BurningTreeC
@everyone, what do you think about mobile view? - how could/should the interface be - where to put the sidebar - how to handle dragging with less space available - how to handle scrolling - ... kind regards, BurningTreeC -- You received this message because you are subscribed

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

2018-01-01 Thread BurningTreeC
@Dave Grifford, thanks! that's true, it's the same like one is used with closing windows. I changed it on the site. @TonyM, that's a very cool discovery! I made an optional setting for that in the new settings tab for the control panel all the best, BurningTreeC -- Yo

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

2018-01-01 Thread BurningTreeC
shes to all and happy new year, 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 tiddlywiki+unsubscr...@googlegroups.com. To post

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

2017-12-31 Thread BurningTreeC
Thanks, @TonyM! I wish all of you a good new year 2018, here it's 9 hours away. Read you next year! Best wishes, Simon Am Sonntag, 31. Dezember 2017 13:29:21 UTC+1 schrieb TonyM: > > No offence, > > All I hope to do is share ideas and vision, I understand how this is a > community and you will

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

2017-12-31 Thread BurningTreeC
ddressing now, they have priority and the things built on top of that then will only profit and make it easier to implement your own stuff On a later point, I'm gonna come back to your ideas, kind regards, Simon Am Sonntag, 31. Dezember 2017 00:46:15 UTC+1 schrieb TonyM: > > BurningTree

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

2017-12-30 Thread BurningTreeC
@TonyM, did you mean just changing the width or scaling the whole thing? Am Samstag, 30. Dezember 2017 11:17:21 UTC+1 schrieb TonyM: > > BurningTreeC, > > Would a column-count 1-N with a little slide bar, work like Zoom in and > Out, with 0 or 1 representing no tiling? >

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

2017-12-30 Thread BurningTreeC
@TonyM, see the sidebar on the plugin page, works nicely Am Samstag, 30. Dezember 2017 11:17:21 UTC+1 schrieb TonyM: > > BurningTreeC, > > Would a column-count 1-N with a little slide bar, work like Zoom in and > Out, with 0 or 1 representing no tiling? > > Just a th

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

2017-12-30 Thread BurningTreeC
!! cool thought! :) I guess that would work, do you want to hack it? Simon Am Samstag, 30. Dezember 2017 11:17:21 UTC+1 schrieb TonyM: > > BurningTreeC, > > Would a column-count 1-N with a little slide bar, work like Zoom in and > Out, with 0 or 1 representing no tiling? >

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

2017-12-30 Thread BurningTreeC
ted $reveal widget... The $else > widget is something else entirely, with its unusual sibling-based behavior. > > Anyway, I'll be interested to see how this flies with Jeremy and the > others. Keep an eye out for bugs. > > On Saturday, 30 December 2017 01:02:05 UTC-6,

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

2017-12-30 Thread BurningTreeC
I'm thinking about making the column-count user-configurable, thoughts? Am Samstag, 30. Dezember 2017 07:16:21 UTC+1 schrieb BurningTreeC: > > Updates: > > >- v0.0.4 *alpha* on http://muritest.tiddlyspot.com >- the button to cycle through columns now works as users

[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 Balst

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

2017-12-29 Thread BurningTreeC
ess things like - StoryList sync when dragging - not working correctly sometimes ... quick fix - stupid fade-in animation on tiddler titles - reset of applied tiddler-widths ... not-so-quick fix - ? If you find other things to be addressed, please report :) greets from cold Austria, Burnin

[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 name="nextValue"

[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 th

[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 tiddlywiki+unsubscr...@go

[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 name="nextV

[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}}> .tc-tiddler

[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] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
not at the end of the world like I am right now, with at-the-and-of-the-world internet speed. Gonna change place soon to a place with more reliable speed. What I'd like to see is (if there's interest in it) if this can be put forward together cheers, BurningTreeC -- You received thi

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

2017-12-29 Thread BurningTreeC
@all, someone willing to make/get/change/fix buttons (design, css, fit) that are used here? also, which buttons should be kept, which aren't that useful - additions, changes, ideas? saluti a tutti, Simon Am Donnerstag, 21. Dezember 2017 07:04:51 UTC+1 schrieb BurningTreeC: > >

[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

<    6   7   8   9   10   11   12   >