[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread Mohammad
Thank you Tony!
It works for me.

/Mohammad

On Thursday, June 28, 2018 at 8:37:21 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> Here are some quick Editor Toolbar buttons attached for wrapping your 
> parts. Just drag or import into a wiki.
>
> Note if you go to Control Panel > Appearance > Toolbars > Editor ToolBar 
> you can uncheck them and the well be behind the More dropdown within the 
> editor toolbar, along with other header levels etc..
>
> Let me know if they need an improvement.
>
> Tony
>
>
> On Thursday, June 28, 2018 at 1:26:30 PM UTC+10, Mohammad wrote:
>>
>> Hi Tony
>>  I used different methods to do the job, but it general it can be like 
>> what you wrote:
>> <>
>>
>> I will modify it then to adopt other methods.
>>
>> Thank you
>>
>> On Thursday, June 28, 2018 at 7:33:53 AM UTC+4:30, TonyM wrote:
>>>
>>> Mohammad,
>>>
>>> I am ready to build you editor button(s), but is the requirement still 
>>> there?
>>>
>>> Can you give me a quick requirements statment eg
>>>
>>> Button in the editor toolbar that wraps a "section" of text as follows
>>>
>>> <> 
>>>
>>> <> 
>>>
>>> <> 
>>>
>>> How many is the maximum number of sections?
>>>
>>> Regards
>>> Tony
>>>
>>> On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:

 Thank you Tony!
 That is right, we need to have some snippet to be used, but I don't 
 know how to add a new editor button to tollbar. That would be great!
 /Mohammad

 On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> One way to simplify the workflow for this would be to make an editor 
> toolbar button to wrap a section eg <>
> or perhaps <> to account for Quotes in the text.
>
> In fact if you follow the model of the more drop-down in the editor 
> toolbar you could have an editor button that drops down to show all three 
> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>
> Let me know if you want help, or me to build such an editor toolbar 
> button, anthough other here can do it as well.
>
> Regards
> Tony
>
>
> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>>
>>
>>
>> *Announcement*
>>
>>
>> http://revealgradually.tiddlyspot.com/
>>
>>
>> I have developed a small code to gradually reveal contents of tiddler 
>> using shortcut keys by *KeeBoord *pluging (here 
>> keeboord.tiddlyspot.com by BTC is used)
>> An example is created to show the concept. By pressing Arrow keys
>>
>>- Right arrow for next  
>>- Left arrow for previous
>>
>> To use this code you need to pass your content to a macro. There are 
>> three macros
>>
>>1. part01
>>2. part02
>>3. part03
>>
>> Each macro will reveal the contents passed to it. Use Right arrow to 
>> show the contents in sequence. Use Left arrow to back to previous step.
>> Note: this feature will be used for slideshow and presentation by 
>> Tiddlywiki but can be used for other applications too
>>
>>
>> *Need help*
>>
>> Right now I have to pass contents to a macro for revealing gradually 
>> as below
>>
>> <>
>>
>>
>> For complex content I have to use macro like this
>>
>> <> ! Hi
>> This is a text
>>
>>
>> * one
>> * two
>> ">>
>>
>>
>>
>> How can I pass content like a widget! (or like html tags) I mean how 
>> can I use a syntax like this
>>
>> 
>> Contents goes here!
>> 
>>
>>
>> I dont want to develop a full widget with JS!
>>
>> Please advise.
>>
>>
>>
>>
>>
>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eb783435-e657-4951-98e5-dba134562416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread TonyM
Mohammad,

Here are some quick Editor Toolbar buttons attached for wrapping your 
parts. Just drag or import into a wiki.

Note if you go to Control Panel > Appearance > Toolbars > Editor ToolBar 
you can uncheck them and the well be behind the More dropdown within the 
editor toolbar, along with other header levels etc..

Let me know if they need an improvement.

Tony


On Thursday, June 28, 2018 at 1:26:30 PM UTC+10, Mohammad wrote:
>
> Hi Tony
>  I used different methods to do the job, but it general it can be like 
> what you wrote:
> <>
>
> I will modify it then to adopt other methods.
>
> Thank you
>
> On Thursday, June 28, 2018 at 7:33:53 AM UTC+4:30, TonyM wrote:
>>
>> Mohammad,
>>
>> I am ready to build you editor button(s), but is the requirement still 
>> there?
>>
>> Can you give me a quick requirements statment eg
>>
>> Button in the editor toolbar that wraps a "section" of text as follows
>>
>> <> 
>>
>> <> 
>>
>> <> 
>>
>> How many is the maximum number of sections?
>>
>> Regards
>> Tony
>>
>> On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:
>>>
>>> Thank you Tony!
>>> That is right, we need to have some snippet to be used, but I don't know 
>>> how to add a new editor button to tollbar. That would be great!
>>> /Mohammad
>>>
>>> On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:

 Mohammad,

 One way to simplify the workflow for this would be to make an editor 
 toolbar button to wrap a section eg <>
 or perhaps <> to account for Quotes in the text.

 In fact if you follow the model of the more drop-down in the editor 
 toolbar you could have an editor button that drops down to show all three 
 parts, perhaps extend to 7 as a healthy maximum number of reveals.

 Let me know if you want help, or me to build such an editor toolbar 
 button, anthough other here can do it as well.

 Regards
 Tony


 On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>
>
>
> *Announcement*
>
>
> http://revealgradually.tiddlyspot.com/
>
>
> I have developed a small code to gradually reveal contents of tiddler 
> using shortcut keys by *KeeBoord *pluging (here 
> keeboord.tiddlyspot.com by BTC is used)
> An example is created to show the concept. By pressing Arrow keys
>
>- Right arrow for next  
>- Left arrow for previous
>
> To use this code you need to pass your content to a macro. There are 
> three macros
>
>1. part01
>2. part02
>3. part03
>
> Each macro will reveal the contents passed to it. Use Right arrow to 
> show the contents in sequence. Use Left arrow to back to previous step.
> Note: this feature will be used for slideshow and presentation by 
> Tiddlywiki but can be used for other applications too
>
>
> *Need help*
>
> Right now I have to pass contents to a macro for revealing gradually 
> as below
>
> <>
>
>
> For complex content I have to use macro like this
>
> < ! Hi
> This is a text
>
>
> * one
> * two
> ">>
>
>
>
> How can I pass content like a widget! (or like html tags) I mean how 
> can I use a syntax like this
>
> 
> Contents goes here!
> 
>
>
> I dont want to develop a full widget with JS!
>
> Please advise.
>
>
>
>
>
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1aab0543-741b-49dc-b559-0c8134def9b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


wrapparttoolbarbuttons.bundle.json
Description: application/json


[tw5] Re: How to use a tiddler field as the source for an external image?

2018-06-27 Thread Mohammad
*Jed*,
 I would like to thank you for your great work! This way you used to answer 
question we have

   -  working code
   -  documentation
   -  archive
   

I encourage other expert / advanced users / developer to use the same way. 
Having a tiddlyspot wiki and
answer the question there and give the link here.

/Mohammad



On Thursday, June 28, 2018 at 1:10:15 AM UTC+4:30, Jed Carty wrote:
>
> I wrote about concatenating strings here 
> http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs
>
> It should cover what you need.
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f161fa32-b436-48b6-a6b3-4d8709eb5090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread Mohammad
Hi Tony
 I used different methods to do the job, but it general it can be like what 
you wrote:
<>

I will modify it then to adopt other methods.

Thank you

On Thursday, June 28, 2018 at 7:33:53 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> I am ready to build you editor button(s), but is the requirement still 
> there?
>
> Can you give me a quick requirements statment eg
>
> Button in the editor toolbar that wraps a "section" of text as follows
>
> <> 
>
> <> 
>
> <> 
>
> How many is the maximum number of sections?
>
> Regards
> Tony
>
> On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:
>>
>> Thank you Tony!
>> That is right, we need to have some snippet to be used, but I don't know 
>> how to add a new editor button to tollbar. That would be great!
>> /Mohammad
>>
>> On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>>>
>>> Mohammad,
>>>
>>> One way to simplify the workflow for this would be to make an editor 
>>> toolbar button to wrap a section eg <>
>>> or perhaps <> to account for Quotes in the text.
>>>
>>> In fact if you follow the model of the more drop-down in the editor 
>>> toolbar you could have an editor button that drops down to show all three 
>>> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>>>
>>> Let me know if you want help, or me to build such an editor toolbar 
>>> button, anthough other here can do it as well.
>>>
>>> Regards
>>> Tony
>>>
>>>
>>> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:



 *Announcement*


 http://revealgradually.tiddlyspot.com/


 I have developed a small code to gradually reveal contents of tiddler 
 using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
 by BTC is used)
 An example is created to show the concept. By pressing Arrow keys

