[twdev] What does bag actuall means

2019-05-02 Thread LinOnetwo
tiddlyweb use bag for the location path it stores a tiddler. https://github.com/Jermolene/TiddlyWiki5/blob/c05c0d3df66e587f35c5cd3eedcac432b1eed012/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js#L229 What does it actually means? -- You received this message because you are subscribed to the Go

Re: [twdev] Meaning of 5 , 1 , 19 ?

2019-05-02 Thread Mat
Additional examples for improving css hackability in TW: - Page template based on css grid (Great intro vid for anyone curious). - ...and tiddlers too (...when subgrids come... or ma

Re: [twdev] Re: What is that browser-messaging in the console?

2019-05-02 Thread Jeremy Ruston
Hi LinOneTwo, BJ, As BJ says, these are debug messages from the browser-messaging module in the core (the browser-messaging module is used in the implementation of the plugin library). I’ve commented them out: https://github.com/Jermolene/TiddlyWiki5/commit/091864ddaf17509191b269d316b917852da9c

[twdev] Re: What is that browser-messaging in the console?

2019-05-02 Thread BJ
$:/core/modules/browser-messaging.js -its a startup module (module-type: startup )you could try and change the module type (or delete it) On Thursday, May 2, 2019 at 3:32:00 PM UTC+2, LinOnetwo wrote: > > Hi, > > I'm running > > tiddlywiki demo-wiki --listen host=localhost > > Maybe it's from s

[twdev] Re: What is that browser-messaging in the console?

2019-05-02 Thread LinOnetwo
Hi, I'm running tiddlywiki demo-wiki --listen host=localhost Maybe it's from some filesystem syncadaptor? I'm overwhelmed by the message generated, my own debug console.log are washed away by those logs... 在 2019年5月2日星期四 UTC+8下午5:54:14,PMario写道: > > Hi, > > There is no browser-messaging.js

[twdev] Re: Will state likes tab-1749438307 change in the future?

2019-05-02 Thread @TiddlyTweeter
Very interesting issue. I'm not so tech but noticed the "hash" address *is* pretty reliably consistent in many cases. I like I can let the system work it out and do the state name for me. IF I need exact human readable state addresses then mostly it seems it can be asserted? Just a footnote

[twdev] Re: How to deal with window is not defined

2019-05-02 Thread BJ
maybe you can put the condition around all the code: if ($tw && $tw.browser){ function . etc exports.adaptorClass = SoLiDTiddlyWikiSyncAdaptor } On Wednesday, May 1, 2019 at 6:36:07 PM UTC+2, LinOnetwo wrote: > > if ($tw && $tw.browser) exports.adaptorClass = SoLiDTiddlyWikiSyncAdaptor >

[twdev] Re: What is that browser-messaging in the console?

2019-05-02 Thread PMario
Hi, There is no browser-messaging.js module in the TW core. Which system do you use? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+u

[twdev] Re: Will state likes tab-1749438307 change in the future?

2019-05-02 Thread Simon Huber
Hello @LinOneTwo, in the tiddlywiki core these state titles are generated by the <> macro or <$qualify/> widget. they use a mechanism that creates a hash string based on the "transclusion variables" found through walking up the widget tree (which is something like an analogue to the html tree,

[twdev] How to support multiple languages in my plugin?

2019-05-02 Thread LinOnetwo
How can \define lingo-base() $:/language/ControlPanel/Saving/SoLiD/Config automatically change based on current language selected by user? -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails