[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
>
> <$text text={{{ [all[current]get[caption]] ~[] }}}/>
>
> Regards
> Tones
> On Wednesday, 27 January 2021 at 07:51:05 UTC+11 Jon wrote:
>
>> 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 mode=block/>
   
 
 



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/37a1edcb-3ce2-402e-b839-531358cbb526n%40googlegroups.com.


[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' 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 group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d1eae40-b3d8-4b77-a7d6-e08f915196dan%40googlegroups.com.


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 slides, 
because at any moment the student can perceive the position of the current 
slide along a simple linear structure.

For that reason, in some cases I will want to make the progress bar even 
more visible and conspicuous (a thick, custom-colored bar!).
How can I make such modification by myself? 
In which tiddler is the code located which effects color and thickness of 
the progress bar?

2.
About "templates" in Tamasha: 

I don't understand what those templates are or what they do. Have I missed 
the place where this is documented?

Have a nice day!




On Wednesday, January 27, 2021 at 9:49:15 AM UTC+9 Ste wrote:

> 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/caf5d547-0bb8-4b44-bc88-93a48b834495n%40googlegroups.com.


[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 version 
of TW. It does seem the node version is what should be used for this case. 
But IF you insist on using the single file version I'd think tiddlers can 
be added "in the middle" by copying the whole empty tw code to get two 
copies and then do someting to crop them so you get a "upper half" and a 
"lower half"... and then merge "upper half"+"your tiddlers"+"lower half". 
If you just take an empty TW and create a few dummy tiddlers and then peek 
at the code you'll see where they are positionend.

I am not a coder so the described approach is just a guess.

<:-) 

On Tuesday, January 26, 2021 at 10:10:48 PM UTC+1 mmes...@gmail.com wrote:

> 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 
> informations to be generated automatically in a Tiddlywiki at first i just 
> make .tid files for each tiddler and i thought i was done but he wanted me 
> to write on an Empty tiddlywiki file (Empty.html) that way when the java 
> program is executed it writes on the the File Empty.html  (as if it is a 
> .txt file )but it didn't work and i only write at the end of the html code 
> .i can't find anything to help me out or where exactly should i write or 
> how to write it  other than that i have no knowledge of html or js which 
> made this one near impossible task  , please guys i need your help i'm 
> already running late and i have no idea what to do .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/340d6b87-115e-41fa-8805-8abd6456773bn%40googlegroups.com.


[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 to the right of each task in the list;
2. include a "done date" field which populates with the datetime the "done" 
button was clicked;
3. include a visual indication for items which have more information in 
their text field (e.g. change of text colour, appearance of a symbol).

For (3) the reason is that for many tasks, I won't put anything in the 
tiddler body - all the information is contained in the title. However in 
other cases I will add extra notes/info/links in the tiddler body, but 
without a visual cue in the task list, I might forget that there's more to 
see. I'm currently creating this visual cue manually by adding an asterisk 
to the task title, but an automated way would be nicer.

On Sunday, 24 January 2021 at 02:53:36 UTC+7 Nicolas Petton wrote:

> Hi!
>
> I'm happy to announce the release of Projectify v0.12.0!
>
> You can install/upgrade from
>
> https://projectify.wiki
>
> This release contains major new changes, including new configuration
> options and a new filter tab in the dashboard.
>
> Here's a full ChangeLog:
>
> Features
>
> * Add a configuration option to hide welcome messages
> * New filter tab in the dashboard
> * New icons for projects and next actions
>
> Improvements
>
> * Improve the rendering of the QuickCapture tiddler
> * Add a dragover style to project cards
> * Improved the layout of the dashboard tabs on mobile
> * New CSS transition on project card mouseover
>
> Fixes
>
> * Fix several translation issues
> * If a project has no category, do not render it in the project card
> * Fix the position of the count tag in the Today dashboard tab
>
> Cheers,
> Nico
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5bfdd216-cef6-4d29-bece-dfd93a9372dbn%40googlegroups.com.


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 has anyone managed to do this 
> in 
> > an automated way, without requiring a manual commit for each save?
>
> I keep several tiddlywikis in git, and have set-up a cronjob that
> commits any changes made in the last hour. The commits are automatic.
>
> The cronjob script is just this:
>
> 
> #!/bin/bash
> set -e
>
> cd /home/user/public_html/tiddlys/
> git add .
> git commit -am 'auto commit'
> 
>
> > 
> > -- 
> > 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+...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/33151d1e-01b7-44d9-bd9d-2c6c8b2a7131n%40googlegroups.com
> .
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7627db7f-a812-49b5-a2b4-01f50bcdb465n%40googlegroups.com.


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
> section specifically in concatenation.
>
> See my resource here
>  in the mean
> time.
>
> I favor filtered transclusions {{{ filter result }}}
>
> Regards
> Tones
>
> On Monday, 18 January 2021 at 13:45:01 UTC+11 Boazter wrote:
>
>> *Bitte*, years-long newbie here I would like to include images that
>> are the name of the title of each tiddler. The "alt" portion works fine but
>> I can't get the "src" part to work. I've tried encompassing in quotes,
>> single quotes, ampersands and no quotes. I feel it's something basic that
>> I'm missing. My CSS works fine for placing it on the right, but I can't get
>> the image to show. What am I missing?
>>
>> 
>>
>> Much thanks in advance.
>>
>> MR
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/o4pRIVvP2wo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/f8202681-f77e-41a7-835f-da5b7ed7765an%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAK67uv7DS7t-L1RkdFGR8K%2B2p%2B%3DvJmWaXzoC-q5hq6Fbgouxpg%40mail.gmail.com.


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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fdccca5f-b8e0-4055-800d-25816321cbc8n%40googlegroups.com.


[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 "tiddlywiki.info" file as a "Build Target":
```
{
plugins: [],
"build": { "index": [ 
"--rendertiddler","$:/core/save/all","index.html","text/plain"] }
}
```

Once your program has created that file structure, you need to call the 
tiddlywiki process as below:
`tiddlywiki "C/path/to/the/WikiDirectory" --build index`

This will generate a new folder in your wiki directory called "output" with 
a new "index.html" file as your built-wiki.

Further 
reading: 
https://tiddlywiki.com/#BuildCommand:BuildCommand%20%5B%5Btiddlywiki.info%20Files%5D%5D%20HelloThere%20GettingStarted%20Community

Best,
Joshua Fontany
On Tuesday, January 26, 2021 at 3:42:19 PM UTC-8 TW Tones wrote:

> 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 download 
> and their format, any tiddlywiki can generate an empty.html file. This can 
> also be done via commands in NodeJS. One feature exports the Javascript 
> separately rather than a single file. This template effectively encodes the 
> way to save a whole wiki, thus arguably contains all the logic needed. 
>
> It is best to use tiddlywiki itself to load tiddlers into it, be it the 
> node or single file wikis importing tiddlers.  If you take the completely 
> manual approach to edit the html you need to understand precisely the 
> tiddler format (that's trivial)  and where entries are to be stored in the 
> html file. You will also see in the html file the tiddlers are stored in 
> one place but they are often referenced by name in other parts only detail 
> knowledge of the tiddlywiki structure can answer how and if you need to do 
> more to add tiddlers directly.
>
> I hope others can provide more info, but I hope this helps somewhat.
>
> Tones
> On Wednesday, 27 January 2021 at 08:10:48 UTC+11 mmes...@gmail.com wrote:
>
>> 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 
>> informations to be generated automatically in a Tiddlywiki at first i just 
>> make .tid files for each tiddler and i thought i was done but he wanted me 
>> to write on an Empty tiddlywiki file (Empty.html) that way when the java 
>> program is executed it writes on the the File Empty.html  (as if it is a 
>> .txt file )but it didn't work and i only write at the end of the html code 
>> .i can't find anything to help me out or where exactly should i write or 
>> how to write it  other than that i have no knowledge of html or js which 
>> made this one near impossible task  , please guys i need your help i'm 
>> already running late and i have no idea what to do .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a700058c-68ae-4a0a-8597-33f9a7b98d7fn%40googlegroups.com.


[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
> Mohammad
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d5ab421-7376-4c71-ba0e-cf5d1cea6947n%40googlegroups.com.


[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 
> 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 download 
> and their format, any tiddlywiki can generate an empty.html file. This can 
> also be done via commands in NodeJS. One feature exports the Javascript 
> separately rather than a single file. This template effectively encodes the 
> way to save a whole wiki, thus arguably contains all the logic needed. 
>
> It is best to use tiddlywiki itself to load tiddlers into it, be it the 
> node or single file wikis importing tiddlers.  If you take the completely 
> manual approach to edit the html you need to understand precisely the 
> tiddler format (that's trivial)  and where entries are to be stored in the 
> html file. You will also see in the html file the tiddlers are stored in 
> one place but they are often referenced by name in other parts only detail 
> knowledge of the tiddlywiki structure can answer how and if you need to do 
> more to add tiddlers directly.
>
> I hope others can provide more info, but I hope this helps somewhat.
>
> Tones
> On Wednesday, 27 January 2021 at 08:10:48 UTC+11 mmes...@gmail.com wrote:
>
>> 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 
>> informations to be generated automatically in a Tiddlywiki at first i just 
>> make .tid files for each tiddler and i thought i was done but he wanted me 
>> to write on an Empty tiddlywiki file (Empty.html) that way when the java 
>> program is executed it writes on the the File Empty.html  (as if it is a 
>> .txt file )but it didn't work and i only write at the end of the html code 
>> .i can't find anything to help me out or where exactly should i write or 
>> how to write it  other than that i have no knowledge of html or js which 
>> made this one near impossible task  , please guys i need your help i'm 
>> already running late and i have no idea what to do .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0a2a6849-7c50-48d9-bb6f-8483f19195fan%40googlegroups.com.


[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:

> 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 mode=block/>
>>>   
>>> 
>>> 
>>>
>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9fcb2f15-4bb7-43d2-b935-c406d0ee120an%40googlegroups.com.


[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 download 
and their format, any tiddlywiki can generate an empty.html file. This can 
also be done via commands in NodeJS. One feature exports the Javascript 
separately rather than a single file. This template effectively encodes the 
way to save a whole wiki, thus arguably contains all the logic needed. 

It is best to use tiddlywiki itself to load tiddlers into it, be it the 
node or single file wikis importing tiddlers.  If you take the completely 
manual approach to edit the html you need to understand precisely the 
tiddler format (that's trivial)  and where entries are to be stored in the 
html file. You will also see in the html file the tiddlers are stored in 
one place but they are often referenced by name in other parts only detail 
knowledge of the tiddlywiki structure can answer how and if you need to do 
more to add tiddlers directly.

I hope others can provide more info, but I hope this helps somewhat.

Tones
On Wednesday, 27 January 2021 at 08:10:48 UTC+11 mmes...@gmail.com wrote:

> 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 
> informations to be generated automatically in a Tiddlywiki at first i just 
> make .tid files for each tiddler and i thought i was done but he wanted me 
> to write on an Empty tiddlywiki file (Empty.html) that way when the java 
> program is executed it writes on the the File Empty.html  (as if it is a 
> .txt file )but it didn't work and i only write at the end of the html code 
> .i can't find anything to help me out or where exactly should i write or 
> how to write it  other than that i have no knowledge of html or js which 
> made this one near impossible task  , please guys i need your help i'm 
> already running late and i have no idea what to do .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/64b16315-effd-48d0-80d6-df90c6326c3fn%40googlegroups.com.


[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
> Jon
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c042bfff-8a24-4cbf-8e9f-1f55b4d165a3n%40googlegroups.com.


[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 group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/179812d4-77f8-44ce-9b88-debc10a192d3n%40googlegroups.com.


[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 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60108973.4010601%40googlemail.com.


[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 
informations to be generated automatically in a Tiddlywiki at first i just 
make .tid files for each tiddler and i thought i was done but he wanted me 
to write on an Empty tiddlywiki file (Empty.html) that way when the java 
program is executed it writes on the the File Empty.html  (as if it is a 
.txt file )but it didn't work and i only write at the end of the html code 
.i can't find anything to help me out or where exactly should i write or 
how to write it  other than that i have no knowledge of html or js which 
made this one near impossible task  , please guys i need your help i'm 
already running late and i have no idea what to do .

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d6d1703d-9849-4484-a5a9-4d7540dd670fn%40googlegroups.com.


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.
https://github.com/kunxi/tw5-auth  seems more versatile but I have to 
admit so far this is beyond my abilites.


For educational use-cases would be perfect to have a mechanism like that 
integrated in either Arlen's or Jed's readymade-server solution.
Jed already seems to have some mechanism 
https://github.com/OokTech/TW5-Login


So thanks I will keep to this but for me it might take some time to find 
out how this could work...


Best wishes Jan








Am 16.01.2021 um 22:22 schrieb Saq Imtiaz:
This might be of 
interest: https://www.reddit.com/r/TiddlyWiki5/comments/jzbmsy/success_oauth_google_signin_authentication_for_my/


On Saturday, January 16, 2021 at 1:12:07 PM UTC+1 Jan wrote:

Hello Community.

I think it, would be a great expasion of the possible usecases of
tw if we could integrate it into LearningManagementSystems.
_*And it really could make LearningManagementSystems a better place.*_
I think OAuth   and OpenID-Connect could be a Key to this.
*The first step would be to build a saving mechanism using either*...

https://en.wikipedia.org/wiki/OAuth
https://en.wikipedia.org/wiki/OpenID_Connect

*_I really would love this because _*_*it really could make
LearningManagementSystems a better place.*_

Best Wishes Jan

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/575a48fb-4038-4d2e-8e99-af842e4c341fn%40googlegroups.com 
.


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60108274.7000804%40googlemail.com.


[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 mode=block/>
>>   
>> 
>> 
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e19ea074-0a9b-4941-be00-2b21cb65bc56n%40googlegroups.com.


[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 during the transclusion.
>
> {{My Tiddler}}
>
> is equivalent to
>
> <$tiddler tiddler="My Tiddler">
>   <$transclude tiddler="My Tiddler"/>
> 
>
> See https://tiddlywiki.com/#Transclusion%20in%20WikiText.
>
> On Tuesday, January 26, 2021 at 12:55:45 PM UTC-6 History Buff wrote:
>
>> 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 
>> currentTiddler variable is different between the two. The curly braces 
>> seems to use the currentTiddler as the origin tiddler whereas the 
>> transclude widget recognizes the currentTiddler as the tiddler where the 
>> transclusion is taking place.
>>
>> Why is this and are there any other behavioral differences?
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b71dcddd-1734-4de7-9fe4-f118a43a29bfn%40googlegroups.com.


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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/874kj3cw09.fsf%40petton.fr.


signature.asc
Description: PGP signature


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 $$message="nav-over" $$filter="currentTiddler" 
event=<> />
<$action-setfield $field=btn-class $value=show />
\end

<$eventcatcher events="mouseover" selector=".pres" 
actions-mouseover=<>>
 Presentation


<$eventcatcher events="mouseover mouseout" selector=".nav" 
  actions-mouseover=<> 
actions-mouseout=<>
>

 Navigation
 
  
   prev next
  
 




.show { visibility:visible; }
.hide { visibility:hidden; }
.nav {
 background-color:red;
 color:#fff;
 height:80px;
 padding:30px;
}
.nav {
}
.pres {
 background-color:blue;
 color:#fff;
 min-height:200px
}






On Tuesday, January 26, 2021 at 11:57:21 AM UTC-6 coda coder wrote:

> 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 solution (of course without JS)
>>
>
> You could probably get some mileage using $eventcatcher and mouseover. I 
> think I would create an area slightly larger than the the nav area and, 
> when the mouse hovers that area, show the buttons. When the mouse hovers 
> the presentation area, hide the nav buttons. Make sure you don't hide the 
> nav area itself, you will not get the buttons back ;)
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/293eb73b-d71c-44ed-a78b-b6ad05b7d571n%40googlegroups.com.


[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 https://tiddlywiki.com/#Transclusion%20in%20WikiText.

On Tuesday, January 26, 2021 at 12:55:45 PM UTC-6 History Buff wrote:

> 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 
> currentTiddler variable is different between the two. The curly braces 
> seems to use the currentTiddler as the origin tiddler whereas the 
> transclude widget recognizes the currentTiddler as the tiddler where the 
> transclusion is taking place.
>
> Why is this and are there any other behavioral differences?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/108945fa-5ba2-4edc-b9fd-5c73df5ea0aan%40googlegroups.com.


[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 
currentTiddler variable is different between the two. The curly braces 
seems to use the currentTiddler as the origin tiddler whereas the 
transclude widget recognizes the currentTiddler as the tiddler where the 
transclusion is taking place.

Why is this and are there any other behavioral differences?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dd87d5c4-f825-4828-ba27-82a55fc6d2fdn%40googlegroups.com.


[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 
copying/pasting. This will greatly ease my data entry. One feature I love 
about using dynamic tables is that, should I make a mistake, I can edit the 
information right from the table without having to open the dictionary 
tiddler itself.

\define newEntryButton()
  <$vars
temp="$:/temp/$(currentTiddler)$">
Name: <$edit-text
  tiddler=<>
  field=name
  class=fieldinput
  tag=input
  size=64
  placeholder="pg. xxx - Name of Person in New Entry"
/>
Link: <$select tiddler=<> field=link tooltip="Select Person to 
Link to">
  <$list filter='[!is[system]search:description[People]]'>
<$view field='title'/>
  

Born: <$edit-text
  tiddler=<>
  field=birth
  class=fieldinput
  tag=input
  size=12
  placeholder="-mm-dd"
/>
Birthplace: <$edit-text
  tiddler=<>
  field=born
  class=fieldinput
  tag=input
  size=32
/>
Moved From: <$edit-text
  tiddler=<>
  field=from
  class=fieldinput
  tag=input
  size=24
/>
Moved To: <$edit-text
  tiddler=<>
  field=to
  class=fieldinput
  tag=input
  size=24
/>
Date of Record: <$edit-text
  tiddler=<>
  field=date
  class=fieldinput
  tag=input
  size=24
  placeholder="-"
/>
Circumstances or Notes:
<$edit-text
  tiddler=<>
  field=circumstance
  class=textarea
  tag=textarea
/>
  <$button tooltip="save input" > {{$:/core/images/done-button}} Add New 
Entry
  <$set name="tags" filter="[] 
[{$:/config/NewTiddler/Tags}]">
<$set name="line" filter="[tagging[]count[]add[1]]">
<$set name="link" filter="[get[link]]">
  <$vars location={{!!location}} parish={{!!parish}} 
county={{!!county}} birth=<> tidname={{{ [titleget[name]] }}}>
<$action-createtiddler $basetitle=<> 
type="application/x-tiddler-dictionary" tags=<>/>
<$action-setfield $tiddler=<> $index=Line 
$value=<>/>
<$action-setfield $tiddler=<> $index=Name $value={{{ 
[titleget[name]split[ - ]last[]] }}}/>
<$action-setfield $tiddler=<> $field=caption 
$value={{{ [titleget[name]split[ - ]last[]] }}}/>
<$action-setfield $tiddler=<> $index=Birth 
$value=<>/>
<$action-setfield $tiddler=<> $index=Born 
$value=<>/>
<$action-setfield $tiddler=<> $index=From 
$value=<>/>
<$action-setfield $tiddler=<> $index=To $value=<>/>
<$action-setfield $tiddler=<> $index=Circumstance 
$value=<>/>
<$action-setfield $tiddler=<> $index=Location 
$value=<>/>
<$action-setfield $tiddler=<> $index=Parish 
$value=<>/>
<$action-setfield $tiddler=<> $index=County 
$value=<>/>
<$action-setfield $tiddler=<> $index=Date 
$value=<>/>
<$action-setfield $tiddler=<> $index=Link 
$value=<>/>
  


  
  <$action-deletetiddler $filter="[]" />

<$button tooltip="cancel input"> {{$:/core/images/cancel-button}} Clear 
Entries
  <$action-deletetiddler $filter="[]" />

  
\end

On Monday, January 25, 2021 at 5:49:59 AM UTC-7 History Buff wrote:

> Hey Tones,
>
> Thanks for the reply. That's exactly what I've been doing up to this point 
> and I may continue to do so. I did what I described above more as an 
> experiment and learning experience than anything else. Doing stuff like 
> this is the best way to learn Tiddlywiki and its powerful features.
>
> On Sunday, January 24, 2021 at 10:43:25 PM UTC-7 TW Tones wrote:
>
>> History buff,
>>
>> Consider using the clone button on a tiddler to start with a prefilled 
>> copy, then make changes.
>>
>> Tones
>>
>>
>> On Monday, 25 January 2021 at 15:18:27 UTC+11 History Buff wrote:
>>
>>> After a considerable amount of searching in the forum, I think I have 
>>> learned the answer to my question.  In a previous thread (
>>> https://groups.google.com/g/tiddlywiki/c/VrFXprNCxVM/m/ZMw1zS8XCAAJ), I 
>>> saw that you could use the $action-setfield widget to modify/create/remove 
>>> the index and values in a dictionary tiddler. That is not intuitively 
>>> obvious, at least not to me. I believe I now have a path forward.
>>>
>>> On Sunday, January 24, 2021 at 1:14:46 PM UTC-7 History Buff wrote:
>>>
 Here's the code I'm using to create the tiddler in the first place:

 \whitespace trim
 \define newDataHereActions()
 <$set name="tags" filter="[] 
 [{$:/config/NewTiddler/Tags}]">
 <$action-sendmessage $message="tm-new-tiddler" tags=<> 
 type="application/x-tiddler-dictionary" caption="" text="Line: 
 Name: 
 Birth: 
 Born: 
 

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 solution (of course without JS)
>

You could probably get some mileage using $eventcatcher and mouseover. I 
think I would create an area slightly larger than the the nav area and, 
when the mouse hovers that area, show the buttons. When the mouse hovers 
the presentation area, hide the nav buttons. Make sure you don't hide the 
nav area itself, you will not get the buttons back ;)



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/469056b5-498c-4f7b-9a50-a56f9ffaa84bn%40googlegroups.com.


[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 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/23b4515b-573a-4108-af04-aa141e988343n%40googlegroups.com.


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 keep several tiddlywikis in git, and have set-up a cronjob that
commits any changes made in the last hour. The commits are automatic.

The cronjob script is just this:


#!/bin/bash
set -e

cd /home/user/public_html/tiddlys/
git add .
git commit -am 'auto commit'


> 
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/33151d1e-01b7-44d9-bd9d-2c6c8b2a7131n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/YBA3w8e36zCitqcK%40alamut.home.org.


[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 doesn't and still have the hover and link working?

Thanks
Jon


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/05479197-ea9c-4c43-b0a8-57f32bfd8825n%40googlegroups.com.


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 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 3:19 PM TiddlyTweeter  wrote:
>
>> 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 group and stop receiving emails from it, send an 
>> email to tiddlywiki+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/fc07240c-5c0d-4e26-b653-60ada609020bn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2fa757a6-f21e-43fd-8c7c-283c7d0cd741n%40googlegroups.com.


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 3:19 PM TiddlyTweeter 
wrote:

> 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 group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/fc07240c-5c0d-4e26-b653-60ada609020bn%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMAqg%2BHyx9Ns_HpvGPJ3BcfosdVp90J-ZjDYShKgOpADxg%40mail.gmail.com.


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 group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc07240c-5c0d-4e26-b653-60ada609020bn%40googlegroups.com.


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 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 easy to fix
> then I think it would be a good idea.
>
> This issue is this. To start full screen ...
>
> [image: to-full.jpg]
>
> ... well that is the icon for image, not full-screen, as Nicolas wrote.
>
> But it is also an issue on remove full screen ...
>
> [image: to-normal.jpg]
> ... which looks too "final".
>
> *It is a small cosmetic point *but maybe an angled arrow (up) to expand
> and another pointing the other way (down) to collapse?
>
> Just a comment
> TT
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/7caf9250-e583-4765-b8e5-fe8dca544d82n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMDjpoRMFw2w6v3VnkppdgrPY9WOUgP9NWUv7ZwXQ6WaDA%40mail.gmail.com.


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 easy to fix 
then I think it would be a good idea.

This issue is this. To start full screen ...

[image: to-full.jpg]

... well that is the icon for image, not full-screen, as Nicolas wrote.

But it is also an issue on remove full screen ...

[image: to-normal.jpg]
... which looks too "final". 

*It is a small cosmetic point *but maybe an angled arrow (up) to expand and 
another pointing the other way (down) to collapse? 

Just a comment
TT 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7caf9250-e583-4765-b8e5-fe8dca544d82n%40googlegroups.com.


[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 should be a much more efficient 
option whereby only the diff between the current version and the previous 
version is saved, and a process for rolling back diffs if there is a need 
to access an older version.

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?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/33151d1e-01b7-44d9-bd9d-2c6c8b2a7131n%40googlegroups.com.


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,
Nico

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/87a6swcdmh.fsf%40petton.fr.


signature.asc
Description: PGP signature


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 powers. The progress slider is also very slick.

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?

Cheers,
Nico

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/87czxscdy7.fsf%40petton.fr.


signature.asc
Description: PGP signature


[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.
(my 'Font-size tiddler body' and 'Line height' is 22px)
--> this is too big for printing...

--> changed in '$:/plugins/BurningTreeC/PrintRiver/Stylesheet/print':
...

.tc-print-tiddler-list-view .tc-tiddler-frame .tc-tiddler-body table { 
font-size: 8px; !important; 
line-height: 10px; !important;
} 
...
--> changes have no affect to printout - what's wrong?

Thanks for feedback
Stefan

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4f6314d8-cd6d-4cce-82bb-85542f3618cen%40googlegroups.com.