- Right arrow for next  
- Left arrow for previous

 To use this code you need to pass your content to a macro. There are 
 three macros

1. part01
2. part02
3. part03

 Each macro will reveal the contents passed to it. Use Right arrow to 
 show the contents in sequence. Use Left arrow to back to previous step.
 Note: this feature will be used for slideshow and presentation by 
 Tiddlywiki but can be used for other applications too


 *Need help*

 Right now I have to pass contents to a macro for revealing gradually as 
 below

 <>


 For complex content I have to use macro like this

 <>>> ! Hi
 This is a text


 * one
 * two
 ">>



 How can I pass content like a widget! (or like html tags) I mean how 
 can I use a syntax like this

 
 Contents goes here!
 


 I dont want to develop a full widget with JS!

 Please advise.







-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7120b59b-2394-4f24-9961-399eeb7a2dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Node on the internet

2018-06-27 Thread TonyM
I would also add there is value allowing a given user to maintain their 
own User based story list and History.

Regards
Tony

On Thursday, June 28, 2018 at 10:35:23 AM UTC+10, TonyM wrote:
>
> Thanks Jeremy/Jed for the directions you are taking,
>
> I do believe I can apply HTTPS/SSL easily but not sure how it relates to 
> using high port numbers eg 6 that works for me to access node.
>
> I have done a little work on the user component and may be able to add 
> something if you are both still somewhat open to design ideas.
>
>- Independent of securing the wiki I have created a method by which to 
>open a login tiddler at startup and provide the ability to select/create a 
>user ID before proceeding,
>- I was also investigating that on login it "decrypted a users 
>tiddler" which then applied a whole set of "designed" preferences. In 
>effect a profile, Toolbar button settings and more, One of these being an 
>edit level 0 to 9.
>- Then individual tiddlers could optionally have an edit level 
>specified in the tiddler such that if it had an edit level of Five (5), 
>only users with a 5 or less will be presented the edit button and a few 
>other settings. This would allow one to, for example, stop system tiddlers 
>being in inadvertently edited. If one was +2 from a given tiddlers edit 
>value perhaps the content of the tiddler would be hidden.
>   - Edit levels would even help me as a single user, for example 
>   hiding (a custom) edit button on a Viewer/reporting Tiddler when in 
> fact my 
>   normal practice is to edit tiddlers in the viewer not edit the viewer 
>   itself.
>- Some may say this is security by obscurity but actually I was more 
>interested in changing the functionality to suite a usage mode. I could 
>even have multiple user ids such that I login with my dev user id (Every 
>thing is stamped created by/Modified By) dev also allowing 
>additions/changes by a given user to be listed exported etc... A user can 
>also be equivalent to a usage mode. This may prove useful on top of Bob 
> abd 
>NoteSelf.
>- I would like to see encryption set such that the "owner" of the 
>tiddler can decrypt it but they need not re-encrypt it because it will be 
>re-encrypted with the original key automatically, perhaps using a logout 
>sequence, this is also desirable for a whole of wiki encryption.
>
> I have other user design ideas, which will all benefit from a 
> user/password facility if the solution you are both looking at does not 
> compromise these possibilities.
>
> I am all for firm security being available, but In many cases TiddlyWikis 
> are shared with trusted parties. If hosted on the internet, and we can 
> confirm they are trusted parties that is great, but once they are in, the 
> truth is that trusted team members may just want to have clearly defined 
> options and edit-ability. User modes to guide them and the ability to 
> classify tiddlers and set the author/editor reliably. Sure it can be 
> hacked, but we do not always need to enforce restrictive security, just 
> make functional user and access features available to that trusted audience.
>
> I hope my humble contributions can be of value.
>
> Regards
> Tony
>  
>  
>
>
> On Wednesday, June 27, 2018 at 7:53:10 PM UTC+10, Jeremy Ruston wrote:
>>
>> Hi Tony 
>>
>> I’m working on some changes to TW5’s built-in server functionality, see 
>> the discussion here: 
>>
>> https://groups.google.com/d/topic/tiddlywikidev/pOg-aiGtsPo/discussion 
>>
>> Amongst the changes will be the ability to run a wiki that is read-only 
>> for anonymous users and requires a login for editing. Credentials are still 
>> passed using Basic Authentication, and passwords are stored in plain text 
>> on the server. However, it should be OK for internet hosting as long as you 
>> put it behind HTTPS. 
>>
>> So, pending the new features, it’s probably worth spending some time 
>> exploring whether and how you can set up HTTPS. 
>>
>> If the primitive authentication support offered by the built-in server 
>> isn’t robust enough, then you can use an authenticated proxy server with 
>> decent user management (such as IIS or Apache). This is another new 
>> feature: you can specify an HTTP header that TW5 looks at for the 
>> authenticated username, and then write that header within the proxy. 
>>
>> Best wishes 
>>
>> Jeremy 
>>
>>
>>
>> > On 27 Jun 2018, at 10:30, TonyM  wrote: 
>> > 
>> > Hi all, 
>> > 
>> > I have long dreamed of being able to host tiddlywiki on the internet 
>> with node. I recently got this working on top of a WHM/cpanel wholesale 
>> host, and am very excited, it performs well. 
>> > 
>> > However this dream took no account of security. I now have a wiki 
>> online that anyone can edit and presumably add as many tiddlers as they 
>> want, perhaps even execute javascript as they wish. 
>> > 
>> > I think I need to turn it off, 

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread TonyM
Mohammad,

I am ready to build you editor button(s), but is the requirement still 
there?

Can you give me a quick requirements statment eg

Button in the editor toolbar that wraps a "section" of text as follows

<> 

<> 

<> 

How many is the maximum number of sections?

Regards
Tony

