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 map
field
.
I
apologi
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 rep
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 TiddlyW
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, egon,
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 yo
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 i
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 new
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:
>
> /mobile|tablet|ip(ad|hone|od)|android/
In my very brief look at the code, it appears that it determines mobile
mode by comparing this regex string:
/mobile|tablet|ip(ad|hone|od)|android/i
against whatever your browser returns as it's user agent. You can navigate
to this page:
https://www.w3schools.com/jsref/tryit.asp?filename=tryj
9 matches
Mail list logo