[tw] Re: own commands in KaTeX plugin

2017-07-27 Thread Maaaaaaaaaaaaaaartin
Any help with that? Thanks! Martin On Sunday, January 22, 2017 at 8:31:47 AM UTC+1, Maaartin wrote: > > Dear all, > > I need to define my own LaTeX commands to efficiently use the KaTeX > plugin. Is there a way to do so? Thanks! > > Martin > -- You received this message because you

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread @TiddlyTweeter
Ciao PMario & all *I've partly answered my own question.* It will work using ID's in TW but only so long as the Tiddler containing the source SVG is also open. Once its closed the href's from any other Tiddler to it expire. I don't have the skill to figure out how to programmatically deal with

[tw] [TW5] Support with Tabs and transclusion

2017-07-27 Thread TonyM
Hi Folks, Im stumped. Some help would be appreciated. I have some tabs, generated using the content of a field !!objecttabs <$set name=objecttablist value={{!!objecttabs}}> @@.tabsstyle <> @@ I am using the template parameter in tabs and this is my template "subTiddlerView" !<> - <> <$t

[tw] Investigation: Can you turn OFF hashtag in WikiText?

2017-07-27 Thread @TiddlyTweeter
Cari I extensively use the hashtag (#) in writing. WikiText converts it to a numbered list if its the first character in a line. Is there a way to turn OFF just "#" in WikiText? Best wishes Josiah -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

[tw] Re: own commands in KaTeX plugin

2017-07-27 Thread Ste Wilson
I think there was a thread on this not too long ago.. -- 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 gro

[tw] Re: own commands in KaTeX plugin

2017-07-27 Thread Ste Wilson
https://groups.google.com/forum/m/#!searchin/TiddlyWiki/Katex$20commands/tiddlywiki/vYBfUAriyRU Don't know if that's helpful. -- 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

[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-27 Thread @TiddlyTweeter
Ciao Sean Its really a beta demo, I think. Its never been honed. Mainly because there was virtually no feedback to the author, either here, or on GitHub. Its definitely in the right direction IMO. Maybe someone can build off it. Josiah On Wednesday, 26 July 2017 23:42:39 UTC+2, Sean Boyle wrot

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread PMario
On Thursday, July 27, 2017 at 11:26:28 AM UTC+2, @TiddlyTweeter wrote: > > *I've partly answered my own question.* It will work using ID's in TW but > only so long as the Tiddler containing the source SVG is also open. Once > its closed the href's from any other Tiddler to it expire. I don't have

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread PMario
Hi Josiah, Working with a viewBox like this will cause trouble in the future. ... you'll need to start at 0 0 so eg: 0 0 100 48 otherwise your content will need to be transformed already, to match the viewbox. ... This creates unnecessary svg elements and it makes batch optimizing

[tw] Re: Investigation: Can you turn OFF hashtag in WikiText?

2017-07-27 Thread PMario
Hi, - Create a space in front of it. - ControlPanel: Info: Advanced: Parsing .. turn off "list" ... BUT it will disable # and * -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw] Re: Want to encrypt tiddlers by tag, can't figure out the mechanism.

2017-07-27 Thread Vayu Asura
Can't seem to find it anywhere in my wiki, or on tiddlywiki.com6; Looked all over control panel, tried setting padlock encryption beforehand. Found it on github though, with a $:/tags/ControlPanel tag. What am doing wrong? On Wednesday, July 26, 2017 at 10:32:29 PM UTC+3, Danielo Rodríguez wrot

[tw] Re: Investigation: Can you turn OFF hashtag in WikiText?

2017-07-27 Thread @TiddlyTweeter
Ciao PMario A single space in front of it doesn't stop it ... Best wishes Josiah On Thursday, 27 July 2017 15:35:27 UTC+2, PMario wrote: > > Hi, > > - Create a space in front of it. > - ControlPanel: Info: Advanced: Parsing .. turn off "list" ... BUT it > will disable # and * > > -m > --

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread 'Mark S.' via TiddlyWiki
What you're trying to do is concatenate text and pass it to a transclusion. Almost always when you want to concatenate you need a macro. It might be something as simple as: \define fulltitle() $(currentTiddler)$-$(currentTab)$ Good luck, Mark On Thursday, July 27, 2017 at 3:01:48 AM UTC-7, Ton

[tw] Re: Investigation: Can you turn OFF hashtag in WikiText?

2017-07-27 Thread @TiddlyTweeter
Ciao PMario Am I right in thinking that if "$:/config/WikiParserRules/Block/list" has the text content "disable" that any wiki I import it into will henceforth ignore WikiText for HTML lists? If so, it will be a regular entry in my use of your Bundler:-). Josiah -- You received this message

[tw] Re: own commands in KaTeX plugin

2017-07-27 Thread 'Mark S.' via TiddlyWiki
I think you're asking about using the \newcommand ?? Looking at the Katex library upon which the plugin is based, it kind of looks like \newcommand isn't there. A different approach might be to provide substitutions via TW macros. See: https://groups.google.com/forum/#!searchin/tiddlywiki/kate

Re: [tw] Re: own commands in KaTeX plugin

2017-07-27 Thread Martin Genet
Thanks Mark! Martin On 27/07/2017 18:20, 'Mark S.' via TiddlyWiki wrote: I think you're asking about using the \newcommand ?? Looking at the Katex library upon which the plugin is based, it kind of looks like \newcommand isn't there. A different approach might be to provide substitutions via

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread @TiddlyTweeter
Ciao PMario I may need abandon the whole idea of seeking to extract BITS of SVGs. The way is easy, but in TW creates complexities because of IDs. In a way its SAD, instead of one SVG holding 48 images I have to burden TW with 47 extra tiddlers. That will take more space and more management. An

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-27 Thread Thomas Elmiger
I think you should send your tiddler name through the wikify widget: http://tiddlywiki.com/#WikifyWidget Good luck ;–) -- 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 emai

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread Thomas Elmiger
Hi Josiah, I hide my alerts in a section in the top right bar that is 1px x 1px and did not notice any side effects until now. See https://tid.li/tw5/tdn.html#%24%3A%2Fplugins%2Ftelmiger%2Freminders%2Freminders.css:%24%3A%2Fplugins%2Ftelmiger%2Freminders%2Freminders.css%20%5B%5BDraft%20of%20'%

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread Thomas Elmiger
Better link: https://tid.li/tw5/tdn.html#%24%3A%2Fplugins%2Ftelmiger%2Freminders%2Fdisplay:%24%3A%2Fplugins%2Ftelmiger%2Freminders%2Fdisplay%20%24%3A%2Fplugins%2Ftelmiger%2Freminders%2Freminders.css Open …/display to see details like class used for the section. -- You received this message bec

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-27 Thread 'Mark S.' via TiddlyWiki
You're trying to concatenate and pass a parameter. Usually when you need to concatenate, you need to invoke a macro. But you already have a macro, so you can revise that one: \define modal_link(name prefix) <$macrocall $name="render_modal_link" title="""$name$""" tidd= """$prefix$/$name$"""/> \e

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-27 Thread @TiddlyTweeter
IMO only Gandalf has access to "Wikify Level" :-) On Thursday, 27 July 2017 20:29:59 UTC+2, Thomas Elmiger wrote: > > I think you should send your tiddler name through the wikify widget: > http://tiddlywiki.com/#WikifyWidget > > Good luck ;–) -- You received this message because you are subscr

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread @TiddlyTweeter
Ciao Thomas I'm not sure that response is in the right thread :-) But, hey its nice to hear from you! I thought you were on holiday? Tchüss Josiah On Thursday, 27 July 2017 20:45:37 UTC+2, Thomas Elmiger wrote: > > Hi Josiah, > > I hide my alerts in a section in the top right bar that is 1px x