On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:
>
> Thank you Tony!
> That is right, we need to have some snippet to be used, but I don't know 
> how to add a new editor button to tollbar. That would be great!
> /Mohammad
>
> On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>>
>> Mohammad,
>>
>> One way to simplify the workflow for this would be to make an editor 
>> toolbar button to wrap a section eg <>
>> or perhaps <> to account for Quotes in the text.
>>
>> In fact if you follow the model of the more drop-down in the editor 
>> toolbar you could have an editor button that drops down to show all three 
>> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>>
>> Let me know if you want help, or me to build such an editor toolbar 
>> button, anthough other here can do it as well.
>>
>> Regards
>> Tony
>>
>>
>> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>>>
>>>
>>>
>>> *Announcement*
>>>
>>>
>>> http://revealgradually.tiddlyspot.com/
>>>
>>>
>>> I have developed a small code to gradually reveal contents of tiddler 
>>> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
>>> by BTC is used)
>>> An example is created to show the concept. By pressing Arrow keys
>>>
>>>- Right arrow for next  
>>>- Left arrow for previous
>>>
>>> To use this code you need to pass your content to a macro. There are 
>>> three macros
>>>
>>>1. part01
>>>2. part02
>>>3. part03
>>>
>>> Each macro will reveal the contents passed to it. Use Right arrow to 
>>> show the contents in sequence. Use Left arrow to back to previous step.
>>> Note: this feature will be used for slideshow and presentation by 
>>> Tiddlywiki but can be used for other applications too
>>>
>>>
>>> *Need help*
>>>
>>> Right now I have to pass contents to a macro for revealing gradually as 
>>> below
>>>
>>> <>
>>>
>>>
>>> For complex content I have to use macro like this
>>>
>>> <>> ! Hi
>>> This is a text
>>>
>>>
>>> * one
>>> * two
>>> ">>
>>>
>>>
>>>
>>> How can I pass content like a widget! (or like html tags) I mean how can 
>>> I use a syntax like this
>>>
>>> 
>>> Contents goes here!
>>> 
>>>
>>>
>>> I dont want to develop a full widget with JS!
>>>
>>> Please advise.
>>>
>>>
>>>
>>>
>>>
>>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae424ae5-ecae-4e12-8329-4534ba34c3f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to use a tiddler field as the source for an external image?

2018-06-27 Thread Marcio Augusto
Jed,

Thank you very much, this was very helpful. I added your wiki to my 
bookmarks to check the rest of the stuff later.

It took some time, though, as I had a third macro which transforms the 
tiddler field, and I had to experiment for a while until I got it right.

Regards,
Marcio.

On Wednesday, June 27, 2018 at 5:40:15 PM UTC-3, Jed Carty wrote:
>
> I wrote about concatenating strings here 
> http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs
>
> It should cover what you need.
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c27f79a8-121a-40ee-a60e-18fe741d4550%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Catalogue of goto off-the-shelf Wikis?

2018-06-27 Thread TonyM
Josiah,

Thanks for responding, I will revisit those emails. I imagine I agreed with 
what you said. I will publicise my current effort shortly, the problem I 
have is a need to earn an income. I no longer wish to "work for the man".

Regards
Tony

On Thursday, June 28, 2018 at 3:53:27 AM UTC+10, @TiddlyTweeter wrote:
>
> Ciao TonyM
>
> eek. I'm not avoiding you. It may be purely a tech issue. I did write you 
> two emails I never got replies to. I just assumed they were lost in a 
> netherland sump :-)
>
> Also you need to understand I am an idiot on tech. I'm good on reviewing 
> outputs. I'm crap at creating. So on a project that creates things I'd be 
> about as useful as a blancmange for cutting bread. 
>
> Your project looks quite orientated to making things. My interest, and 
> where I have some basic skill, is simply to wonder IF we can catalogue 
> already what exists since that already looks vast. I'm an okay sniffer.
>
> Hope that clarifies it a bit
> Best, Josiah
>
> TonyM wrote:
>>
>> ... I have being and I am building such a resource now, I have tried to 
>> engage you a few times on this, I am not sure if I am over looked or being 
>> ignored.
>>
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6a240b48-44d7-4ebb-9bb2-f9e67e72b1d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Node on the internet

2018-06-27 Thread TonyM
Thanks Jeremy/Jed for the directions you are taking,

I do believe I can apply HTTPS/SSL easily but not sure how it relates to 
using high port numbers eg 6 that works for me to access node.

I have done a little work on the user component and may be able to add 
something if you are both still somewhat open to design ideas.

   - Independent of securing the wiki I have created a method by which to 
   open a login tiddler at startup and provide the ability to select/create a 
   user ID before proceeding,
   - I was also investigating that on login it "decrypted a users tiddler" 
   which then applied a whole set of "designed" preferences. In effect a 
   profile, Toolbar button settings and more, One of these being an edit level 
   0 to 9.
   - Then individual tiddlers could optionally have an edit level specified 
   in the tiddler such that if it had an edit level of Five (5), only users 
   with a 5 or less will be presented the edit button and a few other 
   settings. This would allow one to, for example, stop system tiddlers being 
   in inadvertently edited. If one was +2 from a given tiddlers edit value 
   perhaps the content of the tiddler would be hidden.
  - Edit levels would even help me as a single user, for example hiding 
  (a custom) edit button on a Viewer/reporting Tiddler when in fact my 
normal 
  practice is to edit tiddlers in the viewer not edit the viewer itself.
   - Some may say this is security by obscurity but actually I was more 
   interested in changing the functionality to suite a usage mode. I could 
   even have multiple user ids such that I login with my dev user id (Every 
   thing is stamped created by/Modified By) dev also allowing 
   additions/changes by a given user to be listed exported etc... A user can 
   also be equivalent to a usage mode. This may prove useful on top of Bob abd 
   NoteSelf.
   - I would like to see encryption set such that the "owner" of the 
   tiddler can decrypt it but they need not re-encrypt it because it will be 
   re-encrypted with the original key automatically, perhaps using a logout 
   sequence, this is also desirable for a whole of wiki encryption.

I have other user design ideas, which will all benefit from a user/password 
facility if the solution you are both looking at does not compromise these 
possibilities.

I am all for firm security being available, but In many cases TiddlyWikis 
are shared with trusted parties. If hosted on the internet, and we can 
confirm they are trusted parties that is great, but once they are in, the 
truth is that trusted team members may just want to have clearly defined 
options and edit-ability. User modes to guide them and the ability to 
classify tiddlers and set the author/editor reliably. Sure it can be 
hacked, but we do not always need to enforce restrictive security, just 
make functional user and access features available to that trusted audience.

I hope my humble contributions can be of value.

Regards
Tony
 
 


