[tw5] How can I set a default value to open with toc-tabbed-external-nav?

2021-10-30 Thread muynars...@gmail.com
Hi everyone, I've successfully created a list of contents inside a toddler by using the following content: ``` <> ``` However, even though it's working fine. The default value is with everything closed: I'd like to make the default value when it opens on the Linux tab as the following:

[tw5] Re: Is there any way of using entire latex syntax inside TiddyWiki?

2021-05-02 Thread muynars...@gmail.com
y for rendering > tikz that may be useful https://github.com/kisonecat/tikzjax > > If making charts is more important than using latex, you can have a look > at this short thread > <https://groups.google.com/g/tiddlywiki/c/arY9ORRp81I/m/QEuO0vTnAgAJ> > about Charts.css

[tw5] Is there any way of using entire latex syntax inside TiddyWiki?

2021-05-02 Thread muynars...@gmail.com
I know that with the KaTex Plugin I can partially use LaTex syntax by adding $$ at the beginning of the phrase like: $$\displaystyle f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi$$ However, I'd like to put the entire LaTex syntax on my tiddlers like the following: ```latex

[tw5] Re: How can I change the color of external links?

2021-04-24 Thread muynars...@gmail.com
Thanks, that was exactly what I needed! On Saturday, April 24, 2021 at 2:38:37 PM UTC-3 cj.v...@gmail.com wrote: > G'day, > > Try out the tiddlers in the attached zip file. I hope that helps you out. > > Cheers ! > > On Saturday, April 24, 2021 at 1:13:20 PM UTC-3 muynars.

[tw5] Re: Stop Tiddlywiki updating different tabs with the same content

2021-04-24 Thread muynars...@gmail.com
> Unless someone else chimes in the next day or so with an idea as to what > the issue is, I suggest opening a ticket on Github. > > On Saturday, April 24, 2021 at 6:16:58 PM UTC+2 muynars...@gmail.com > wrote: > >> Do you mean two plugins? The addresses you gave me are t

[tw5] Re: Stop Tiddlywiki updating different tabs with the same content

2021-04-24 Thread muynars...@gmail.com
server to your clients. > > Can you check the version numbers of the following plugins: > $:/plugins/tiddlywiki/tiddlyweb > $:/plugins/tiddlywiki/tiddlyweb > > On Saturday, April 24, 2021 at 6:02:30 PM UTC+2 muynars...@gmail.com > wrote: > >> The `$:/config/SyncSystemT

[tw5] How can I change the color of external links?

2021-04-24 Thread muynars...@gmail.com
I know that for changing the color of internal tiddlers I have to do the following: 1. Create a new tiddler with any name 2. Add the tag $:/tags/Stylesheet to it 3. Create the css class .green a { color:green }; inside this tiddler 4. Call the class on the link with the syntax

[tw5] Re: Stop Tiddlywiki updating different tabs with the same content

2021-04-24 Thread muynars...@gmail.com
l 24, 2021 at 5:18:54 PM UTC+2 muynars...@gmail.com > wrote: > >> Running the command "tiddlywiki --version" I see 5.1.23... >> >> On Saturday, April 24, 2021 at 4:24:58 AM UTC-3 saq.i...@gmail.com wrote: >> >>> Which version of TW are you using? Th

[tw5] Re: Stop Tiddlywiki updating different tabs with the same content

2021-04-24 Thread muynars...@gmail.com
4, 2021 at 7:49:28 AM UTC+2 muynars...@gmail.com > wrote: > >> Thanks for the clarification... My guess is that this is not the kind of >> thing that I can change directly on the Tiddlywiki page, right? >> >> It seems like the kind of change that requires changes i

[tw5] Re: Stop Tiddlywiki updating different tabs with the same content

2021-04-23 Thread muynars...@gmail.com
it involves ensuring this change is not saved. > Regards > Tones > > On Friday, 23 April 2021 at 00:37:10 UTC+10 muynars...@gmail.com wrote: > >> >> I use the node.js version of tiddlywiki... One functionality that I use a >> lot is calling tiddlers to op

[tw5] Stop Tiddlywiki updating different tabs with the same content

2021-04-22 Thread muynars...@gmail.com
I use the node.js version of tiddlywiki... One functionality that I use a lot is calling tiddlers to open from an external application that's not related with Tiddlywiki, the way I do it is opening links with the follow syntax: http://localhost:8089/#:[[tiddller1]] [[tiddler2]] [[tiddler3]]

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
One last doubt: is it possible to save tiddlywiki macros inside this tiddlywiki.info file and execute those macros from the backend with the *tiddlywiki *command-line? On Wednesday, December 9, 2020 at 10:35:19 AM UTC-3 muynars...@gmail.com wrote: > Ah, sorry... An "output

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
Ah, sorry... An "output" folder was generated with the HTML file that I needed. That works perfectly for what I need. Thanks! On Wednesday, December 9, 2020 at 10:18:24 AM UTC-3 muynars...@gmail.com wrote: > Thanks Eric, > > In my case, I entered the folder where the tid

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
ertiddlers", "[!is[system]]", "$:/core/templates/static.tiddler.html", "static", "text/plain", "--rendertiddler", "$:/core/templates/static.template.css",

[tw5] Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-08 Thread muynars...@gmail.com
Hi everyone, I use the TiddlyWiki on my personal computer daily... I run its Node.js version. I'd like to create a simple script that will automatically generate the HTML file of my TiddlyWiki (at a time that I know that my computer is turned on during the day) and upload it to a cloud server