Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-19 Thread Eneko Gotzon
Hi Felix. On Sat, Nov 18, 2017 at 2:08 PM, Felix Küppers wrote: > Below this pixel threshold the main editor in the sidebar won't be > displayed… > You are right. ​I've noticed that t he message displays only when the window narrowness does not allow space ​ to the

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-18 Thread Felix Küppers
Hi Eneko, this behavior is actually not triggered by javascript but by tiddlymap's css… @media (max-width: __breakpoint__) { .tc-sidebar-scrollable { .tmap-desktop-editor .tmap-widget:not(.tmap-fullscreen) { display: none; } } } where "__breakpoint__" translates to: const

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-17 Thread 'Mark S.' via TiddlyWiki
I shouldn't have said "created". I should have said "invoked". All you do is make a tiddler containing <> (after loading the previously attached json) Good luck, Mark On Friday, November 17, 2017 at 7:35:23 PM UTC-8, Eneko Gotzon wrote: > > On Fri, Nov 17, 2017 at 2:07 AM, 'Mark S.' via

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-17 Thread Eneko Gotzon
On Fri, Nov 17, 2017 at 2:07 AM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > I would be curious what it reports. > I'm sorry Mark, ​I cannot report because I do not know ​how to make macros. I have a lot to learn; step by step… Thank you. -- *Eneko Gotzon Ares* *Izan,

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-16 Thread Eneko Gotzon
I am exhausted, I must go to sleep, tomorrow I will follow. Thank you for helping me. See you tomorrow! On Fri, Nov 17, 2017 at 2:07 AM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > I don't know much about Macs, and especially how TiddlyDesktop operates > with them. > > If

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-16 Thread 'Mark S.' via TiddlyWiki
Oops. Forgot the code. Here we go. On Thursday, November 16, 2017 at 5:07:58 PM UTC-8, Mark S. wrote: > > I don't know much about Macs, and especially how TiddlyDesktop operates > with them. > > If you download a new TW file (because I don't want to endanger your > existing work), then you can

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-16 Thread 'Mark S.' via TiddlyWiki
I don't know much about Macs, and especially how TiddlyDesktop operates with them. If you download a new TW file (because I don't want to endanger your existing work), then you can import the attached file into that new TW. Then SAVE and RELOAD. Then In TiddlyDesktop open a tiddler in that

Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-16 Thread Eneko Gotzon
Hi Mark, thank you very much for your answer. On Fri, Nov 17, 2017 at 1:20 AM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > In my very brief look at the code, it appears that it determines mobile > mode by comparing this regex string: > >