On Wednesday, June 27, 2018 at 7:53:10 PM UTC+10, Jeremy Ruston wrote:
>
> Hi Tony 
>
> I’m working on some changes to TW5’s built-in server functionality, see 
> the discussion here: 
>
> https://groups.google.com/d/topic/tiddlywikidev/pOg-aiGtsPo/discussion 
>
> Amongst the changes will be the ability to run a wiki that is read-only 
> for anonymous users and requires a login for editing. Credentials are still 
> passed using Basic Authentication, and passwords are stored in plain text 
> on the server. However, it should be OK for internet hosting as long as you 
> put it behind HTTPS. 
>
> So, pending the new features, it’s probably worth spending some time 
> exploring whether and how you can set up HTTPS. 
>
> If the primitive authentication support offered by the built-in server 
> isn’t robust enough, then you can use an authenticated proxy server with 
> decent user management (such as IIS or Apache). This is another new 
> feature: you can specify an HTTP header that TW5 looks at for the 
> authenticated username, and then write that header within the proxy. 
>
> Best wishes 
>
> Jeremy 
>
>
>
> > On 27 Jun 2018, at 10:30, TonyM > 
> wrote: 
> > 
> > Hi all, 
> > 
> > I have long dreamed of being able to host tiddlywiki on the internet 
> with node. I recently got this working on top of a WHM/cpanel wholesale 
> host, and am very excited, it performs well. 
> > 
> > However this dream took no account of security. I now have a wiki online 
> that anyone can edit and presumably add as many tiddlers as they want, 
> perhaps even execute javascript as they wish. 
> > 
> > I think I need to turn it off, but before I do can anyone suggest some 
> security options, I would like it to provide read only unless authorised or 
> inaccessible without a password. 
> > 
> > Thanks 
> > Tony 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "TiddlyWiki" group. 
> > To unsubscribe from this group and stop receiving 

[tw5] Re: Link to a tiddler and original tiddler disappears

2018-06-27 Thread TonyM
Jerry

Dont bother deleting your questions because they and their answers are read by 
others.

Deleting leaves orphans

Tony

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b0023a4d-8717-4906-8803-40bb7f6ef3ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Link to a tiddler and original tiddler disappears

2018-06-27 Thread Jerry Johnson
Yep, that's it!  Sorry. I figured out the zoom feature later. I thought I 
had deleted my question. 



On Wednesday, June 27, 2018 at 11:00:43 AM UTC-7, Jed Carty wrote:
>
> You can change to the zoomin story view which only shows one tiddler at a 
> time. It is in the control panel under the appearance then story view tab.
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a68078bc-9ee1-46ac-9c98-c736134c9320%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to use a tiddler field as the source for an external image?

2018-06-27 Thread Jed Carty
I wrote about concatenating strings 
here 
http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs

It should cover what you need.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f78acb37-86bb-46e2-aeaf-569cd9511c07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to use a tiddler field as the source for an external image?

2018-06-27 Thread Marcio Augusto
Hi Jed,

Now I am trying to get the source from a combination of a path (output by a 
macro) and the tiddler field, again with no success testing many different 
approaches.

Would you have any tips on this?

Regards,
Marcio.

On Wednesday, June 27, 2018 at 11:47:30 AM UTC-3, Jed Carty wrote:
>
> I couldn't get the img version to work but the image widget should work, 
> you are missing a } in it.
>
> <$image source={{!!my_field}}/>
>
> works for me when I put 
> https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Indonesia_-_Lake_Toba_%2826224127503%29.jpg/1280px-Indonesia_-_Lake_Toba_%2826224127503%29.jpg
>  
> into my_field.
>
> I don't think that the img shorthand works with text references. This works
>
> [img[
> https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Indonesia_-_Lake_Toba_%2826224127503%29.jpg/1280px-Indonesia_-_Lake_Toba_%2826224127503%29.jpg
> ]]
>
> but not this
>
> [img{!!my_field}]
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c0a5abbe-3397-4412-bfdf-7b4b3d2a7def%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List sorting hierarchy syntax help

2018-06-27 Thread Scott Kingery
Thanks for the help, everyone. I posted a demo solution for future 
Googler's here:
http://techlifeweb.com/tw5tribalknowledge.html#West%20Mall:%5B%5BWest%20Mall%5D%5D%20%5B%5BToys%20n%20More%5D%5D%20%5B%5BJoe's%20Bar%5D%5D

Cleaned up some of my code and changed the names of my fields to make more 
sense.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f1686a13-e335-4557-a7a0-1b6bb1fcc422%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Link to a tiddler and original tiddler disappears

2018-06-27 Thread @TiddlyTweeter
 Jerry Johnson wrote:

> Is there a way of creating a tiddlywiki that when a person clicks on a 
> link within a tiddler that links to second tiddler, the first tiddler goes 
> away? 
>

erm not quite sure I understand but did you try Zoomin view? Its under the 
Tools menu ...

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9e54c7a6-9b56-40b3-8583-946737e66536%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Link to a tiddler and original tiddler disappears

2018-06-27 Thread Jed Carty
You can change to the zoomin story view which only shows one tiddler at a 
time. It is in the control panel under the appearance then story view tab.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/13dd3a97-784f-43e6-bcbf-b2bd3aed4151%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Link to a tiddler and original tiddler disappears

2018-06-27 Thread Jerry Johnson
Is there a way of creating a tiddlywiki that when a person clicks on a link 
within a tiddler that links to second tiddler, the first tiddler goes 
away?  I would like to create a tiddlywiki file that will allow a reader to 
move from one tiddler to the next without previously read tiddlers piling 
up in the storyview.  Hopefully I've explained what I'm wanting to 
accomplish. 

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/53cfa140-828e-418d-b129-3ead254c2c0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Catalogue of goto off-the-shelf Wikis?

2018-06-27 Thread @TiddlyTweeter
Ciao TonyM

eek. I'm not avoiding you. It may be purely a tech issue. I did write you 
two emails I never got replies to. I just assumed they were lost in a 
netherland sump :-)

Also you need to understand I am an idiot on tech. I'm good on reviewing 
outputs. I'm crap at creating. So on a project that creates things I'd be 
about as useful as a blancmange for cutting bread. 

Your project looks quite orientated to making things. My interest, and 
where I have some basic skill, is simply to wonder IF we can catalogue 
already what exists since that already looks vast. I'm an okay sniffer.

Hope that clarifies it a bit
Best, Josiah

TonyM wrote:
>
> ... I have being and I am building such a resource now, I have tried to 
> engage you a few times on this, I am not sure if I am over looked or being 
> ignored.
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fa40c581-c4ea-4e26-bc88-ba537bc7ebe3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Free online store on Tiddlywiki & Google speadsheets. Demo. No hosting need.

2018-06-27 Thread Mohammad
Wonderful Siniy!
I could use it.

Best
Mohammad


On Wednesday, June 27, 2018 at 5:07:27 PM UTC+4:30, Siniy-Kit wrote:
>
> My  template  http://heeg.ru/shop_eng.html  is 90% translated in to 
> English (it is enough to understand how it work), but  it use Russian data 
> base of goods, so you see many Russian letters. 
> I write one js tiddler 
> http://heeg.ru/shop_eng.html#%24%3A%2Fboot%2Fbootprefix1.js and many css 
> tiddlers like this 
> http://heeg.ru/shop_eng.html#%24%3A%2F_aa.giff%2FStyleSheetTopic
> but i don't convert it to plugin. 
>
>
> On Wednesday, 27 June 2018 11:34:33 UTC+3, Mohammad wrote:
>>
>> Is there an English version?
>> By Javascript, do you mean you have developed some widgets/ macros in JS?
>>
>> Anyway this is a great example of TW features and capabilities!
>>
>> A million tanks for sharing.
>>
>>
>> On Wednesday, June 27, 2018 at 10:57:40 AM UTC+4:30, Siniy-Kit wrote:
>>>
>>> Thanks. I use Tiddlywiki and pure javascript only.  Everyone can save 
>>> local generated result from "V" Tiddlywiki  menu and work with it as simple 
>>> Tiddlywiki html file or put it to his hosting with all images, static files 
>>> and sitemap.xml . I make TW5 shops with 1200+ items and they work fast. 
>>> Google indexes such sites (on classic hosting)  very well.  
>>> 
>>>
>>>
>>>
>>>
>>>
>>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/87e6ec63-1786-4684-a67a-d6d65b89ccdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TW in Public -- DesignWriteStudio

