[tw5] Issue with PrintRiver plugin

2021-01-26 Thread Stefan Schlechter
Hello, I've installed the PrintRiver plugin (v 0.1.0) from http://printriver.tiddlyspot.com/ to my Wiki and also to a fresh and empty one. On both is the same issue: 1.) The [image: button.png] in the top yellow toolbar is not there 2.) font-size for print uses the Wiki 'Theme Tweaks' values.

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread Nicolas Petton
Mohammad Rahmani writes: Hi Mohammad, > Tamasha is a pure wikitext (pure Tiddlywiki scripts no JS) plugin for > presentation and slideshow. I just tried the online demo, and it looks absolutely great! It feels very well integrated into TiddlyWiki. The fact that it's WikiText gives it super

Re: [tw5] Re: [ANN] Projectify 0.12.0 is out!

2021-01-26 Thread Nicolas Petton
"dieg...@gmail.com" writes: Hi Diego, > Sorry if this is a silly question, but what are "welcome messages" in this > plugin? The big banners that appear when you start a project, when you empty your inbox, etc. You can now disable them from the control panel, in the Projectify tab. Cheers,

[tw5] Anyone got a way of saving disk space using diffs?

2021-01-26 Thread bluep...@gmail.com
One of the minor annoyances of using TiddlyWiki is the proliferation of backup files that results from any editing activity. Since each backup is a full copy of the wiki, backup folders can quickly become very large, requiring a pruning strategy. Instead of doing this, it seems like there

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread TiddlyTweeter
Mohammad wrote: > Thank you for your feedback. Sure I will correct them, perhaps use the > same icons. > Thank YOU for caring. Right, same icon could work too. TT -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Filter to show caption field if it exists

2021-01-26 Thread Jon
Hi, Matt kindly provided this to give a filtered list of tiddlers, the contents of which can be viewed on hover. <$list filter=[tag[triangle]]> <$link/> <$transclude mode=block/> How can I adapt it to show the caption field of a tiddler if it exists but the title field if it

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread Mohammad Rahmani
Hi TT, Thank you for your feedback. Sure I will correct them, perhaps use the same icons. Best wishes Mohammad On Tue, Jan 26, 2021 at 2:46 PM TiddlyTweeter wrote: > Nicolas Petton wrote: > >> The only feedback that I have is that it took me a white to realize that >> the image button was

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread TiddlyTweeter
Nicolas Petton wrote: > The only feedback that I have is that it took me a white to realize that > the image button was actually a button to toggle full screen mode. > Why not using $:/core/images/full-screen-button for the image? Right I think. It is a small point. A cosmetic, but if it is

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread Mohammad Rahmani
One issue I could not resolve yet is to hide nav buttons after a few seconds and appear it on mouse move. If you note while you keep the mouse on the slide the nav buttons are displayed. Hope someone come with a solution (of course without JS) Best wishes Mohammad On Tue, Jan 26, 2021 at

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread dieg...@gmail.com
This is lovely! It reminds me of the reveal.js presentation framework! On Tuesday, January 26, 2021 at 6:15:48 AM UTC-6 Mohammad wrote: > One issue I could not resolve yet is to hide nav buttons after a few > seconds and appear it on mouse move. > If you note while you keep the mouse on the

[tw5] Transclusion question

2021-01-26 Thread History Buff
This may be fundamental, but I haven't been able to find the answer yet. I've noticed a distinct difference in behavior between using transcluding a tiddler with the curly braces versus transcluding using the transclude widget. Specifically, I've noticed that using the curly braces, the

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread coda coder
Drop this in a tiddler at tiddlywiki.com. If you use it, remove the $action-log widgets. \define nav-out-actions() <$action-log $$message="nav-out" $$filter="currentTiddler" event=<> /> <$action-setfield $field=btn-class $value=hide /> \end \define nav-over-actions() <$action-log

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread Nicolas Petton
Mohammad Rahmani writes: > Hope someone come with a solution (of course without JS) Why not use a bit of JavaScript there? Are you trying to avoid JavaScript for some reason? Cheers, Nico -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Filter to show caption field if it exists

2021-01-26 Thread Jon
Perfect! Thanks a lot Mark. On Tuesday, 26 January 2021 at 17:23:26 UTC Mark S. wrote: > Try: > > >> <$list filter=[tag[triangle]]> >> >> > <$list filter="[all[current]has[caption]get[caption]] >> :else[]" variable=name > >> <$link><> >> > > >> >> <$transclude

[tw5] New to Tiddlywiki and I need help (.html ??)