[tw] the infinite lightness of non-co-ordination on MONEY

2017-07-27 Thread @TiddlyTweeter
ONE thing strikes me is MATH. I MEAN Financial Accounts. TW is very good at formula (Katex / Latex) Its not so ordered on ledgers. I can't do Katex without money coming in though. I'd like to be able to add up a column without resort to the editor. And add a row without fiddling with tables.

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread Thomas Elmiger
Well, I was trying to address your problem stated some posts ago: «It will work using ID's in TW but only so long as the Tiddler containing the source SVG is also open. Once its closed the href's from any other Tiddler to it expire.» The right top bar is always open … and a 1 by 1 px tiddler is n

[tw] PART TWO: The infinite lightness of not-paying-anyone

2017-07-27 Thread @TiddlyTweeter
Is ANYONE getting paid here? I Hope So. A few people do a LOT of work for nothing. There is *TALK* of financial help occasionally. I, personally, would prefer it was made real. That actual people, actually got paid, money. But to pay people you need a WAY to do it. TiddlyWiki in general is

[tw] Re: Investigation: SVG in TW

2017-07-27 Thread @TiddlyTweeter
Ciao Thomas! Now I understand! Thankyou. Its a smart trick i never thought of. Josiah On Friday, 28 July 2017 00:06:42 UTC+2, Thomas Elmiger wrote: > > Well, I was trying to address your problem stated some posts ago: «It will > work using ID's in TW but only so long as the Tiddler containing

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread TonyM
Mark s, Thanks for the suggestion, its appreciated. I did go down that path, but I tried again, the template "subTiddlerView" now reads; \define subtiddler() <> - <> <$tiddler tiddler=<>> <$transclude mode="block" /> <> Unfortunately this still does not work, both <> and $(currentTab)$ gi

[tw] Re: [TW5] Open all the tiddlers with a particular tag

2017-07-27 Thread TonyM
Christopher Arcadia , That's cool thanks, added to my standard macros. Regards TonyM On Wednesday, July 26, 2017 at 2:41:37 PM UTC+10, Christopher Arcadia wrote: > > Thought I might post the macros I use for opening & closing tiddlers based > on a filter: > > <> > > <> > > > > \define closeByFi

[tw] Re: PART TWO: The infinite lightness of not-paying-anyone

2017-07-27 Thread TonyM
Josiah, This has being discussed in the past, Eric Shulman raised some money by crowd source for some documentation in the past. There is always a degree of complexity in these questions given the strong "open source" nature of tiddlywiki. Any derivative work is only possible because of the pri

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread 'Mark S.' via TiddlyWiki
I'm not sure why you reverted my example. Using macros within macros has proven unreliable to me, though I'm sure some of the gurus know exactly when it will work if they would ever explain it. In any event, when I reverted to my example, and used (as the tabs template, but it worked just as we

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread Eric Shulman
On Thursday, July 27, 2017 at 7:43:27 PM UTC-7, TonyM wrote: > > \define subtiddler() <> - <> > On Friday, July 28, 2017 at 12:01:26 AM UTC+10, Mark S. wrote: > \define fulltitle() $(currentTiddler)$-$(currentTab)$ > The difference between the first and second example is that the first synta