2018-06-27 Thread @TiddlyTweeter
http://designwritestudio.com/

A particularly interesting first landing that gives you the flavour of TW 
as you start clicking in the landing Tiddler.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1c379b79-bea0-4315-8c00-858f5cc12de8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Not edit SVG tiddlers as text

2018-06-27 Thread @TiddlyTweeter
Jeremy

IF ONLY this stupid list had tags so that I could mark that reply 
"#greatTips"

Josiah 

@everteam.com asked:
>
>> ... I have big SVG images, and adding fields or tags to these is painful 
>> as the text of the SVG file is displayed when editing ... and it's a quite 
>> long !
>>
>
Jeremy Ruston wrote:
>
> One quick solution might be to add a duplicate field editing section to 
> the edit template immediately above the body:
>
1. Create a new tiddler called $:/TopEditFields
> 2. Add the tag: $:/tags/EditTemplate
> 3. Add the text: <$transclude tiddler="$:/core/ui/EditTemplate/fields" 
> mode="block"/>
> 4. Add a “list-before” field with the value $:/core/ui/EditTemplate/body
> 5. Click the tick to finish editing the tiddler
>
>
>
>
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4c701307-7bb9-41e7-a8ba-82eee69221fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread Mohammad
Thank you Mark and Diego!
I enjoyed the help from all of you. Each showed a different way to produce 
these numbers.

Cheers
Mohammad

On Wednesday, June 27, 2018 at 7:17:21 PM UTC+4:30, Diego Mesa wrote:
>
> Mohammad,
>
> If you dont want the *full* formula plugin, you can also just use Evan' 
> range operator directly:
>
>
> http://evanbalster.com/tiddlywiki/formulas.html#%24%3A%2Fplugins%2Febalster%2Fformula%2Ffilters%2Frange.js
>
> Diego
>
> On Wednesday, June 27, 2018 at 8:06:23 AM UTC-5, Mohammad wrote:
>>
>> Jed, BTC
>> Thank you very much! Both code works for me!
>> I am learning a lot for this forum!
>>
>> I use your code with the *concatenate* macro from Tobias Beer and now I 
>> can create any number of tiddlers (slides) by one click
>> in my Tiddlyshow application with names like Lec01-slide01, 
>> Lec01-slide02, Lec01-slide03, . Lec01-slide99, ...
>>
>> Thank you again!
>>
>> I would be great if these solution could be documented / stored somewhere 
>> for future use.
>>
>> Best
>> Mohammad
>>
>> On Wednesday, June 27, 2018 at 4:43:32 PM UTC+4:30, BurningTreeC wrote:
>>>
>>> Hi Mohammad,
>>>
>>> I just add how I create such lists:
>>>
>>> Look at this tiddler 
>>> 
>>>  ... 
>>> it stores all integer numbers from 1 to  in its list field
>>>
>>> I just do:
>>>
>>> <$list filter="[list[mynumbertiddler]limit[mylimit]]">
>>> do something
>>> 
>>>
>>> There's also Evan Balster's formula plugin which allows creating ranges!
>>>
>>> <$list filter="[range[99]]">
>>> do something
>>> 
>>>
>>>
>>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/974d1181-4941-483a-aa3d-d082c85dd8cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Not edit SVG tiddlers as text

2018-06-27 Thread @TiddlyTweeter
erm ... because SVG IS text?

Would a solution be to see fields at the TOP not after a long scroll to the 
bottom? Not sure if its possible. It might be. Or a jump to "go to end?" 
using keys? That seems easy.

On Wednesday, 27 June 2018 17:40:10 UTC+2, p.ke...@everteam.com wrote:
>
> Hello,
> I know that Tiddlywiki cant directly edit SVG tiddler like BMP images, but 
> how to prevent Tiddlywiki to display the SVG code as text when editing ?
> I have big SVG images, and adding fields or tags to these is painful as 
> the text of the SVG file is displayed when editing ... and it's a quite 
> long !
> Thank you for any hits ...
> (BTW great tool !)
> Philippe 
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7e669f60-d73d-4c27-9686-db4a953bc8ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to use a tiddler field as the source for an external image?

2018-06-27 Thread Marcio Augusto
Hi Jed,

Thanks a lot! I couldn't believe I overlooked this missing } all the time!

Regards,
Marcio.

On Wednesday, June 27, 2018 at 11:47:30 AM UTC-3, Jed Carty wrote:
>
> I couldn't get the img version to work but the image widget should work, 
> you are missing a } in it.
>
> <$image source={{!!my_field}}/>
>
> works for me when I put 
> https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Indonesia_-_Lake_Toba_%2826224127503%29.jpg/1280px-Indonesia_-_Lake_Toba_%2826224127503%29.jpg
>  
> into my_field.
>
> I don't think that the img shorthand works with text references. This works
>
> [img[
> https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Indonesia_-_Lake_Toba_%2826224127503%29.jpg/1280px-Indonesia_-_Lake_Toba_%2826224127503%29.jpg
> ]]
>
> but not this
>
> [img{!!my_field}]
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0292b2f-3963-4950-a845-05a1ccb73cf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Not edit SVG tiddlers as text

2018-06-27 Thread p . kerrest
Hello,
I know that Tiddlywiki cant directly edit SVG tiddler like BMP images, but 
how to prevent Tiddlywiki to display the SVG code as text when editing ?
I have big SVG images, and adding fields or tags to these is painful as the 
text of the SVG file is displayed when editing ... and it's a quite long !
Thank you for any hits ...
(BTW great tool !)
Philippe 

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3aa7837a-0c96-4edb-97a1-7a8081e42063%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: fewer tiddlydesktop backups

2018-06-27 Thread @TiddlyTweeter
I totally agree. Infinite redundant backups are a PITA. I do kinda 
understand why TW got burdened with doing backups. But, frankly, I think it 
wastes a good programmers' time. Backup for me is a backup program that I 
can set as I need, not some half-way-there compromise I have to manage. 

On Wednesday, 27 June 2018 17:11:23 UTC+2, Captain Packers wrote:
>
> Didn't see that option until you told me it was available. Then I found it 
> behind the "advanced" button.
>
> Thanks. IMO this makes TiddlyDesktop much more usable. Otherwise I would 
> have had to set up a cron job to delete backups!
>
> Thanks.
>
> On Tuesday, June 26, 2018 at 5:12:09 PM UTC-4, @TiddlyTweeter wrote:
>>
>> You can turn backups off in the latest release. You need to do it wiki by 
>> wiki as the default is on.
>>
>> On Tuesday, 26 June 2018 23:03:38 UTC+2, Captain Packers wrote:
>>>
>>> I just started looking at TiddlyDesktop on Ubuntu, but I don't like the 
>>> number of backup files generated. I saw references to LessBackups plugin, 
>>> but it doesn't seem to exist for TW5. Is there a way to turn off or limit 
>>> the number of backups? I don't really need them at all as I'm saving to my 
>>> synced google drive.
>>>
>>> Thanks
>>>
>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aa89ef59-8959-4754-8d61-6d3667b18984%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: fewer tiddlydesktop backups