2021-01-26 Thread mohamed messai
So i started Working with my professor on Tiddlywiki and i found it quite interesting. Now i m working on an automatic generated Tiddlywiki project from a Java project . So all the informations i need to build my Tiddlywiki is in the Java File and my professor told me he wants all those

[tw5] Re: Dictionary tiddlers and variables

2021-01-26 Thread History Buff
Thought I would share the code that I ultimately am likely to end up using. This macro has a form associated with it where I fill out all of the transcription details from the record in question. It then will create the dictionary tiddler with the appropriate tag. No more cloning and

[tw5] Re: Transclusion question

2021-01-26 Thread History Buff
Duh, that's so obvious now. Thanks for pointing that out. I need to read more carefully. On Tuesday, January 26, 2021 at 12:24:22 PM UTC-7 Soren Bjornstad wrote: > <$transclude tiddler="My Tiddler">/> > > is equivalent to > > {{||My Tiddler}} > > -- that is, don't change the current tiddler

[tw5] Re: Transclusion question

2021-01-26 Thread Soren Bjornstad
<$transclude tiddler="My Tiddler">/> is equivalent to {{||My Tiddler}} -- that is, don't change the current tiddler during the transclusion. {{My Tiddler}} is equivalent to <$tiddler tiddler="My Tiddler"> <$transclude tiddler="My Tiddler"/> See

Re: [tw5] Re: Integrating tiddlywiki into LearningManagementSystems: OAuth- / OpenID-Connect-Server

2021-01-26 Thread Jan
Hi Saq, Hi all thank you for pointing me to this, it took me some time to digest the new knowledge. Booth solutions need a node installation ... and becaus my internet-host has a little wierd implementation of node (without terminal) i am still fighting to get node to work.

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread coda coder
On Tuesday, January 26, 2021 at 6:15:48 AM UTC-6 Mohammad wrote: > One issue I could not resolve yet is to hide nav buttons after a few > seconds and appear it on mouse move. > If you note while you keep the mouse on the slide the nav buttons are > displayed. > > Hope someone come with a

Re: [tw5] Anyone got a way of saving disk space using diffs?

2021-01-26 Thread Javier Eduardo Rojas Romero
On Tue, Jan 26, 2021 at 02:45:57AM -0800, bluep...@gmail.com wrote: > Has anyone implemented a scheme like this? I'm guessing that something like > this effect can be achieved using git, but has anyone managed to do this in > an automated way, without requiring a manual commit for each save? I

[tw5] Re: Filter to show caption field if it exists

2021-01-26 Thread 'Mark S.' via TiddlyWiki
Try: > <$list filter=[tag[triangle]]> > > <$list filter="[all[current]has[caption]get[caption]] > :else[]" variable=name > > <$link><> > > > <$transclude mode=block/> > > > > > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: New to Tiddlywiki and I need help (.html ??)

2021-01-26 Thread Álvaro
Hi, This type of information is usually in tiddlywiki.com/dev/ I think that you need this-> https://tiddlywiki.com/dev/#Data-Storage El miércoles, 27 de enero de 2021 a las 0:42:19 UTC+1, TW Tones escribió: > Hi, > > I am not totally clear on the objective of the task, but tiddlywiki itself

[tw5] Re: Have a little fun with Tiddlywiki

2021-01-26 Thread TW Tones
Thanks Mohammad for sharing! On Thursday, 14 January 2021 at 15:53:20 UTC+11 Mohammad wrote: > Tiddlywiki supports CSS3 so it is easy to include a little css and create > some animations. > > Drag and drop the below tiddler into https://tiddlywiki.com/ and see what > happens > > > Best wishes

[tw5] Using TW on a server with node ... but without terminal.

2021-01-26 Thread Jan
Hi, I would like to use a node installation of tw, but my internet-host does not allow me to use the terminal. I only can upload files via ftp and point node.js to an app.js Are there any implementations for such a scenario? Best wishes Jan -- You received this message because you are

[tw5] Click icon to open webpage

2021-01-26 Thread Jon
Hi, <$link to="https://bbc.co.uk;> {{y}} 'y' is a small icon but when clicked it opens the url as a tiddler. How can I get it to open the webpage instead? Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: New to Tiddlywiki and I need help (.html ??)

2021-01-26 Thread TW Tones
Hi, I am not totally clear on the objective of the task, but tiddlywiki itself uses a process to save an empty file. If you follow how this works on Tiddlywiki.com starting with the download empty button you can see it uses a template and within that a filter determines which tiddlers to