2018-06-27 Thread Captain Packers
Didn't see that option until you told me it was available. Then I found it 
behind the "advanced" button.

Thanks. IMO this makes TiddlyDesktop much more usable. Otherwise I would 
have had to set up a cron job to delete backups!

Thanks.

On Tuesday, June 26, 2018 at 5:12:09 PM UTC-4, @TiddlyTweeter wrote:
>
> You can turn backups off in the latest release. You need to do it wiki by 
> wiki as the default is on.
>
> On Tuesday, 26 June 2018 23:03:38 UTC+2, Captain Packers wrote:
>>
>> I just started looking at TiddlyDesktop on Ubuntu, but I don't like the 
>> number of backup files generated. I saw references to LessBackups plugin, 
>> but it doesn't seem to exist for TW5. Is there a way to turn off or limit 
>> the number of backups? I don't really need them at all as I'm saving to my 
>> synced google drive.
>>
>> Thanks
>>
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c68015cf-fd7b-426e-9afd-ea53ab9fd048%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread 'Mark S.' via TiddlyWiki
Adding to what everyone else has said, if you use a large list of numbers, 
the "nth" operator, and an upper limit, then you can roll your own range 
operator.

e.g. <> would give numbers 27 through 36. One problem is 
that you couldn't use "0" since "nth" is 1-based.

There was another thread from probably a year ago, where it was discussed 
how to generate a huge list of numbers by using nested list widgets.

-- Mark

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0b20b57d-9dc8-4dfd-853c-cbaaad1653e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to use a tiddler field as the source for an external image?

2018-06-27 Thread Jed Carty
I couldn't get the img version to work but the image widget should work, 
you are missing a } in it.

<$image source={{!!my_field}}/>

works for me when I 
put 
https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Indonesia_-_Lake_Toba_%2826224127503%29.jpg/1280px-Indonesia_-_Lake_Toba_%2826224127503%29.jpg
 
into my_field.

I don't think that the img shorthand works with text references. This works

[img[https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Indonesia_-_Lake_Toba_%2826224127503%29.jpg/1280px-Indonesia_-_Lake_Toba_%2826224127503%29.jpg]]

but not this

[img{!!my_field}]

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c2c5005-119a-4d11-8845-e29c3a431064%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread Diego Mesa
Mohammad,

If you dont want the *full* formula plugin, you can also just use Evan' 
range operator directly:

http://evanbalster.com/tiddlywiki/formulas.html#%24%3A%2Fplugins%2Febalster%2Fformula%2Ffilters%2Frange.js

Diego

On Wednesday, June 27, 2018 at 8:06:23 AM UTC-5, Mohammad wrote:
>
> Jed, BTC
> Thank you very much! Both code works for me!
> I am learning a lot for this forum!
>
> I use your code with the *concatenate* macro from Tobias Beer and now I 
> can create any number of tiddlers (slides) by one click
> in my Tiddlyshow application with names like Lec01-slide01, Lec01-slide02, 
> Lec01-slide03, . Lec01-slide99, ...
>
> Thank you again!
>
> I would be great if these solution could be documented / stored somewhere 
> for future use.
>
> Best
> Mohammad
>
> On Wednesday, June 27, 2018 at 4:43:32 PM UTC+4:30, BurningTreeC wrote:
>>
>> Hi Mohammad,
>>
>> I just add how I create such lists:
>>
>> Look at this tiddler 
>> 
>>  ... 
>> it stores all integer numbers from 1 to  in its list field
>>
>> I just do:
>>
>> <$list filter="[list[mynumbertiddler]limit[mylimit]]">
>> do something
>> 
>>
>> There's also Evan Balster's formula plugin which allows creating ranges!
>>
>> <$list filter="[range[99]]">
>> do something
>> 
>>
>>
>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7525e87d-cbaa-47d9-aa0b-c162fb83139d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] How to use a tiddler field as the source for an external image?

2018-06-27 Thread Marcio Augusto
Hi,

I am trying to get the source for an external image from a tiddler field. 

After unsuccessfully testing both the img declaration 
([img[source={!!myfield}}]) and the image widget (<$image 
source={{!!myfield}/>), I also tried using a macro to output those 
statements, or just to take the field and output the source, with no luck 
either.

Does anyone knows how to do this, or if it is possible at all?

Regards,
Marcio.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/754d2911-ffb5-4b5a-8d34-48d7570b7bd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread Mohammad
Jed, BTC
Thank you very much! Both code works for me!
I am learning a lot for this forum!

I use your code with the *concatenate* macro from Tobias Beer and now I can 
create any number of tiddlers (slides) by one click
in my Tiddlyshow application with names like Lec01-slide01, Lec01-slide02, 
Lec01-slide03, . Lec01-slide99, ...

Thank you again!

I would be great if these solution could be documented / stored somewhere 
for future use.

Best
Mohammad

On Wednesday, June 27, 2018 at 4:43:32 PM UTC+4:30, BurningTreeC wrote:
>
> Hi Mohammad,
>
> I just add how I create such lists:
>
> Look at this tiddler 
> 
>  ... 
> it stores all integer numbers from 1 to  in its list field
>
> I just do:
>
> <$list filter="[list[mynumbertiddler]limit[mylimit]]">
> do something
> 
>
> There's also Evan Balster's formula plugin which allows creating ranges!
>
> <$list filter="[range[99]]">
> do something
> 
>
>
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/91550aeb-272f-46ad-9eee-9a80e8820cd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Table of Contents - Highlight the TOC entry

2018-06-27 Thread David Gifford
Yes barrowgloom, that was my goal, that by using  the caption field for the
ToC, I could apply classes and they would show that way in the ToC. The ToC
shows only caption fields, not titles. That is the way I set it up, so the
ToC's could have styles in the entries. I am not sure what you are asking.

Perhaps you were hoping for a style applied to indicate within the ToC
which tiddler is currently being viewed. I don't know how to do that. And
in the case of my personal version of NoteSlam, that would be a moot point,
since I don't put the ToC in the sidebar, so you have to look at the ToC
and the tiddlers at separate times.

I am not sure what you mean by an "indicator of position in long ToCs." I
will assume you meant 'a visual indicator in long ToCs to show what tiddler
is being viewed'. Again, I don't know how to do that or if it can be done.
Blessings.



David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Jun 27, 2018 at 3:38 AM,  wrote:

> David Gifford wrote:
>>
>> If you use this TOC (http://giffmex.org/noteslam/n
>> oteslam.online.mine.html) and hit the plus button, it creates an outline
>> entry. The caption field is what shows in the TOC, not the title field, and
>> the caption field can be used to add CSS classes like highlighting and
>> color, etc. The entries will still be links even though they are not blue.
>>
>>
> You'll have to forgive me, I'm still only 40% acquainted with TW.  Using
> css class in "caption" field for ToC entry names, wouldn't it show
> highlighting constantly regardless of the tiddlers state, such as open or
> active,   I use captions for ToC entries and they show the caption field
> text constantly, regardless of any factors.
>
> I am also interested in some sort of indicator of position in an long ToC,
> but I'm looking for something more like a dot. Highlighting doesn't always
> work on my system's theme.
>
> --
> 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/d2EyRIxCHB0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/e8e88072-d9de-4ba2-8eff-cea404b7bb5d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFKRkOv3FVmcaTohjKntghW9TQiTu1XCEm1cOy%2B5KqHz1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Free online store on Tiddlywiki & Google speadsheets. Demo. No hosting need.

2018-06-27 Thread Siniy-Kit
My  template  http://heeg.ru/shop_eng.html  is 90% translated in to English 
(it is enough to understand how it work), but  it use Russian data base of 
goods, so you see many Russian letters. 
I write one js 
tiddler http://heeg.ru/shop_eng.html#%24%3A%2Fboot%2Fbootprefix1.js and 
many css tiddlers like 
this http://heeg.ru/shop_eng.html#%24%3A%2F_aa.giff%2FStyleSheetTopic
but i don't convert it to plugin. 


On Wednesday, 27 June 2018 11:34:33 UTC+3, Mohammad wrote:
>
> Is there an English version?
> By Javascript, do you mean you have developed some widgets/ macros in JS?
>
> Anyway this is a great example of TW features and capabilities!
>
> A million tanks for sharing.
>
>
> On Wednesday, June 27, 2018 at 10:57:40 AM UTC+4:30, Siniy-Kit wrote:
>>
>> Thanks. I use Tiddlywiki and pure javascript only.  Everyone can save 
>> local generated result from "V" Tiddlywiki  menu and work with it as simple 
>> Tiddlywiki html file or put it to his hosting with all images, static files 
>> and sitemap.xml . I make TW5 shops with 1200+ items and they work fast. 
>> Google indexes such sites (on classic hosting)  very well.  
>> 
>>
>>
>>
>>
>>
>>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b28ccfb4-b93d-4e15-a48e-ed61534bed3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread BurningTreeC
Hi Mohammad,

I just add how I create such lists:

Look at this tiddler 

 ... 
it stores all integer numbers from 1 to  in its list field

I just do:

<$list filter="[list[mynumbertiddler]limit[mylimit]]">
do something


There's also Evan Balster's formula plugin which allows creating ranges!

<$list filter="[range[99]]">
do something



-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fefa3942-43d5-461b-ac6b-e88779275e03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread Jed Carty
If you know what a maximum n would be you can do something like this:

title: $:/macro/numb
tags: $:/tags/Macro
list: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
27 28 29 30

\define numb(n:10 format:"<> ") <$list filter=
'[enlist{$:/macro/numb!!list}first[$n$]]'>$format$


(that means set the title to $:/macro/numb, give it the tag $:/tags/Macro, 
set the list field to the list etc.)

if you need to go above 30 than you continue the list in the list field 
past 30. you can give it a format input that gives the template used to 
list the numbers, so you could use:

<""">>

to get a list that counts from 0 to 9 saying 'This number is 0,' etc.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/567431fa-f5d0-4d16-bcd3-702abfc1e75a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] StartupActions: maximise browser window based on screen width?

2018-06-27 Thread Hubert
Hi,

I'm trying to make use of the new *StartupActions* 
 functionality.

I'm using TW on multiple computers with different screen sizes and what I'm 
trying to do is maximise the browser window on startup IF the current 
screen width ($:/info/browser/screen/width) matches 1366 pixels (laptop).

I've created a tiddler named StartUp and tagged it with 
$:/tags/StartupAction/Browser

In the tiddler's text area, I've typed in the following code (the 
dependency here is Evan Balster's formula macro):

\define BlaBla()
<$set name=screen_width value={{$:/info/browser/screen/width}}>
<>

\end

\define Conditionals()
<$formula formula="if(($(screen_width)$=1366), '<>', 
'')"/>
\end

\define MaximiseBrowserWindow()
<$action-sendmessage $message="tm-full-screen"/>
\end

<>

Unfortunately this does nothing.

For testing purposes, I've removed most of the above code and left out just 
the action line:

<$action-sendmessage $message="tm-full-screen"/>

This does nothing either.

I know it is strange just to place actions in tiddlers on their own but I 
would have assumed that the trigger here is startup itself and the code 
should be executed just because the tiddler is tagged as it should, as if 
the whole snippet was a button action (?)

Is there anything I'm missing here or is it just that, by design, actions 
cannot be executed conditionally?

Thank you for your input.


-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/92f702e6-7171-4d6d-b6a9-023df96d4efd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create a list of numbers

2018-06-27 Thread Mohammad
Thank you Tony!
Most of the time n is unknown in advance so, the question is how write a 
macro or a code to generate <> 0, 1, 2, 3, , n

/Mohammad

On Wednesday, June 27, 2018 at 10:20:41 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> In many cases the following may be enough?
>
> <$list filter="0 1 2 3 4 5 6 7 8 9" variable="units">
> <>
> 
>
> or
>
>
> <$list filter="1 2 3 4 5 6 7 8 9 10 11 12" variable="set">
> <>
> 
>
> or
>
> <$list filter="0 1 2 3 4 5 6 7 8 9" variable="tens">
> <$list filter="0 1 2 3 4 5 6 7 8 9" variable="units">
> <><>
> 
> 
>
>
>
> Regards
> Tony
>
> On Wednesday, June 27, 2018 at 2:39:48 PM UTC+10, Mohammad wrote:
>>
>> Is it possible to create a list of numbers say from 0 to n?
>> For example having a macro like *numb* and then
>>
>> <> 
>>
>> creates
>> 0 1 2 3 4 5 6 7 8 9 10
>>
>>
>>
>> or
>>
>> <> 
>>
>> produces
>> 0 1 2 3 4
>>
>>
>>
>> Thank you
>> 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/70b5ca3b-207b-4aa7-a27a-e6410a1a5385%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Node on the internet

2018-06-27 Thread Jed Carty
I am actually working on this right now. I have a working node wiki up 
online using Bob so it is multi-user. There are still enough bugs that I am 
not going to announce it yet (shh! it's a secret!), but it works.

To make it work I made a new command so that the tiddlywiki component 
didn't run any server at all, it just boots as a module in a node process. 
The other node components run an express server that handles the 
authentication and paths.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/be0e5fe2-cbfa-4022-b135-071ddd528faf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Node on the internet

2018-06-27 Thread Jeremy Ruston
Hi Tony

I’m working on some changes to TW5’s built-in server functionality, see the 
discussion here:

https://groups.google.com/d/topic/tiddlywikidev/pOg-aiGtsPo/discussion

Amongst the changes will be the ability to run a wiki that is read-only for 
anonymous users and requires a login for editing. Credentials are still passed 
using Basic Authentication, and passwords are stored in plain text on the 
server. However, it should be OK for internet hosting as long as you put it 
behind HTTPS.

So, pending the new features, it’s probably worth spending some time exploring 
whether and how you can set up HTTPS.

If the primitive authentication support offered by the built-in server isn’t 
robust enough, then you can use an authenticated proxy server with decent user 
management (such as IIS or Apache). This is another new feature: you can 
specify an HTTP header that TW5 looks at for the authenticated username, and 
then write that header within the proxy.

Best wishes

Jeremy



> On 27 Jun 2018, at 10:30, TonyM  wrote:
> 
> Hi all,
> 
> I have long dreamed of being able to host tiddlywiki on the internet with 
> node. I recently got this working on top of a WHM/cpanel wholesale host, and 
> am very excited, it performs well.
> 
> However this dream took no account of security. I now have a wiki online that 
> anyone can edit and presumably add as many tiddlers as they want, perhaps 
> even execute javascript as they wish.
> 
> I think I need to turn it off, but before I do can anyone suggest some 
> security options, I would like it to provide read only unless authorised or 
> inaccessible without a password.
> 
> Thanks
> Tony
> 
> -- 
> 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 group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/29eed46b-536b-41b4-bf89-3a69ec573c37%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0B351D47-5D14-4264-BA73-5E606920A9DE%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Node on the internet

2018-06-27 Thread TonyM
Hi all,

I have long dreamed of being able to host tiddlywiki on the internet with node. 
I recently got this working on top of a WHM/cpanel wholesale host, and am very 
excited, it performs well.

However this dream took no account of security. I now have a wiki online that 
anyone can edit and presumably add as many tiddlers as they want, perhaps even 
execute javascript as they wish.

I think I need to turn it off, but before I do can anyone suggest some security 
options, I would like it to provide read only unless authorised or inaccessible 
without a password.

Thanks
Tony

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/29eed46b-536b-41b4-bf89-3a69ec573c37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: import from Org-Mode

2018-06-27 Thread LDL
The author of the exporter from org-mode to tiddlywiki 
 has just fixed the problem. 
Works fine with the latest version from GitHub.

Il giorno martedì 26 giugno 2018 16:37:16 UTC+2, LDL ha scritto:
>
> I have the same problem on my machine. Looks like :export-block is no 
> longer supported in new versions of org-mode. I opened an issue on the 
> github project page 
> , should be easy 
> to fix.
>
> Il giorno martedì 26 giugno 2018 14:06:34 UTC+2, Shay Shaked ha scritto:
>>
>> This looks very promising LDL, but it gives me an error (unknown keyword: 
>> export-block). This is in line 47 in ox-tiddly.el. I'm no programmer, but 
>> it looks like "export block" is outdated and needs to be updated to 
>> whatever the new syntax is.
>>
>> As for the discussion going on with Tony and Mark, it is interesting... 
>> but not sure it's part of this topic (which is just how to make it work?). 
>> So I will include my thoughts here, but I have a feeling this might lead 
>> us in a different direction :p
>>
>> Text-slicer is news to me. It's close but doesn't exactly address the 
>> issue which is the difference in syntax. Further, my Org files are already 
>> usually rather short and built  up as tiddler, it's not a matter of 
>> breaking them down but from changing what would be a bullet point (*) to a 
>> header (!) in TW. 
>>
>> There seems like there should be a way where I can export to HTML (easy 
>> enough to do with Org) and then import as tiddler with TW? Does TW do that 
>> well, assuming the HTML does not include anything too "fancy"? 
>>
>> Again, all I need is handling of headers, links, and that's it mostly. I 
>> will gladly add tags (that are different on my TW anyway) and provide a 
>> name for the tiddler myself. The format is so close. It's just that typing 
>> in Org-mode is much easier and effective, for me,  and comes with the added 
>> benefits of spell checker (doesn't always work in TW). 
>>
>> I can talk more about the benefits of writing in Org-mode, but I think 
>> that's outside the scope of this discussion -- to each their own. That 
>> said, I wouldn't recommend anyone try Org-mode just because they want to 
>> write in TW... that's crazy talk. There must be other reasons. 
>>
>>
>>  
>>
>>
>> On Tuesday, June 26, 2018 at 4:23:13 AM UTC-4, LDL wrote:
>>>
>>> You can try this exporter: https://github.com/dfeich/org8-wikiexporters 
>>> that should give you a tid file via the standard export interface of 
>>> org-mode
>>>
>>> Il giorno martedì 26 giugno 2018 03:21:30 UTC+2, Shay Shaked ha scritto:

 I'm looking around and I see a lot of Emacs references, a few less (but 
 still a lot) Org-Mode references, but I don't see something that answers 
 the question itself (yet): is there a way to export from Org-mode to TW. 

 I started playing around with Org-mode recently and the writing 
 experience is great. I would really like to be able to export to TW (tid) 
 format. The closet I saw was this 
  on 
 tiddlywiki.com but I'm not sure how to actually use it. It doesn't 
 font-lock (highlight) anything in the syntax really. Besides, I would 
 *really 
 *like to be able to write in Org-mode, if it exists. 

 So... anyone here familiar with this? Anyone here uses Org to write and 
 work with TW at the same time? 




-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/118d8230-d68e-4ba1-9573-f499183971c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Table of Contents - Highlight the TOC entry

2018-06-27 Thread barrowgloom
David Gifford wrote:
>
> If you use this TOC (http://giffmex.org/noteslam/noteslam.online.mine.html) 
> and hit the plus button, it creates an outline entry. The caption field is 
> what shows in the TOC, not the title field, and the caption field can be 
> used to add CSS classes like highlighting and color, etc. The entries will 
> still be links even though they are not blue.
>
>
You'll have to forgive me, I'm still only 40% acquainted with TW.  Using 
css class in "caption" field for ToC entry names, wouldn't it show 
highlighting constantly regardless of the tiddlers state, such as open or 
active,   I use captions for ToC entries and they show the caption field 
text constantly, regardless of any factors.

I am also interested in some sort of indicator of position in an long ToC, 
but I'm looking for something more like a dot. Highlighting doesn't always 
work on my system's theme.

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e8e88072-d9de-4ba2-8eff-cea404b7bb5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Free online store on Tiddlywiki & Google speadsheets. Demo. No hosting need.

2018-06-27 Thread Mohammad
Is there an English version?
By Javascript, do you mean you have developed some widgets/ macros in JS?

Anyway this is a great example of TW features and capabilities!

A million tanks for sharing.


On Wednesday, June 27, 2018 at 10:57:40 AM UTC+4:30, Siniy-Kit wrote:
>
> Thanks. I use Tiddlywiki and pure javascript only.  Everyone can save 
> local generated result from "V" Tiddlywiki  menu and work with it as simple 
> Tiddlywiki html file or put it to his hosting with all images, static files 
> and sitemap.xml . I make TW5 shops with 1200+ items and they work fast. 
> Google indexes such sites (on classic hosting)  very well.  
> 
>
>
>
>
>
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf7d671c-73c4-4a51-b643-696d0dc4d306%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Seeking Wiki-Lifeloggers

2018-06-27 Thread Ste Wilson
Two minute takeaway Oo.. Shiny box outs for references/ footnotes! 

Looks like an impressive work'

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/23b13318-7235-486f-8060-5ed88b44d7a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Free online store on Tiddlywiki & Google speadsheets. Demo. No hosting need.

2018-06-27 Thread Siniy-Kit
Thanks. I use Tiddlywiki and pure javascript only.  Everyone can save local 
generated result from "V" Tiddlywiki  menu and work with it as simple 
Tiddlywiki html file or put it to his hosting with all images, static files 
and sitemap.xml . I make TW5 shops with 1200+ items and they work fast. 
Google indexes such sites very well. 




On Tuesday, 26 June 2018 12:28:37 UTC+3, Mohammad wrote:
>
> Wow,
> This is wonderful.
> It cannot believe you can have such amazing interactive website just using 
> tiddlywiki.
>
> Cheers
>

-- 
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 group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8baa4cba-d21b-4880-8df1-509fd1dcc611%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.