[tw5] Re: Click icon to open webpage

2021-01-26 Thread strikke...@gmail.com
Try https://bbc.co.uk; target="_blank">{{y}} Birthe On Tuesday, January 26, 2021 at 11:24:44 PM UTC+1 Jon wrote: > Hi, > > <$link to="https://bbc.co.uk;> > {{y}} > > > 'y' is a small icon but when clicked it opens the url as a tiddler. > How can I get it to open the webpage instead? > > Thanks

[tw5] Re: New to Tiddlywiki and I need help (.html ??)

2021-01-26 Thread Joshua Fontany
You need to structure the directory correctly so that the tiddlywiki node.js process understands your commands. Write all your tiddlers & a "tiddlywiki.info" file (json format) as below: ``` ./WikiDirectory/ |--tiddlywiki.info |--tiddlers/ |All_your_tids.tid ``` and make sure your

[tw5] Re: Filter to show caption field if it exists

2021-01-26 Thread TW Tones
Jon, Mark refactrored you code as requested but a shorter for is if the cauurrent tiddler is valid use this; {{{ [all[current]get[caption]] ~[] }}} Or for plain text <$text text={{{ [all[current]get[caption]] ~[] }}}/> Regards Tones On Wednesday, 27 January 2021 at 07:51:05 UTC+11 Jon wrote:

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread Ste
Hi Mohammed JD's white space theme (I think) has that hover over and disappear effect your looking for. I have no clue how he achieved it... M On Tuesday, 26 January 2021 at 19:56:53 UTC Nicolas Petton wrote: > Mohammad Rahmani writes: > > > Hope someone come with a solution (of course without

[tw5] Re: Filter to show caption field if it exists

2021-01-26 Thread Jon
Thanks for the alternatives, Tones. Regards Jon On Tuesday, 26 January 2021 at 23:47:38 UTC TW Tones wrote: > Jon, > > Mark refactrored you code as requested but a shorter for is if the > cauurrent tiddler is valid use this; > > {{{ [all[current]get[caption]] ~[] }}} > > Or for plain text > >

[tw5] Re: [ANN] Projectify 0.12.0 is out!

2021-01-26 Thread bluep...@gmail.com
Thanks for sharing, I am currently using this for managing some little projects. Can I make a few feature suggestions/requests? 1. allow editing of task titles in place (i.e. in the list, without actually opening the task tiddler). This could be an 'edit' option in the '...' menu which appears

[tw5] Re: New to Tiddlywiki and I need help (.html ??)

2021-01-26 Thread Mat
As someone noted, this is really a dev question because it goes beyond the immediate concerns of TW, so it should be taken here. https://github.com/Jermolene/TiddlyWiki5/discussions (the old dev group is deprecated AFAIC) Anyway, your description sounds as if you're not using the node.js

Re: [tw5] Tamasha Presentation Plugin [planned for early Feb]

2021-01-26 Thread Jeronimo Minino
Hi, Mohammad! Tamasha looks great, thank you so much for sharing your excellent work. 2 comments: 1. About the progress bar: I think the progress bar will be very useful for students who see lesson presentations, specially in such situations where the presenter must go back and forth between

[tw5] Re: Click icon to open webpage

2021-01-26 Thread Jon
Many thanks Birthe! Regards Jon On Tuesday, 26 January 2021 at 23:28:10 UTC strikke...@gmail.com wrote: > Try https://bbc.co.uk; target="_blank">{{y}} > > Birthe > > On Tuesday, January 26, 2021 at 11:24:44 PM UTC+1 Jon wrote: > >> Hi, >> >> <$link to="https://bbc.co.uk;> >> {{y}} >> >> >> 'y'

Re: [tw5] Anyone got a way of saving disk space using diffs?

2021-01-26 Thread bluep...@gmail.com
Thank you! I'll give it a go. On Tuesday, 26 January 2021 at 22:39:58 UTC+7 Javier Rojas wrote: > On Tue, Jan 26, 2021 at 02:45:57AM -0800, bluep...@gmail.com wrote: > > Has anyone implemented a scheme like this? I'm guessing that something > like > > this effect can be achieved using git, but

Re: [tw5] Re: Tiddler title as image name

2021-01-26 Thread TG
This is great, Tones. I look forward to checking this out in more detail. Thank you! On Sun, Jan 24, 2021 at 4:34 PM TW Tones wrote: > Boazter, > > I am building a resource to help with these issues and others where we > commonly get confused. Triggered by this thread I am now developing a >