[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Jon
That works Eric, thank you.

I wonder if the behaviour could be changed a bit so that the first 
selection shows the tiddlers with that tag and then the second selection 
shows the match- at the moment it will only show tiddlers with a match for 
both tags.

I suspect the next request might be less straight forward - it would be 
great to be able to type the name of the tag for it to be selected in the 
same way as the normal tiddler tagging mechanism. At the moment, typing 
will only select the first letter of the tag and then you need to scroll.

Thanks Matabele - I'll look into that too.

Regards
Jon

On Monday, 25 July 2016 22:46:29 UTC+1, Eric Shulman wrote:
>
> On Monday, July 25, 2016 at 1:04:19 PM UTC-7, Jon wrote:
>>
>> I'd like to set something up so that I can apply a filter using drop down 
>> lists of the available tags so I can then search for all the tiddlers 
>> tagged with both A and B by selecting each tag from the drop down list.
>>
>
> Using standard TiddlyWiki syntax (no plugins):
>
>
>
> Find tiddlers tagged with:
>
> <$select tiddler="$:/temp/tag1">
><$list filter="[all[]tags[]sort[]]">
>   >><>
>
> 
> and
> <$select tiddler="$:/temp/tag2">
><$list filter="[all[]tags[]sort[]]">
>   >><>
>
> 
>
> Found <$count filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]" /> matching 
> tiddlers:
>
> <$list filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]">
><$link><>
> 
>
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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/be8da018-20b0-47f9-bb5a-cd1163e38dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Matabele
Hi Jon

I remember playing around with something like this using my $checklist 
widget -- have a look at the Select by ANDing Tags 

 example 
here .

regards

On Monday, 25 July 2016 22:04:19 UTC+2, Jon wrote:
>
> Hi,
>
> I've searched through the forum so apologies if I've overlooked an answer 
> previously given to this.
>
> I'd like to set something up so that I can apply a filter using drop down 
> lists of the available tags so I can then search for all the tiddlers 
> tagged with both A and B by selecting each tag from the drop down list.
>
> Hopefully that makes sense.
>
> 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 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/f4cb1140-a3b3-4372-84f7-a5188a84f497%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] MODULE_NOT_FOUND error with node.js

2016-07-25 Thread 'Mark S.' via TiddlyWiki
I only have the one folder, which is pretty out of date. It could only have 
gotten the codemirror through the update process, since I've never 
installed it. Sounds like I would need to start over?

When I create a new folder, and start it with lazy serving of tiddlers:

> tiddlywiki mytestwiki --server 8080 $:/core/save/lazy-all

Tiddlers that I save and reload are missing their content. Is lazy serving 
supposed to be working? I assume that "non-system" tiddlers are the 
tiddlers that I create??

Thanks!
Mark

On Monday, July 25, 2016 at 7:47:07 PM UTC-7, Jeremy Ruston wrote:
>
> Hi Mark
>
> The error message suggests that you've got the latest CodeMirror plugin 
> installed, but that it cannot access "..editor/factory.js", a core 
> component that was introduced in 5.1.12. Things have clearly got corrupted 
> somehow, but it's hard to figure out why.
>
> Do you get the same behaviour regardless of the wiki folder that you're 
> using?
>
> Best wishes
>
> Jeremy
>
>
>
> --
> Jeremy Ruston
> jer...@jermolene.com 
> http://jermolene.com
>
> On 25 Jul 2016, at 23:42, 'Mark S.' via TiddlyWiki <
> tiddl...@googlegroups.com > wrote:
>
> I haven't used node.js for awhile. I updated following the instructions 
> (npm update -g tiddlywiki). Then attempted to launch, and got the following 
> error. What do I do to get it working?
>
> Thanks!
> Mark
>
> Error executing boot module $:/plugins/tiddlywiki/codemirror/edit-
> codemirror.js:
>  {"code":"MODULE_NOT_FOUND"}
>
> Error: Cannot find module '$:/core/modules/editor/factory.js'
> at Function.Module._resolveFilename (module.js:336:15)
> at Function.Module._load (module.js:278:25)
> at Module.require (module.js:365:17)
> at require (module.js:384:17)
> at Object.$tw.modules.execute (C:\Users\Mark\Downloads\node\
> node_modules\tid
> dlywiki\boot\boot.js:695:11)
> at sandbox.require (C:\Users\Mark\Downloads\node\node_modules\
> tiddlywiki\boo
> t\boot.js:654:24)
> at $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:15:29
> at $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:20:3
> at ContextifyScript.Script.runInNewContext (vm.js:38:15)
> at Object.exports.runInNewContext (vm.js:69:17)
> at $tw.utils.evalSandboxed (C:\Users\Mark\Downloads\node\node_modules\
> tiddly
> wiki\boot\boot.js:450:5)
>
>
> -- 
> 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 post to this group, send email to tiddl...@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/0483ffb4-bd3e-4e0a-9fea-5c737dc9eb0b%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/bce19d2e-53d7-46d5-ad7a-a3d4b8a3753e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: X3DOM in TW6

2016-07-25 Thread zemoxian
Here are images from my phone. 
https://twitter.com/zemoxian/status/757774581914402816

-- 
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/da6e2fec-7a10-4e65-aa5c-b40afa2824c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] new tiddler / excised tiddler that inherits tags of current tiddler

2016-07-25 Thread Rich
Hi, I have been able to get close but not quite on this...Is there a way to 
create a new tiddler that inherits the tags of the current tiddler?  This 
would save me a ton of time entering the same tags again and again for a 
specific project.  I got close with the create new Journal/Tiddler here 
function that makes the current title into the tag of the new tiddler, but 
that does not quite do it for me.  A related useful thing would be the 
ability to have the new "excise text to new tiddler" inherit the tags. 
 That might even be useful default behavior.  Meanwhile, if there is a way 
to excise with the current tags, that would be great.  I thought about 
doing this as a feature request on Github, but figured it best to see if 
there is some way already available.  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/25f643b6-366d-4c15-b1cc-fb379da7f28c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: X3DOM in TW6

2016-07-25 Thread zemoxian
This works fine. An $x3d widget may be useful but I haven't needed it yet.  i 
need the <> button to make it visible. The widget could make it 
unnecessary. 




<$list filter="[tag[Shapes]]"><$transclude />


<>

-- 
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/f6210d37-b050-4010-b31b-b0177be62cca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] MODULE_NOT_FOUND error with node.js

2016-07-25 Thread Jeremy Ruston
Hi Mark

The error message suggests that you've got the latest CodeMirror plugin 
installed, but that it cannot access "..editor/factory.js", a core component 
that was introduced in 5.1.12. Things have clearly got corrupted somehow, but 
it's hard to figure out why.

Do you get the same behaviour regardless of the wiki folder that you're using?

Best wishes

Jeremy



--
Jeremy Ruston
jer...@jermolene.com
http://jermolene.com

> On 25 Jul 2016, at 23:42, 'Mark S.' via TiddlyWiki 
>  wrote:
> 
> I haven't used node.js for awhile. I updated following the instructions (npm 
> update -g tiddlywiki). Then attempted to launch, and got the following error. 
> What do I do to get it working?
> 
> Thanks!
> Mark
> 
> Error executing boot module 
> $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:
>  {"code":"MODULE_NOT_FOUND"}
> 
> Error: Cannot find module '$:/core/modules/editor/factory.js'
> at Function.Module._resolveFilename (module.js:336:15)
> at Function.Module._load (module.js:278:25)
> at Module.require (module.js:365:17)
> at require (module.js:384:17)
> at Object.$tw.modules.execute 
> (C:\Users\Mark\Downloads\node\node_modules\tid
> dlywiki\boot\boot.js:695:11)
> at sandbox.require 
> (C:\Users\Mark\Downloads\node\node_modules\tiddlywiki\boo
> t\boot.js:654:24)
> at $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:15:29
> at $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:20:3
> at ContextifyScript.Script.runInNewContext (vm.js:38:15)
> at Object.exports.runInNewContext (vm.js:69:17)
> at $tw.utils.evalSandboxed 
> (C:\Users\Mark\Downloads\node\node_modules\tiddly
> wiki\boot\boot.js:450:5)
> 
> 
> -- 
> 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/0483ffb4-bd3e-4e0a-9fea-5c737dc9eb0b%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/0471D67A-4E36-4187-B689-50ABCF2F1F52%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] X3DOM in TW6

2016-07-25 Thread zemoxian
I imagine a widget like the $button widget could provide that. I tried <$button 
tag=shape ...> but it didn't work (only tried it on my iPhone). I think a 
variation of the button widget could work though. Just need to work out what 
isn't working. 

-- 
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/d8f465d3-fc6b-4d42-9be1-81fb4052c3e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 for the historical process

2016-07-25 Thread RichardWilliamSmith
Hi Sergey,

The way a tiddler is displayed is determined by $:/core/ui/ViewTemplate . 
It loads the template in pieces, each of them has the tag  $:/tags/ViewTemplate 
(you can see the list using the filter [tag[$:/tags/ViewTemplate]].

The subtitle template, $:/core/ui/ViewTemplate/subtitle, is just one of 
them.

If you don't like the information that is currently in the subtitle, you 
can over-write the tiddler with an empty tiddler of the same name, or you 
can remove its tag. 

If you want additional information to be displayed instead, you can edit 
the subtitle tiddler with different wikitext, or you can add a new tiddler 
that also has the tag $:/tags/ViewTemplate, which will then also become 
part of the view template.

For example, if you make a tiddler called "Sergey's View Template 
component" and give it the tag $:/tags/ViewTemplate and the content 

{{!!info}}

then every tiddler that has the necessary fields will display some "info" 
that links to a "url".

To make this piece of the view template appear where we want it to, we can 
give it the fields "list-before" or "list-after", for example, you can give 
this tiddler the field list-after, with a value 
of $:/core/ui/ViewTemplate/subtitle and it will appear below the subtitle.

If you want to combine these two approaches, you could re-write the 
subtitle template to look like this:


<$reveal type="nomatch" state=<> text="hide" tag="div" 
retain="yes" animate="yes">


<$list filter="[is[current]!has[info]]">
<$link to={{!!modifier}}>
<$view field="modifier"/>
 <$view field="modified" format="date" 
template={{$:/language/Tiddler/DateFormat}}/>


<$list filter="[is[current]has[info]]">
{{!!info}}






And it will display the link for tiddlers that have an "info" field and 
revert to default behaviour for those that don't.

If anything is unclear, please ask.

Regards,
Richard

-- 
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/6488c32e-6bf5-4ae5-8a53-2f118974e00c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] MODULE_NOT_FOUND error with node.js

2016-07-25 Thread 'Mark S.' via TiddlyWiki
I haven't used node.js for awhile. I updated following the instructions 
(npm update -g tiddlywiki). Then attempted to launch, and got the following 
error. What do I do to get it working?

Thanks!
Mark

Error executing boot module $:/plugins/tiddlywiki/codemirror/edit-codemirror
.js:
 {"code":"MODULE_NOT_FOUND"}

Error: Cannot find module '$:/core/modules/editor/factory.js'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.$tw.modules.execute (C:\Users\Mark\Downloads\node\node_modules
\tid
dlywiki\boot\boot.js:695:11)
at sandbox.require (C:\Users\Mark\Downloads\node\node_modules\tiddlywiki
\boo
t\boot.js:654:24)
at $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:15:29
at $:/plugins/tiddlywiki/codemirror/edit-codemirror.js:20:3
at ContextifyScript.Script.runInNewContext (vm.js:38:15)
at Object.exports.runInNewContext (vm.js:69:17)
at $tw.utils.evalSandboxed (C:\Users\Mark\Downloads\node\node_modules\
tiddly
wiki\boot\boot.js:450:5)


-- 
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/0483ffb4-bd3e-4e0a-9fea-5c737dc9eb0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Eric Shulman
On Monday, July 25, 2016 at 1:04:19 PM UTC-7, Jon wrote:
>
> I'd like to set something up so that I can apply a filter using drop down 
> lists of the available tags so I can then search for all the tiddlers 
> tagged with both A and B by selecting each tag from the drop down list.
>

Using standard TiddlyWiki syntax (no plugins):



Find tiddlers tagged with:

<$select tiddler="$:/temp/tag1">
   <$list filter="[all[]tags[]sort[]]">
  >><>
   

and
<$select tiddler="$:/temp/tag2">
   <$list filter="[all[]tags[]sort[]]">
  >><>
   


Found <$count filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]" /> matching 
tiddlers:

<$list filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]">
   <$link><>



enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals

-- 
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/38a0e359-be70-4ab4-8ebb-2dc70208af88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Options for server-based TiddlyWiki

2016-07-25 Thread Guillermo Valle
Thanks for the answer! That seems to be what I'm looking for. However, I 
tried the instructions here: http://tiddlywiki.com/static/LazyLoading.html 
, and it doesn't seem to be working, I get the tiddlers empty, without the 
text field. :/

On Monday, July 25, 2016 at 6:14:19 PM UTC+1, Mark S. wrote:
>
> Look on TiddlyWiki.com for "LazyLoading".  There are instructions for 
> running node.js so that tiddlers are only served when they are needed (or 
> at least that's how I understood it). 
>
> Also, you might try AndTidWiki if you have an android device for single 
> file viewing. It allows your text to flow more naturally than using the 
> Firefox browser.
>
> Mark
>
> On Monday, July 25, 2016 at 8:13:02 AM UTC-7, Guillermo Valle wrote:
>>
>> Hi,
>>
>> I've started using TW a few months ago, and it is growing very fast. I 
>> already have like 1000 tiddlers.
>>
>> At the beginning I was using tiddlyspot, but in low-bandwitdth internet 
>> connection, the sync times were very slow, and I sometimes lost data.
>>
>> I've been then using the single-file version, which works great atm in my 
>> computer. However, it takes a long time to open when accessing through the 
>> internet. Also the TW seems to be too large to handle well by mobile 
>> devices will less ram than my laptop.
>>
>> I recently found the node.js version, and have been experimenting with 
>> that. It seems to me that this version still just creates a single HTML 
>> file with everything on it and sends that.
>>
>> *Main question: *Is there a way to make it just send the data for the 
>> tiddlers I'm opening, on demand. Does TiddlyWeb achieve that? Will this 
>> finally make it load faster (i.e. faster than 10-20s..) over the internet, 
>> plus allow me to use it on mobile devices?
>>
>> Many thanks!
>>
>> Guillermo
>>
>

-- 
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/964fbe1a-1c87-4a1a-9deb-be4797c398b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Jon
Thanks Jed, that looks like what I'm after but I'm afraid it's a bit beyond 
me - I've looked in $:/plugins/inmysocks/Bookmarks/Bookmarks by Tags, but I 
don't know what text to substitute for my own case eg. for <$set 
name=searchSelection value={{$:/state/Bookmarks/BookmarksByTags}}> ?

Jon

On Monday, 25 July 2016 21:22:18 UTC+1, Jed Carty wrote:
>
> You can look at the Bookmarks Sorted by Tags tab here 
> 
>  
> to see an example. 
>

-- 
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/17031c9a-219a-429d-98f8-0d1b69bbb3d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Jed Carty
You can look at the Bookmarks Sorted by Tags tab here 

 
to see an example. 

-- 
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/4710e739-5bf4-4b9a-8d0c-c42f50539860%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 multiple tag search using drop-down list

2016-07-25 Thread Jon
Hi,

I've searched through the forum so apologies if I've overlooked an answer 
previously given to this.

I'd like to set something up so that I can apply a filter using drop down 
lists of the available tags so I can then search for all the tiddlers 
tagged with both A and B by selecting each tag from the drop down list.

Hopefully that makes sense.

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 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/6c53b3d4-084c-4a7f-a1a5-bf24daedab81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TiddlyWiki 5 European Portuguese pt_PT Translation

2016-07-25 Thread Duarte Farrajota Ramos
Nice one, thanks Jeremy

On Monday, 25 July 2016 09:33:04 UTC+1, Jeremy Ruston wrote:
>
> Hi Duarte
>
> Thanks, that’s great, I’ve merged your updates here:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/65a5135245891acd6b4fdc85bf95b81307d97b81
>
> The updates will be included in 5.1.13 which I shall be releasing shortly.
>
> Best wishes
>
> Jeremy
>
> On 25 Jul 2016, at 02:33, Duarte Farrajota Ramos  > wrote:
>
> Hey Jeremy
>
> It's been a while since I last updated the translations, there have been 
> lots of features and changes to TiddlyWiki in the meantime. Lots of new 
> awesome features and tools added so this was in dire need of an update.
>
> Here is a revised Portuguese translation with added missing strings for 
> new features and tools and updated some older ones.
>
> Let me know if something is missing or can be improved, maybe this can be 
> included for the next release, thanks
> Duarte
>
> On Sunday, 8 February 2015 19:31:28 UTC, Duarte Farrajota Ramos wrote:
>>
>> Thanks for the fix Jeremy , looking forward to the new 5.1.8
>
>
> -- 
> 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 post to this group, send email to tiddl...@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/f58f52fa-3169-4d5e-b4c2-538a86a7dc1f%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/ccd23589-fcbd-43a3-b8a3-c4630919bb6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 for the historical process

2016-07-25 Thread 'Birthe C' via TiddlyWiki
If you would not mind using a tag in tiddlers that you do not want to show 
subtitle you could create a tiddler tagged $:/tags/Stylesheet and content

.tc-tagged-nondates .tc-subtitle { visibility: hidden;}

nondates is just an example, use what you like.

Subtitles are not removed just not visible.


Birthe

-- 
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/54ef03fe-8030-4360-82da-9c9d94a9905e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 for the historical process

2016-07-25 Thread 'Sergey Shishkin' via TiddlyWiki
*Add* 20160725. *After discussions and reflections in our historic 
community, we came to the conclusion that the first problem can be 
removed. There is only the question - whether to work with such dates 
journal? We would call him chronology.*

*In connection with this, the second task becomes even more crucial for us. 
Can we worried for nothing. There is a simple opportunity for specific 
tiddlerov remove the subtitle? For example, by inserting some magic string. 
We are recommendatory in order to insert it into each tiddler. Hands. We 
are like that. Or maybe there is already such a procedure? Prompt!*

понедельник, 25 июля 2016 г., 11:41:41 UTC+2 пользователь 
RichardWilliamSmith написал:
>
> Hi Sergey,
>
> I'm afraid it's not clear what you mean - what do you want to link to? 
>
> Are you saying that the date in the 'subtitle' should be a link to an 
> external URL? Do you want to set that URL for each tiddler?
>
> In that case you would have a field called "date" and one called "url" and 
> clicking the date will take you to the URL - is that what you want?
>
> Regards,
> Richard
>
>
> On Monday, July 25, 2016 at 7:04:53 PM UTC+10, Sergey Shishkin wrote:
>>
>> Birthe C offered me a simple solution for how to set up tiddliwiki 
>> historical process 
>> <https://groups.google.com/d/msg/tiddlywiki/LgB88-1MD3s/Gu5jKiROCQAJ>. I 
>> like his decision, but full of happiness still need two things:
>>
>> 1. *Date* and *Place* must have *external links* (URL)
>> 2. It should be possible to create tiddlers without subtitle
>>
>> That is, we have two types of templates for *tiddlers - for historical 
>> events* and *tiddlers without a subtitle*. I entered another field in 
>> the subtitle for the event - *eventtype*, which should have only an 
>> *internal 
>> link* on tiddler without subtitle.
>>
>> If you implement these two options, I would have started to create 
>> tiddliwiki and promote it as a standard in our historic community.
>>
>> https://github.com/Jermolene/TiddlyWiki5/wiki/Historydates
>> http://historydates.tiddlyspot.com
>> http://chwiki.tiddlyspot.com
>>
>> Perhaps there are other solutions, but I need specific help. I appeal to 
>> the expert, since I am sure that for them to solve it faster than me. I'm 
>> still just learning.
>>
>

-- 
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/e9f9943d-408b-4c72-a74a-c075806d58c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Edit the date of the tiddler

2016-07-25 Thread 'Sergey Shishkin' via TiddlyWiki
*Add* 20160725. *After discussions and reflections in our historic 
community, we came to the conclusion that the first problem can be 
removed. There is only the question - whether to work with such dates 
magazine? We would call him chronology.*

*In connection with this, the second task becomes even more crucial for us. 
Can we worried for nothing. There is a simple opportunity for specific 
tiddlerov remove the subtitle? For example, by inserting some magic string. 
We are recommendatory in order to insert it into each tiddler. Hands. We 
are like that. Or maybe there is already such a procedure? Prompt!*
https://groups.google.com/forum/#!topic/tiddlywiki/EupREfXee2E

воскресенье, 24 июля 2016 г., 17:44:31 UTC+2 пользователь Birthe C написал:
>
> This might give you some ideas.
>
> http://historydates.tiddlyspot.com/
>
> Birthe
>

-- 
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/d2a5bad3-7c73-47eb-8d33-c26660b23559%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Options for server-based TiddlyWiki

2016-07-25 Thread 'Mark S.' via TiddlyWiki
Look on TiddlyWiki.com for "LazyLoading".  There are instructions for 
running node.js so that tiddlers are only served when they are needed (or 
at least that's how I understood it). 

Also, you might try AndTidWiki if you have an android device for single 
file viewing. It allows your text to flow more naturally than using the 
Firefox browser.

Mark

On Monday, July 25, 2016 at 8:13:02 AM UTC-7, Guillermo Valle wrote:
>
> Hi,
>
> I've started using TW a few months ago, and it is growing very fast. I 
> already have like 1000 tiddlers.
>
> At the beginning I was using tiddlyspot, but in low-bandwitdth internet 
> connection, the sync times were very slow, and I sometimes lost data.
>
> I've been then using the single-file version, which works great atm in my 
> computer. However, it takes a long time to open when accessing through the 
> internet. Also the TW seems to be too large to handle well by mobile 
> devices will less ram than my laptop.
>
> I recently found the node.js version, and have been experimenting with 
> that. It seems to me that this version still just creates a single HTML 
> file with everything on it and sends that.
>
> *Main question: *Is there a way to make it just send the data for the 
> tiddlers I'm opening, on demand. Does TiddlyWeb achieve that? Will this 
> finally make it load faster (i.e. faster than 10-20s..) over the internet, 
> plus allow me to use it on mobile devices?
>
> Many thanks!
>
> Guillermo
>

-- 
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/5474518b-41cf-4bcd-843d-8a55669213a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki European Meetup 2016

2016-07-25 Thread Guillermo Valle
Oh man, I can't believe I missed this!! I was in Oxford, but didn't hear 
about this until now. Thankfully, I'll be in Oxford next year too, so 
hopefully, this'll happen again. I'm quite interested to learn more about 
the details of TW.

On Friday, June 10, 2016 at 6:23:42 PM UTC+1, Jeremy Ruston wrote:
>
> I'm delighted to confirm that we will be holding a meetup for TiddlyWiki 
> users on 15th and 16th July 2016. The meeting is in Oxford, UK, but I'm 
> hoping that people from further afield will be able to attend.
>
> More details:
>
> http://tiddlywiki-europe-2016.eventbrite.co.uk
>
> If you're interested in attending please apply for a (free) ticket on 
> Eventbrite so that I can keep track of numbers.
>
> Please feel free to ask any questions here, and of course suggestions are 
> very welcome.
>
> Best wishes
>
> Jeremy.
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.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 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/93316174-9056-4288-936d-f875ecbb5a0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Options for server-based TiddlyWiki

2016-07-25 Thread Guillermo Valle
Hi,

I've started using TW a few months ago, and it is growing very fast. I 
already have like 1000 tiddlers.

At the beginning I was using tiddlyspot, but in low-bandwitdth internet 
connection, the sync times were very slow, and I sometimes lost data.

I've been then using the single-file version, which works great atm in my 
computer. However, it takes a long time to open when accessing through the 
internet. Also the TW seems to be too large to handle well by mobile 
devices will less ram than my laptop.

I recently found the node.js version, and have been experimenting with 
that. It seems to me that this version still just creates a single HTML 
file with everything on it and sends that.

*Main question: *Is there a way to make it just send the data for the 
tiddlers I'm opening, on demand. Does TiddlyWeb achieve that? Will this 
finally make it load faster (i.e. faster than 10-20s..) over the internet, 
plus allow me to use it on mobile devices?

Many thanks!

Guillermo

-- 
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/98ba30db-038d-453e-a7a2-fd19325b9182%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Jeremy Ruston
Hi Xavier

Good to hear that things are working. Let's see if anyone else encounters the 
problem,

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
http://jermolene.com

> On 25 Jul 2016, at 15:41, Xavier Cazin  wrote:
> 
> Jeremy,
> 
> Bingo. Not sure whether it was a Linux or a NodeJS bug, but after I installed 
> the 4.4.7 binaries found on the nodejs site https://nodejs.org/en/download/, 
> it worked again as expected! Don't know what to do of this, but users of 
> popular Ubuntu and Debian installations will probably see the bug if they use 
> the default packages.
> 
> Best,
> 
> -- Xavier Cazin
> 
>> On Mon, Jul 25, 2016 at 4:03 PM, Xavier Cazin  wrote:
>> Hi Jeremy,
>> 
>> I may have found something related to Linux vs MacOS nodejs versions: 
>> https://github.com/nodejs/node-v0.x-archive/issues/685. I'm did my tests on 
>> Debian Jessie, which is I believe the stable Debian, that ships with 
>> v0.10.29 of nodejs :-(
>> 
>> X.
>> 
>> -- Xavier Cazin
>> 
>>> On Mon, Jul 25, 2016 at 3:22 PM, Jeremy Ruston  
>>> wrote:
>>> Hi Xavier
>>> 
>>> That’s very strange. I’m not seeing the repeated file extension on my Mac. 
>>> I’m wondering if it is somehow an OS difference? Can anyone else confirm 
>>> the problem?
>>> 
>>> Best wishes
>>> 
>>> Jeremy
>>> 
 On 25 Jul 2016, at 13:50, Xavier Cazin  wrote:
 
 Hello Jeremy,
 
 I believe the extraneous .tid extension still appears in server mode (at 
 least in the npm version):
 
 xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test
 xavier@hautbois:/tmp/my-test$ which tiddlywiki
 /usr/local/bin/tiddlywiki
 xavier@hautbois:/tmp/my-test$ 
 xavier@hautbois:/tmp/my-test$ tiddlywiki --version
 5.1.13
 xavier@hautbois:/tmp/my-test$ tiddlywiki . --init server
 Copied edition 'server' to .
 xavier@hautbois:/tmp/my-test$ tiddlywiki . --server 4242
 Serving on 127.0.0.1:4242
 (press ctrl-C to exit)
 syncer-server: Dispatching 'save' task: $:/StoryList
 FileSystem: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid
 ^Cxavier@hautbois:/tmp/my-test$ 
 
 Regards,
 -- Xavier Cazin
 
> On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston  
> wrote:
> I'm delighted to announce that TiddlyWiki version 5.1.13 has been 
> released to:
> 
> http://tiddlywiki.com/
> 
> Remember to keep careful backups before upgrading existing 5.x.x wikis at:
> 
> http://tiddlywiki.com/upgrade.html
> 
> This is a minor bug fix release that mostly deals with issues introduced 
> in 5.1.12:
> 
> * Fixed (and refixed) problematic stricter external link matching rules 
> introduced in 5.1.12
> * Fixed problem with tiddlers titled "undefined"
> * Fixed rendering problem with KaTeX Plugin
> * Removed unneeded border in print stylesheet
> * Fixed problem with extraneous .tid extension added to tiddler filenames
> * Updated Portuguese (Portugal) translation
> 
> See the release note at http://tiddlywiki.com/#Release%205.1.13 for more 
> details.
> 
> As usual, feedback and questions are gratefully received.
> 
> Best wishes
> 
> -- 
> Jeremy Ruston
> mailto:jeremy.rus...@gmail.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 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/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.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/CADeSwYONdCv0A%3DYi9ZXdu%2B%2BBvFVzcY-CLtuUdHj6okG9zTHGng%40mail.gmail.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 
>>> ht

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Jeremy,

Bingo. Not sure whether it was a Linux or a NodeJS bug, but after I
installed the 4.4.7 binaries found on the nodejs site
https://nodejs.org/en/download/, it worked again as expected! Don't know
what to do of this, but users of popular Ubuntu and Debian installations
will probably see the bug if they use the default packages.

Best,

-- Xavier Cazin

On Mon, Jul 25, 2016 at 4:03 PM, Xavier Cazin  wrote:

> Hi Jeremy,
>
> I may have found something related to Linux vs MacOS nodejs versions:
> https://github.com/nodejs/node-v0.x-archive/issues/685. I'm did my tests
> on Debian Jessie, which is I believe the stable Debian, that ships with
> v0.10.29 of nodejs :-(
>
> X.
>
> -- Xavier Cazin
>
> On Mon, Jul 25, 2016 at 3:22 PM, Jeremy Ruston 
> wrote:
>
>> Hi Xavier
>>
>> That’s very strange. I’m not seeing the repeated file extension on my
>> Mac. I’m wondering if it is somehow an OS difference? Can anyone else
>> confirm the problem?
>>
>> Best wishes
>>
>> Jeremy
>>
>> On 25 Jul 2016, at 13:50, Xavier Cazin  wrote:
>>
>> Hello Jeremy,
>>
>> I believe the extraneous .tid extension still appears in server mode (at
>> least in the npm version):
>>
>> xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test
>> xavier@hautbois:/tmp/my-test$ which tiddlywiki
>> /usr/local/bin/tiddlywiki
>> xavier@hautbois:/tmp/my-test$
>> xavier@hautbois:/tmp/my-test$ tiddlywiki --version
>> 5.1.13
>> xavier@hautbois:/tmp/my-test$ tiddlywiki . --init server
>> Copied edition 'server' to .
>> xavier@hautbois:/tmp/my-test$ tiddlywiki . --server 4242
>> Serving on 127.0.0.1:4242
>> (press ctrl-C to exit)
>> syncer-server: Dispatching 'save' task: $:/StoryList
>> FileSystem: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid
>> ^Cxavier@hautbois:/tmp/my-test$
>>
>> Regards,
>> -- Xavier Cazin
>>
>> On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston 
>> wrote:
>>
>>> I'm delighted to announce that TiddlyWiki version 5.1.13 has been
>>> released to:
>>>
>>> http://tiddlywiki.com/
>>>
>>> Remember to keep careful backups before upgrading existing 5.x.x wikis
>>> at:
>>>
>>> http://tiddlywiki.com/upgrade.html
>>>
>>> This is a minor bug fix release that mostly deals with issues introduced
>>> in 5.1.12:
>>>
>>> * Fixed (and refixed) problematic stricter external link matching rules
>>> introduced in 5.1.12
>>> * Fixed problem with tiddlers titled "undefined"
>>> * Fixed rendering problem with KaTeX Plugin
>>> * Removed unneeded border in print stylesheet
>>> * Fixed problem with extraneous .tid extension added to tiddler filenames
>>> * Updated Portuguese (Portugal) translation
>>>
>>> See the release note at http://tiddlywiki.com/#Release%205.1.13 for
>>> more details.
>>>
>>> As usual, feedback and questions are gratefully received.
>>>
>>> Best wishes
>>>
>>> --
>>> Jeremy Ruston
>>> mailto:jeremy.rus...@gmail.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 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/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.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/CADeSwYONdCv0A%3DYi9ZXdu%2B%2BBvFVzcY-CLtuUdHj6okG9zTHGng%40mail.gmail.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/EB14D77D-579E-46E6-B1B2-2722184151B9%40gmail.com
>> 

Re: [tw] Documentation in Russian

2016-07-25 Thread 'Sergey Shishkin' via TiddlyWiki
I see. And my chutzpah, too. Hope for understanding. I have patience.

понедельник, 25 июля 2016 г., 15:52:03 UTC+2 пользователь Jeremy Ruston 
написал:
>
> Hi Sergey
>
> Congratulations on the next release. And could you comment on this 
> situation? 
> https://groups.google.com/forum/#!topic/tiddlywiki/EupREfXee2E
>
>
> I’ll see if I can usefully comment over on the thread.
>
>
> Apologies, I’m going to have to leave Richard to reply, as it’s quite a 
> long answer and I don’t have time right now.
>
> Best wishes
>
> Jeremy
>
>
>
> By the way, I noticed that you’d created some pages in the wiki section of 
> github.com/Jermolene/TiddlyWiki5; the project doesn’t actually use the 
> GitHub wiki pages. To avoid confusion I’ve now disabled the wiki page 
> feature.
>
> Best wishes
>
> Jeremy
>
> I wonder what it thinks the guru. For me it is essential. I am now a 
> perpetual user tiddliwiki, but I found tiddliwiki in the search for 
> solutions for this project! :)
>
> Sergey
>
> понедельник, 25 июля 2016 г., 14:43:32 UTC+2 пользователь Jeremy Ruston 
> написал:
>>
>> Hi Sergey
>>
>> And further. I'm under the file documentation did another address on 
>> tiddlyspot (http://tw5rudoc.tiddlyspot.com) and old address I want to 
>> use for my project development standard for the historical process and 
>> historical events (http://chwiki.tiddlyspot.com).
>>
>> I think that by the 1st September will be ready to transfer. And I was 
>> even able to maintain it then improving. I see prospects for the 
>> development of your project and how much it can help.
>>
>>
>> Great, I’ll look forward to it, and many thanks for your help,
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> All the best, Sergey
>>
>> среда, 20 июля 2016 г., 17:22:17 UTC+2 пользователь Jeremy Ruston написал:
>>>
>>> Hi Sergey
>>>
>>> Firstly, thank you that you dare to implement such an interesting 
>>> project. By the way, when it will be possible to rename the tags?
>>>
>>>
>>> It’s not on my immediate list, but definitely something I’d like to have.
>>>
>>> If the situation with the transfer becomes official turn, I must come to 
>>> this formally and preserve the structure as http: //tiddlywiki.kom Now I 
>>> did vary slightly, based only on the core and with a plug-Russification. 
>>> Unfortunately, Guthubom not know and I find it easier to provide from time 
>>> to time modified wiki. But there will Tiddlery untranslated and translated 
>>> simultaneously. So it will be easier to control, that is translated and 
>>> what is not. Not garaniruyu high performance and speed. To do this, I need 
>>> time. But I promise to finish the job. If you provide a brief instructions 
>>> on how and where to put the modified file, then I can do it myself.
>>>
>>>
>>> Keep the file on TiddlySpot, or Dropbox or anywhere else convenient. 
>>> Just send me a link when you are ready for publication. Subsequently, you 
>>> should make any updates by modifying the official ru-RU wiki.
>>>
>>> And further. I, apparently, nothing modified frequently and directly in 
>>> the network file http://chwiki.tiddlyspot.com. Now there more than 
>>> fifty backup copies 2MB each http://chwiki.tiddlyspot.com/backup/. 
>>> Could you tell the owners of the cloud, it is necessary to somehow clean 
>>> it. Leave only the latest version.
>>>
>>>
>>> Don’t worry, the people who run TiddlySpot are happy to tolerate the 
>>> backups we produce.
>>>
>>> Best wishes
>>>
>>> Jeremy.
>>>
>>>
>>> With best regards, Sergey
>>>
>>> среда, 20 июля 2016 г., 9:50:01 UTC+2 пользователь Jeremy Ruston написал:

 Hi Sergey

 It’s great to see the Russian translation, thank you.

 To get this translated version on 
 http://tiddlywiki.com/languages/ru-RU/index.html we need to move the 
 translated tiddlers into our GitHub repo. I can happily do that, and then 
 you can send updates to the translation in two ways:

 * By providing me with an edited version of the file the translated 
 wiki. I can then manually extract and merge the changes
 * If you’re familiar with GitHub, sending a pull request

 There is at least one other Russian-speaker in the community - 
 sini-Kit, who I’ve copied in case they’d like to get involved in the 
 translation.

 Best wishes

 Jeremy.

 On 19 Jul 2016, at 23:11, 'Sergey Shishkin' via TiddlyWiki >>> googlegroups.com> wrote:

 Thank you Mario, 

 I understand the idea about clearing browser's cache

 Now I noticed that the situation has changed and even the server 
 automatically saves after each exit tiddlera edition mode when I'm still 
 not going to do it myself. Miracles! But can someone something has changed 
 there? :)

 вторник, 19 июля 2016 г., 23:38:42 UTC+2 пользователь PMario написал:
>
> Hi Sergey,
>
> Well done!
>
> On Tuesday, July 19, 2016 at 6:41:34 PM UTC+1, Sergey Shishkin wrote:
>>
>> Friends, 

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread PMario
On Monday, July 25, 2016 at 4:14:11 PM UTC+2, PMario wrote:
>
> On Monday, July 25, 2016 at 3:22:52 PM UTC+2, Jeremy Ruston wrote:
>>
>> Hi Xavier
>>
>> That’s very strange. I’m not seeing the repeated file extension on my 
>> Mac. I’m wondering if it is somehow an OS difference? Can anyone else 
>> confirm the problem?
>>
>
> Hi I'm using win 10, nodejs 4.2.1, tw 5.1.3 ... I _can not_ confirm the 
> problem. 
>
> -m
>

PS C:\Users\Mario\tmp> cd .\xxx\
PS C:\Users\Mario\tmp\xxx> tiddlywiki --version
5.1.13
PS C:\Users\Mario\tmp\xxx> tiddlywiki . --init server
Copied edition 'server' to .
PS C:\Users\Mario\tmp\xxx> tiddlywiki . --server 4242
Serving on 127.0.0.1:4242
(press ctrl-C to exit)
syncer-server: Dispatching 'save' task: $:/StoryList
FileSystem: Saved file C:\Users\Mario\tmp\xxx\tiddlers\$__StoryList.tid
syncer-server: Dispatching 'delete' task: Draft of 'New Tiddler'
syncer-server: Dispatching 'save' task: $:/StoryList
FileSystem: Saved file C:\Users\Mario\tmp\xxx\tiddlers\$__StoryList.tid
syncer-server: Dispatching 'save' task: $:/StoryList
FileSystem: Saved file C:\Users\Mario\tmp\xxx\tiddlers\$__StoryList.tid
syncer-server: Dispatching 'save' task: New Tiddler
FileSystem: Saved file C:\Users\Mario\tmp\xxx\tiddlers\New_Tiddler.tid
 


 -m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from 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/4ca3e18f-b7b4-4d58-941c-58e098431cc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread PMario
On Monday, July 25, 2016 at 3:22:52 PM UTC+2, Jeremy Ruston wrote:
>
> Hi Xavier
>
> That’s very strange. I’m not seeing the repeated file extension on my Mac. 
> I’m wondering if it is somehow an OS difference? Can anyone else confirm 
> the problem?
>

Hi I'm using win 10, nodejs 4.2.1, tw 5.1.3 ... I _can not_ confirm the 
problem. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from 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/ad7f00fe-e0b6-4960-b8cb-72d51592c604%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Hi Jeremy,

I may have found something related to Linux vs MacOS nodejs versions:
https://github.com/nodejs/node-v0.x-archive/issues/685. I'm did my tests on
Debian Jessie, which is I believe the stable Debian, that ships with
v0.10.29 of nodejs :-(

X.

-- Xavier Cazin

On Mon, Jul 25, 2016 at 3:22 PM, Jeremy Ruston 
wrote:

> Hi Xavier
>
> That’s very strange. I’m not seeing the repeated file extension on my Mac.
> I’m wondering if it is somehow an OS difference? Can anyone else confirm
> the problem?
>
> Best wishes
>
> Jeremy
>
> On 25 Jul 2016, at 13:50, Xavier Cazin  wrote:
>
> Hello Jeremy,
>
> I believe the extraneous .tid extension still appears in server mode (at
> least in the npm version):
>
> xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test
> xavier@hautbois:/tmp/my-test$ which tiddlywiki
> /usr/local/bin/tiddlywiki
> xavier@hautbois:/tmp/my-test$
> xavier@hautbois:/tmp/my-test$ tiddlywiki --version
> 5.1.13
> xavier@hautbois:/tmp/my-test$ tiddlywiki . --init server
> Copied edition 'server' to .
> xavier@hautbois:/tmp/my-test$ tiddlywiki . --server 4242
> Serving on 127.0.0.1:4242
> (press ctrl-C to exit)
> syncer-server: Dispatching 'save' task: $:/StoryList
> FileSystem: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid
> ^Cxavier@hautbois:/tmp/my-test$
>
> Regards,
> -- Xavier Cazin
>
> On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston 
> wrote:
>
>> I'm delighted to announce that TiddlyWiki version 5.1.13 has been
>> released to:
>>
>> http://tiddlywiki.com/
>>
>> Remember to keep careful backups before upgrading existing 5.x.x wikis at:
>>
>> http://tiddlywiki.com/upgrade.html
>>
>> This is a minor bug fix release that mostly deals with issues introduced
>> in 5.1.12:
>>
>> * Fixed (and refixed) problematic stricter external link matching rules
>> introduced in 5.1.12
>> * Fixed problem with tiddlers titled "undefined"
>> * Fixed rendering problem with KaTeX Plugin
>> * Removed unneeded border in print stylesheet
>> * Fixed problem with extraneous .tid extension added to tiddler filenames
>> * Updated Portuguese (Portugal) translation
>>
>> See the release note at http://tiddlywiki.com/#Release%205.1.13 for more
>> details.
>>
>> As usual, feedback and questions are gratefully received.
>>
>> Best wishes
>>
>> --
>> Jeremy Ruston
>> mailto:jeremy.rus...@gmail.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 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/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.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/CADeSwYONdCv0A%3DYi9ZXdu%2B%2BBvFVzcY-CLtuUdHj6okG9zTHGng%40mail.gmail.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/EB14D77D-579E-46E6-B1B2-2722184151B9%40gmail.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/

Re: [tw] Documentation in Russian

2016-07-25 Thread Jeremy Ruston
Hi Sergey

>> Congratulations on the next release. And could you comment on this 
>> situation? 
>> https://groups.google.com/forum/#!topic/tiddlywiki/EupREfXee2E 
>> 
> 
> I’ll see if I can usefully comment over on the thread.

Apologies, I’m going to have to leave Richard to reply, as it’s quite a long 
answer and I don’t have time right now.

Best wishes

Jeremy


> 
> By the way, I noticed that you’d created some pages in the wiki section of 
> github.com/Jermolene/TiddlyWiki5 ; 
> the project doesn’t actually use the GitHub wiki pages. To avoid confusion 
> I’ve now disabled the wiki page feature.
> 
> Best wishes
> 
> Jeremy
> 
>> I wonder what it thinks the guru. For me it is essential. I am now a 
>> perpetual user tiddliwiki, but I found tiddliwiki in the search for 
>> solutions for this project! :)
>> 
>> Sergey
>> 
>> понедельник, 25 июля 2016 г., 14:43:32 UTC+2 пользователь Jeremy Ruston 
>> написал:
>> Hi Sergey
>> 
>>> And further. I'm under the file documentation did another address on 
>>> tiddlyspot (http://tw5rudoc.tiddlyspot.com 
>>> ) and old address I want to use for my 
>>> project development standard for the historical process and historical 
>>> events (http://chwiki.tiddlyspot.com ).
>>> 
>>> I think that by the 1st September will be ready to transfer. And I was even 
>>> able to maintain it then improving. I see prospects for the development of 
>>> your project and how much it can help.
>> 
>> Great, I’ll look forward to it, and many thanks for your help,
>> 
>> Best wishes
>> 
>> Jeremy
>> 
>>> 
>>> All the best, Sergey
>>> 
>>> среда, 20 июля 2016 г., 17:22:17 UTC+2 пользователь Jeremy Ruston написал:
>>> Hi Sergey
>>> 
 Firstly, thank you that you dare to implement such an interesting project. 
 By the way, when it will be possible to rename the tags?
>>> 
>>> It’s not on my immediate list, but definitely something I’d like to have.
>>> 
 If the situation with the transfer becomes official turn, I must come to 
 this formally and preserve the structure as http: //tiddlywiki.kom Now I 
 did vary slightly, based only on the core and with a plug-Russification. 
 Unfortunately, Guthubom not know and I find it easier to provide from time 
 to time modified wiki. But there will Tiddlery untranslated and translated 
 simultaneously. So it will be easier to control, that is translated and 
 what is not. Not garaniruyu high performance and speed. To do this, I need 
 time. But I promise to finish the job. If you provide a brief instructions 
 on how and where to put the modified file, then I can do it myself.
>>> 
>>> Keep the file on TiddlySpot, or Dropbox or anywhere else convenient. Just 
>>> send me a link when you are ready for publication. Subsequently, you should 
>>> make any updates by modifying the official ru-RU wiki.
>>> 
 And further. I, apparently, nothing modified frequently and directly in 
 the network file http://chwiki.tiddlyspot.com 
 . Now there more than fifty backup copies 
 2MB each http://chwiki.tiddlyspot.com/backup/ 
 . Could you tell the owners of the 
 cloud, it is necessary to somehow clean it. Leave only the latest version.
>>> 
>>> Don’t worry, the people who run TiddlySpot are happy to tolerate the 
>>> backups we produce.
>>> 
>>> Best wishes
>>> 
>>> Jeremy.
>>> 
 
 With best regards, Sergey
 
 среда, 20 июля 2016 г., 9:50:01 UTC+2 пользователь Jeremy Ruston написал:
 Hi Sergey
 
 It’s great to see the Russian translation, thank you.
 
 To get this translated version on 
 http://tiddlywiki.com/languages/ru-RU/index.html 
  we need to move the 
 translated tiddlers into our GitHub repo. I can happily do that, and then 
 you can send updates to the translation in two ways:
 
 * By providing me with an edited version of the file the translated wiki. 
 I can then manually extract and merge the changes
 * If you’re familiar with GitHub, sending a pull request
 
 There is at least one other Russian-speaker in the community - sini-Kit, 
 who I’ve copied in case they’d like to get involved in the translation.
 
 Best wishes
 
 Jeremy.
 
> On 19 Jul 2016, at 23:11, 'Sergey Shishkin' via TiddlyWiki  <>googlegroups.com > wrote:
> 
> Thank you Mario, 
> 
> I understand the idea about clearing browser's cache
> 
> Now I noticed that the situation has changed and even the server 
> automatically saves after each exit tiddlera edition mode when I'm still 
> not going to do it myself. Miracles! But can someone something has 
> changed there? :)

Re: [tw] Documentation in Russian

2016-07-25 Thread Jeremy Ruston
Hi Sergey

> Congratulations on the next release. And could you comment on this situation? 
> https://groups.google.com/forum/#!topic/tiddlywiki/EupREfXee2E 
> 

I’ll see if I can usefully comment over on the thread.

By the way, I noticed that you’d created some pages in the wiki section of 
github.com/Jermolene/TiddlyWiki5 ; the 
project doesn’t actually use the GitHub wiki pages. To avoid confusion I’ve now 
disabled the wiki page feature.

Best wishes

Jeremy

> I wonder what it thinks the guru. For me it is essential. I am now a 
> perpetual user tiddliwiki, but I found tiddliwiki in the search for solutions 
> for this project! :)
> 
> Sergey
> 
> понедельник, 25 июля 2016 г., 14:43:32 UTC+2 пользователь Jeremy Ruston 
> написал:
> Hi Sergey
> 
>> And further. I'm under the file documentation did another address on 
>> tiddlyspot (http://tw5rudoc.tiddlyspot.com 
>> ) and old address I want to use for my 
>> project development standard for the historical process and historical 
>> events (http://chwiki.tiddlyspot.com ).
>> 
>> I think that by the 1st September will be ready to transfer. And I was even 
>> able to maintain it then improving. I see prospects for the development of 
>> your project and how much it can help.
> 
> Great, I’ll look forward to it, and many thanks for your help,
> 
> Best wishes
> 
> Jeremy
> 
>> 
>> All the best, Sergey
>> 
>> среда, 20 июля 2016 г., 17:22:17 UTC+2 пользователь Jeremy Ruston написал:
>> Hi Sergey
>> 
>>> Firstly, thank you that you dare to implement such an interesting project. 
>>> By the way, when it will be possible to rename the tags?
>> 
>> It’s not on my immediate list, but definitely something I’d like to have.
>> 
>>> If the situation with the transfer becomes official turn, I must come to 
>>> this formally and preserve the structure as http: //tiddlywiki.kom Now I 
>>> did vary slightly, based only on the core and with a plug-Russification. 
>>> Unfortunately, Guthubom not know and I find it easier to provide from time 
>>> to time modified wiki. But there will Tiddlery untranslated and translated 
>>> simultaneously. So it will be easier to control, that is translated and 
>>> what is not. Not garaniruyu high performance and speed. To do this, I need 
>>> time. But I promise to finish the job. If you provide a brief instructions 
>>> on how and where to put the modified file, then I can do it myself.
>> 
>> Keep the file on TiddlySpot, or Dropbox or anywhere else convenient. Just 
>> send me a link when you are ready for publication. Subsequently, you should 
>> make any updates by modifying the official ru-RU wiki.
>> 
>>> And further. I, apparently, nothing modified frequently and directly in the 
>>> network file http://chwiki.tiddlyspot.com . 
>>> Now there more than fifty backup copies 2MB each 
>>> http://chwiki.tiddlyspot.com/backup/ 
>>> . Could you tell the owners of the 
>>> cloud, it is necessary to somehow clean it. Leave only the latest version.
>> 
>> Don’t worry, the people who run TiddlySpot are happy to tolerate the backups 
>> we produce.
>> 
>> Best wishes
>> 
>> Jeremy.
>> 
>>> 
>>> With best regards, Sergey
>>> 
>>> среда, 20 июля 2016 г., 9:50:01 UTC+2 пользователь Jeremy Ruston написал:
>>> Hi Sergey
>>> 
>>> It’s great to see the Russian translation, thank you.
>>> 
>>> To get this translated version on 
>>> http://tiddlywiki.com/languages/ru-RU/index.html 
>>>  we need to move the 
>>> translated tiddlers into our GitHub repo. I can happily do that, and then 
>>> you can send updates to the translation in two ways:
>>> 
>>> * By providing me with an edited version of the file the translated wiki. I 
>>> can then manually extract and merge the changes
>>> * If you’re familiar with GitHub, sending a pull request
>>> 
>>> There is at least one other Russian-speaker in the community - sini-Kit, 
>>> who I’ve copied in case they’d like to get involved in the translation.
>>> 
>>> Best wishes
>>> 
>>> Jeremy.
>>> 
 On 19 Jul 2016, at 23:11, 'Sergey Shishkin' via TiddlyWiki >>> <>googlegroups.com > wrote:
 
 Thank you Mario, 
 
 I understand the idea about clearing browser's cache
 
 Now I noticed that the situation has changed and even the server 
 automatically saves after each exit tiddlera edition mode when I'm still 
 not going to do it myself. Miracles! But can someone something has changed 
 there? :)
 
 вторник, 19 июля 2016 г., 23:38:42 UTC+2 пользователь PMario написал:
 Hi Sergey,
 
 Well done!
 
 On Tuesday, July 19, 2016 at 6:41:34 PM UTC+1, Sergey Shishkin wrote:
 Friends, I am not a programmer. But I like your TW5 and I decided to 
>>>

Re: [tw] Documentation in Russian

2016-07-25 Thread 'Sergey Shishkin' via TiddlyWiki
Hi Jeremy

Congratulations on the next release. And could you comment on this 
situation? 
https://groups.google.com/forum/#!topic/tiddlywiki/EupREfXee2E
I wonder what it thinks the guru. For me it is essential. I am now a 
perpetual user tiddliwiki, but I found tiddliwiki in the search for 
solutions for this project! :)

Sergey

понедельник, 25 июля 2016 г., 14:43:32 UTC+2 пользователь Jeremy Ruston 
написал:
>
> Hi Sergey
>
> And further. I'm under the file documentation did another address on 
> tiddlyspot (http://tw5rudoc.tiddlyspot.com) and old address I want to use 
> for my project development standard for the historical process and 
> historical events (http://chwiki.tiddlyspot.com).
>
> I think that by the 1st September will be ready to transfer. And I was 
> even able to maintain it then improving. I see prospects for the 
> development of your project and how much it can help.
>
>
> Great, I’ll look forward to it, and many thanks for your help,
>
> Best wishes
>
> Jeremy
>
>
> All the best, Sergey
>
> среда, 20 июля 2016 г., 17:22:17 UTC+2 пользователь Jeremy Ruston написал:
>>
>> Hi Sergey
>>
>> Firstly, thank you that you dare to implement such an interesting 
>> project. By the way, when it will be possible to rename the tags?
>>
>>
>> It’s not on my immediate list, but definitely something I’d like to have.
>>
>> If the situation with the transfer becomes official turn, I must come to 
>> this formally and preserve the structure as http: //tiddlywiki.kom Now I 
>> did vary slightly, based only on the core and with a plug-Russification. 
>> Unfortunately, Guthubom not know and I find it easier to provide from time 
>> to time modified wiki. But there will Tiddlery untranslated and translated 
>> simultaneously. So it will be easier to control, that is translated and 
>> what is not. Not garaniruyu high performance and speed. To do this, I need 
>> time. But I promise to finish the job. If you provide a brief instructions 
>> on how and where to put the modified file, then I can do it myself.
>>
>>
>> Keep the file on TiddlySpot, or Dropbox or anywhere else convenient. Just 
>> send me a link when you are ready for publication. Subsequently, you should 
>> make any updates by modifying the official ru-RU wiki.
>>
>> And further. I, apparently, nothing modified frequently and directly in 
>> the network file http://chwiki.tiddlyspot.com. Now there more than fifty 
>> backup copies 2MB each http://chwiki.tiddlyspot.com/backup/. Could you 
>> tell the owners of the cloud, it is necessary to somehow clean it. Leave 
>> only the latest version.
>>
>>
>> Don’t worry, the people who run TiddlySpot are happy to tolerate the 
>> backups we produce.
>>
>> Best wishes
>>
>> Jeremy.
>>
>>
>> With best regards, Sergey
>>
>> среда, 20 июля 2016 г., 9:50:01 UTC+2 пользователь Jeremy Ruston написал:
>>>
>>> Hi Sergey
>>>
>>> It’s great to see the Russian translation, thank you.
>>>
>>> To get this translated version on 
>>> http://tiddlywiki.com/languages/ru-RU/index.html we need to move the 
>>> translated tiddlers into our GitHub repo. I can happily do that, and then 
>>> you can send updates to the translation in two ways:
>>>
>>> * By providing me with an edited version of the file the translated 
>>> wiki. I can then manually extract and merge the changes
>>> * If you’re familiar with GitHub, sending a pull request
>>>
>>> There is at least one other Russian-speaker in the community - sini-Kit, 
>>> who I’ve copied in case they’d like to get involved in the translation.
>>>
>>> Best wishes
>>>
>>> Jeremy.
>>>
>>> On 19 Jul 2016, at 23:11, 'Sergey Shishkin' via TiddlyWiki >> googlegroups.com> wrote:
>>>
>>> Thank you Mario, 
>>>
>>> I understand the idea about clearing browser's cache
>>>
>>> Now I noticed that the situation has changed and even the server 
>>> automatically saves after each exit tiddlera edition mode when I'm still 
>>> not going to do it myself. Miracles! But can someone something has changed 
>>> there? :)
>>>
>>> вторник, 19 июля 2016 г., 23:38:42 UTC+2 пользователь PMario написал:

 Hi Sergey,

 Well done!

 On Tuesday, July 19, 2016 at 6:41:34 PM UTC+1, Sergey Shishkin wrote:
>
> Friends, I am not a programmer. But I like your TW5 and I decided to 
> translate the documentation into Russian. I decided to try to save the 
> file 
> on tiddlyspot. I uploaded file according to the instructions. But when I 
> modified it, then the domain for a long time was the initial unmodified 
> version. It was only after some time it appeared. This delay is normal? 
> Tell me please.
> http://chwiki.tiddlyspot.com
>

 If you use a " browser reload", which disables the browser 
 cache, it should work faster the next time :) It works well for me.
 -m

  

>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and st

Re: [tw] [TW 5] Clustered tags (and a few other minor questions)?

2016-07-25 Thread Jeremy Ruston
Hi Valikhanov

> @Jeremy Ruston: That stylesheet coding you helpfully suggested works, but it 
> also puts a line through the middle of the title of tiddlers that spill on to 
> a second line. Is there any way to just the in-tiddly headings?

You can add another definition to remove the horizontal line from tiddler 
titles:

h2.tc-title {
border: none;
}

Best wishes

Jeremy



> 

-- 
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/F6CA6457-7E8E-4A91-BDDE-E66271F541C0%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Jeremy Ruston
Hi Xavier

That’s very strange. I’m not seeing the repeated file extension on my Mac. I’m 
wondering if it is somehow an OS difference? Can anyone else confirm the 
problem?

Best wishes

Jeremy

> On 25 Jul 2016, at 13:50, Xavier Cazin  wrote:
> 
> Hello Jeremy,
> 
> I believe the extraneous .tid extension still appears in server mode (at 
> least in the npm version):
> 
> xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test
> xavier@hautbois:/tmp/my-test$ which tiddlywiki
> /usr/local/bin/tiddlywiki
> xavier@hautbois:/tmp/my-test$ 
> xavier@hautbois:/tmp/my-test$ tiddlywiki --version
> 5.1.13
> xavier@hautbois:/tmp/my-test$ tiddlywiki . --init server
> Copied edition 'server' to .
> xavier@hautbois:/tmp/my-test$ tiddlywiki . --server 4242
> Serving on 127.0.0.1:4242 
> (press ctrl-C to exit)
> syncer-server: Dispatching 'save' task: $:/StoryList
> FileSystem: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid
> ^Cxavier@hautbois:/tmp/my-test$ 
> 
> Regards,
> -- Xavier Cazin
> 
> On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston  > wrote:
> I'm delighted to announce that TiddlyWiki version 5.1.13 has been released to:
> 
> http://tiddlywiki.com/ 
> 
> Remember to keep careful backups before upgrading existing 5.x.x wikis at:
> 
> http://tiddlywiki.com/upgrade.html 
> 
> This is a minor bug fix release that mostly deals with issues introduced in 
> 5.1.12:
> 
> * Fixed (and refixed) problematic stricter external link matching rules 
> introduced in 5.1.12
> * Fixed problem with tiddlers titled "undefined"
> * Fixed rendering problem with KaTeX Plugin
> * Removed unneeded border in print stylesheet
> * Fixed problem with extraneous .tid extension added to tiddler filenames
> * Updated Portuguese (Portugal) translation
> 
> See the release note at http://tiddlywiki.com/#Release%205.1.13 
>  for more details.
> 
> As usual, feedback and questions are gratefully received.
> 
> Best wishes
> 
> -- 
> Jeremy Ruston
> mailto:jeremy.rus...@gmail.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 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/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.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/CADeSwYONdCv0A%3DYi9ZXdu%2B%2BBvFVzcY-CLtuUdHj6okG9zTHGng%40mail.gmail.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/EB14D77D-579E-46E6-B1B2-2722184151B9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Hello Jeremy,

I believe the extraneous .tid extension still appears in server mode (at
least in the npm version):

xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test
xavier@hautbois:/tmp/my-test$ which tiddlywiki
/usr/local/bin/tiddlywiki
xavier@hautbois:/tmp/my-test$
xavier@hautbois:/tmp/my-test$ tiddlywiki --version
5.1.13
xavier@hautbois:/tmp/my-test$ tiddlywiki . --init server
Copied edition 'server' to .
xavier@hautbois:/tmp/my-test$ tiddlywiki . --server 4242
Serving on 127.0.0.1:4242
(press ctrl-C to exit)
syncer-server: Dispatching 'save' task: $:/StoryList
FileSystem: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid
^Cxavier@hautbois:/tmp/my-test$

Regards,
-- Xavier Cazin

On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston 
wrote:

> I'm delighted to announce that TiddlyWiki version 5.1.13 has been released
> to:
>
> http://tiddlywiki.com/
>
> Remember to keep careful backups before upgrading existing 5.x.x wikis at:
>
> http://tiddlywiki.com/upgrade.html
>
> This is a minor bug fix release that mostly deals with issues introduced
> in 5.1.12:
>
> * Fixed (and refixed) problematic stricter external link matching rules
> introduced in 5.1.12
> * Fixed problem with tiddlers titled "undefined"
> * Fixed rendering problem with KaTeX Plugin
> * Removed unneeded border in print stylesheet
> * Fixed problem with extraneous .tid extension added to tiddler filenames
> * Updated Portuguese (Portugal) translation
>
> See the release note at http://tiddlywiki.com/#Release%205.1.13 for more
> details.
>
> As usual, feedback and questions are gratefully received.
>
> Best wishes
>
> --
> Jeremy Ruston
> mailto:jeremy.rus...@gmail.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 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/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.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/CADeSwYONdCv0A%3DYi9ZXdu%2B%2BBvFVzcY-CLtuUdHj6okG9zTHGng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Documentation in Russian

2016-07-25 Thread Jeremy Ruston
Hi Sergey

> And further. I'm under the file documentation did another address on 
> tiddlyspot (http://tw5rudoc.tiddlyspot.com ) 
> and old address I want to use for my project development standard for the 
> historical process and historical events (http://chwiki.tiddlyspot.com 
> ).
> 
> I think that by the 1st September will be ready to transfer. And I was even 
> able to maintain it then improving. I see prospects for the development of 
> your project and how much it can help.

Great, I’ll look forward to it, and many thanks for your help,

Best wishes

Jeremy

> 
> All the best, Sergey
> 
> среда, 20 июля 2016 г., 17:22:17 UTC+2 пользователь Jeremy Ruston написал:
> Hi Sergey
> 
>> Firstly, thank you that you dare to implement such an interesting project. 
>> By the way, when it will be possible to rename the tags?
> 
> It’s not on my immediate list, but definitely something I’d like to have.
> 
>> If the situation with the transfer becomes official turn, I must come to 
>> this formally and preserve the structure as http: //tiddlywiki.kom Now I did 
>> vary slightly, based only on the core and with a plug-Russification. 
>> Unfortunately, Guthubom not know and I find it easier to provide from time 
>> to time modified wiki. But there will Tiddlery untranslated and translated 
>> simultaneously. So it will be easier to control, that is translated and what 
>> is not. Not garaniruyu high performance and speed. To do this, I need time. 
>> But I promise to finish the job. If you provide a brief instructions on how 
>> and where to put the modified file, then I can do it myself.
> 
> Keep the file on TiddlySpot, or Dropbox or anywhere else convenient. Just 
> send me a link when you are ready for publication. Subsequently, you should 
> make any updates by modifying the official ru-RU wiki.
> 
>> And further. I, apparently, nothing modified frequently and directly in the 
>> network file http://chwiki.tiddlyspot.com . 
>> Now there more than fifty backup copies 2MB each 
>> http://chwiki.tiddlyspot.com/backup/ . 
>> Could you tell the owners of the cloud, it is necessary to somehow clean it. 
>> Leave only the latest version.
> 
> Don’t worry, the people who run TiddlySpot are happy to tolerate the backups 
> we produce.
> 
> Best wishes
> 
> Jeremy.
> 
>> 
>> With best regards, Sergey
>> 
>> среда, 20 июля 2016 г., 9:50:01 UTC+2 пользователь Jeremy Ruston написал:
>> Hi Sergey
>> 
>> It’s great to see the Russian translation, thank you.
>> 
>> To get this translated version on 
>> http://tiddlywiki.com/languages/ru-RU/index.html 
>>  we need to move the 
>> translated tiddlers into our GitHub repo. I can happily do that, and then 
>> you can send updates to the translation in two ways:
>> 
>> * By providing me with an edited version of the file the translated wiki. I 
>> can then manually extract and merge the changes
>> * If you’re familiar with GitHub, sending a pull request
>> 
>> There is at least one other Russian-speaker in the community - sini-Kit, who 
>> I’ve copied in case they’d like to get involved in the translation.
>> 
>> Best wishes
>> 
>> Jeremy.
>> 
>>> On 19 Jul 2016, at 23:11, 'Sergey Shishkin' via TiddlyWiki >> <>googlegroups.com > wrote:
>>> 
>>> Thank you Mario, 
>>> 
>>> I understand the idea about clearing browser's cache
>>> 
>>> Now I noticed that the situation has changed and even the server 
>>> automatically saves after each exit tiddlera edition mode when I'm still 
>>> not going to do it myself. Miracles! But can someone something has changed 
>>> there? :)
>>> 
>>> вторник, 19 июля 2016 г., 23:38:42 UTC+2 пользователь PMario написал:
>>> Hi Sergey,
>>> 
>>> Well done!
>>> 
>>> On Tuesday, July 19, 2016 at 6:41:34 PM UTC+1, Sergey Shishkin wrote:
>>> Friends, I am not a programmer. But I like your TW5 and I decided to 
>>> translate the documentation into Russian. I decided to try to save the file 
>>> on tiddlyspot. I uploaded file according to the instructions. But when I 
>>> modified it, then the domain for a long time was the initial unmodified 
>>> version. It was only after some time it appeared. This delay is normal? 
>>> Tell me please.
>>> http://chwiki.tiddlyspot.com 
>>> 
>>> If you use a " browser reload", which disables the browser cache, it 
>>> should work faster the next time :) It works well for me.
>>> -m
>>> 
>>>  
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to tiddlywiki+...@ <>googlegroups.com .
>>> To post to this group, send email to tiddl...@ <>googlegroups.com 
>>> .
>>> Visit this group at https://g

[tw] Re: TW5 for the historical process

2016-07-25 Thread 'Sergey Shishkin' via TiddlyWiki
Hi Richard

I want by clicking on the *date *(value), I went on URL that somewhere 
asking and also with the *place *(value). There is still a hearth with the 
*eventtype 
*(in Example it not, but I have). According to it, everything will remain 
as before, but to go on without *subtitle* tiddler. Having tiddlers with 
*subtitle*, where the *date*, *place* and type *eventtype*, I also want to 
have a normal tiddlers, but that *subtitle* with the *date*, *place* and 
*eventtype* that have not. Recent tiddlers that will not create the events. 
My English is bad, but I think exactly precise task. In this second 
option - *two types tiddlers* more important than the first. In principle, 
it is possible to do without URL, but it was just perfect with them! That 
is, there is a priority claims. The second requirement is more important! 
Events - historic events - tiddlers. Tiddlers withou *subtitle - *other 
entity - not the historical events.

Sergey

понедельник, 25 июля 2016 г., 11:41:41 UTC+2 пользователь 
RichardWilliamSmith написал:
>
> Hi Sergey,
>
> I'm afraid it's not clear what you mean - what do you want to link to? 
>
> Are you saying that the date in the 'subtitle' should be a link to an 
> external URL? Do you want to set that URL for each tiddler?
>
> In that case you would have a field called "date" and one called "url" and 
> clicking the date will take you to the URL - is that what you want?
>
> Regards,
> Richard
>
>
> On Monday, July 25, 2016 at 7:04:53 PM UTC+10, Sergey Shishkin wrote:
>>
>> Birthe C offered me a simple solution for how to set up tiddliwiki 
>> historical process 
>> . I 
>> like his decision, but full of happiness still need two things:
>>
>> 1. *Date* and *Place* must have *external links* (URL)
>> 2. It should be possible to create tiddlers without subtitle
>>
>> That is, we have two types of templates for *tiddlers - for historical 
>> events* and *tiddlers without a subtitle*. I entered another field in 
>> the subtitle for the event - *eventtype*, which should have only an 
>> *internal 
>> link* on tiddler without subtitle.
>>
>> If you implement these two options, I would have started to create 
>> tiddliwiki and promote it as a standard in our historic community.
>>
>> https://github.com/Jermolene/TiddlyWiki5/wiki/Historydates
>> http://historydates.tiddlyspot.com
>> http://chwiki.tiddlyspot.com
>>
>> Perhaps there are other solutions, but I need specific help. I appeal to 
>> the expert, since I am sure that for them to solve it faster than me. I'm 
>> still just learning.
>>
>

-- 
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/71e135b1-4415-4142-bd1e-f26377926143%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Return a value based on [tag] ?

2016-07-25 Thread Matthew Petty
Using a field for the state was just what I was looking for, thanks!

On Tuesday, 26 April 2016 19:39:37 UTC+3, Hegart Dmishiv wrote:
>
> Hi Shaw,
>
> Sounds to me like you want a *<$reveal>* widget. Something like:
>
> <$reveal type="match" text="T" state=!!tags>Tam
>
> Hope this helps. Give the TW documentation 
>  a look over, if my example doesn't 
> work exactly as expected.
>
> Hegart.
>
>
> On Wednesday, 27 April 2016 04:05:05 UTC+12, Shaw McAllan wrote:
>>
>>  Hey, All :)
>>  
>> Is it possible to return a specific value depending on the tags attached 
>> to tiddlers?
>>  
>> I'd like the value "Tam" to show up in a table if the tag is "T", "Kaye" 
>> if it's "K" and "Jason" if it's "J".
>>  
>> At the moment, I have this:
>>  
>> 
>> AssignedTaskStatus
>> <$list filter="[tag[J]]">
>> <>
>> 
>> <$list filter="[tag[K]]">
>> <>
>> 
>> 
>>
>> I'd like the first column of the table to pull through Tam, Jason or Kaye 
>> but I have no idea as to where to start...?
>>  
>>  
>> Thanks for any pointers,
>> -S
>>
>

-- 
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/4383f89d-bf76-4004-a96a-dfa228889636%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Editor Toolbar - Adding a browse for files button ( [ext[...]] )

2016-07-25 Thread The Bo
Hey Jeremy,

I have a workaround for my purposes because the files are in directories 
named like this "01/011/0112/filename.pdf". My idea was to name the files 
for this example "0112 - filename.pdf" so I could create the fullpath by 
readout of the first 4 signs.

@ Dragon Cotterill
Thank you for your suggestion but I would really like to pass on batch 
files.

Regards
The Bo

Am Montag, 25. Juli 2016 10:25:23 UTC+2 schrieb Jeremy Ruston:
>
> Hi The Bo
>
> I was thinking about adding a button to the new editor toolbar where I can 
> browse for local files to add them as an [ext[...|...]] link.
>
>
> For the Javascript part I found this code:
>
> Unfortunately, for security reasons, browsers do not expose the full 
> pathname of the selected file to JavaScript. Some browsers expose the 
> filename portion, as in your example above, but even that is not consistent.
>
> Best wishes
>
> Jeremy
>
>
> My problem is my lack of javascript skills and in fact I'm not deep enough in 
> the tw core. 
> Does anyone have an idea how to implement this, maybe as a plugin?
>
> Regards,
> The BO
>
>
> -- 
> 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 post to this group, send email to tiddl...@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/338c9fcd-4b73-44f1-838b-839ae8753ddf%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/099b02c3-d742-4374-be72-563ef99239df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Jeremy Ruston
I'm delighted to announce that TiddlyWiki version 5.1.13 has been released
to:

http://tiddlywiki.com/

Remember to keep careful backups before upgrading existing 5.x.x wikis at:

http://tiddlywiki.com/upgrade.html

This is a minor bug fix release that mostly deals with issues introduced in
5.1.12:

* Fixed (and refixed) problematic stricter external link matching rules
introduced in 5.1.12
* Fixed problem with tiddlers titled "undefined"
* Fixed rendering problem with KaTeX Plugin
* Removed unneeded border in print stylesheet
* Fixed problem with extraneous .tid extension added to tiddler filenames
* Updated Portuguese (Portugal) translation

See the release note at http://tiddlywiki.com/#Release%205.1.13 for more
details.

As usual, feedback and questions are gratefully received.

Best wishes

-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.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 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/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editor Toolbar - Adding a browse for files button ( [ext[...]] )

2016-07-25 Thread Dragon Cotterill

Hi Bo,

On Monday, 25 July 2016 09:18:15 UTC+1, The Bo wrote:
>
> Any idea or is there already such a plugin?
>

As Jeremy stated, it's almost impossible to get the details to external 
files from inside TW due to the security restrictions of the Browsers.

One of my TW's makes extensive use of external files (.PDFs and images) and 
the only way I could get them integrated was with external batch files.

This is one of my import routines:
@echo off
cd Unsorted
for /f "Tokens=*" %%f in ('dir /l/b/a-d') do (rename "%%f" "%%f")
cd ..

FOR %%A in (Unsorted/*.pdf) DO (
echo ^ >> entries.div
echo ^^|!Name: ^|%%~nA ^| >> entries.div
echo ^|!Author: ^| ^| >> entries.div
echo ^|!Date: ^| ^| >> entries.div
echo [img[./Images/Book.png][./Documents/%%A]] >> entries.div
echo ^^ >> entries.div
)

It is designed for TWC and has a specific layout, but it may suit your 
needs. But what it does is first switch everything in the "Unsorted" 
sub-directory into lowercase (this prevents loads of error where it tries 
to wikify the names of the .PDFs that are imported) before building a file 
with all the names of the PDFs as tiddler titles. The resulting file 
(entries.div) is then placed inside the TW file. When I go through and edit 
all the "Unsorted" tagged entries, TW handles the tidying up of the actual 
tiddlers.



 

-- 
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/4ad7f5e6-6af9-440f-b3f3-97ace3c63b7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 for the historical process

2016-07-25 Thread RichardWilliamSmith
Hi Sergey,

I'm afraid it's not clear what you mean - what do you want to link to? 

Are you saying that the date in the 'subtitle' should be a link to an 
external URL? Do you want to set that URL for each tiddler?

In that case you would have a field called "date" and one called "url" and 
clicking the date will take you to the URL - is that what you want?

Regards,
Richard


On Monday, July 25, 2016 at 7:04:53 PM UTC+10, Sergey Shishkin wrote:
>
> Birthe C offered me a simple solution for how to set up tiddliwiki 
> historical process 
> . I 
> like his decision, but full of happiness still need two things:
>
> 1. *Date* and *Place* must have *external links* (URL)
> 2. It should be possible to create tiddlers without subtitle
>
> That is, we have two types of templates for *tiddlers - for historical 
> events* and *tiddlers without a subtitle*. I entered another field in the 
> subtitle for the event - *eventtype*, which should have only an *internal 
> link* on tiddler without subtitle.
>
> If you implement these two options, I would have started to create 
> tiddliwiki and promote it as a standard in our historic community.
>
> https://github.com/Jermolene/TiddlyWiki5/wiki/Historydates
> http://historydates.tiddlyspot.com
> http://chwiki.tiddlyspot.com
>
> Perhaps there are other solutions, but I need specific help. I appeal to 
> the expert, since I am sure that for them to solve it faster than me. I'm 
> still just learning.
>

-- 
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/d90a6430-8db6-4d54-a60c-c6b266caf2f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 for the historical process

2016-07-25 Thread 'Sergey Shishkin' via TiddlyWiki
Birthe C offered me a simple solution for how to set up tiddliwiki 
historical process 
. I 
like his decision, but full of happiness still need two things:

1. *Date* and *Place* must have *external links* (URL)
2. It should be possible to create tiddlers without subtitle

That is, we have two types of templates for *tiddlers - for historical 
events* and *tiddlers without a subtitle*. I entered another field in the 
subtitle for the event - *eventtype*, which should have only an *internal 
link* on tiddler without subtitle.

If you implement these two options, I would have started to create 
tiddliwiki and promote it as a standard in our historic community.

https://github.com/Jermolene/TiddlyWiki5/wiki/Historydates
http://historydates.tiddlyspot.com
http://chwiki.tiddlyspot.com

Perhaps there are other solutions, but I need specific help. I appeal to 
the expert, since I am sure that for them to solve it faster than me. I'm 
still just learning.

-- 
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/9c4b3b10-e0eb-4b9c-a056-38cf7e239dd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] More twederation from the meetup

2016-07-25 Thread Jed Carty
In time honored fashion something broke last night and if you didn't update 
the plugins last night you weren't affected, if you did than you may not be 
able to properly fetch bundles. It should be fixed now, and it should only 
pull in new content. So go to twederation.tiddlyspot.com and get the new 
plugins (both the twederation-core and twederation-edition) and read the 
posts there for some other info.

-- 
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/6d4f1350-511a-4b40-aa0a-d1f94cf074c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TiddlyWiki 5 European Portuguese pt_PT Translation

2016-07-25 Thread Jeremy Ruston
Hi Duarte

Thanks, that’s great, I’ve merged your updates here:

https://github.com/Jermolene/TiddlyWiki5/commit/65a5135245891acd6b4fdc85bf95b81307d97b81
 


The updates will be included in 5.1.13 which I shall be releasing shortly.

Best wishes

Jeremy

> On 25 Jul 2016, at 02:33, Duarte Farrajota Ramos  
> wrote:
> 
> Hey Jeremy
> 
> It's been a while since I last updated the translations, there have been lots 
> of features and changes to TiddlyWiki in the meantime. Lots of new awesome 
> features and tools added so this was in dire need of an update.
> 
> Here is a revised Portuguese translation with added missing strings for new 
> features and tools and updated some older ones.
> 
> Let me know if something is missing or can be improved, maybe this can be 
> included for the next release, thanks
> Duarte
> 
> On Sunday, 8 February 2015 19:31:28 UTC, Duarte Farrajota Ramos wrote:
> Thanks for the fix Jeremy , looking forward to the new 5.1.8
> 
> -- 
> 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/f58f52fa-3169-4d5e-b4c2-538a86a7dc1f%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/61C6A7EC-72A8-4C26-8E6B-B43E69A561CF%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Editor Toolbar - Adding a browse for files button ( [ext[...]] )

2016-07-25 Thread Jeremy Ruston
Hi The Bo

> I was thinking about adding a button to the new editor toolbar where I can 
> browse for local files to add them as an [ext[...|...]] link.

> For the Javascript part I found this code:
Unfortunately, for security reasons, browsers do not expose the full pathname 
of the selected file to JavaScript. Some browsers expose the filename portion, 
as in your example above, but even that is not consistent.

Best wishes

Jeremy

> 
> My problem is my lack of javascript skills and in fact I'm not deep enough in 
> the tw core. 
> Does anyone have an idea how to implement this, maybe as a plugin?
> 
> Regards,
> The BO
> 
> -- 
> 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/338c9fcd-4b73-44f1-838b-839ae8753ddf%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/47D4D88A-1987-446D-86DF-6AD369693920%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editor Toolbar - Adding a browse for files button ( [ext[...]] )

2016-07-25 Thread The Bo
Any idea or is there already such a plugin?

-- 
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/516f9491-5619-4ccc-94ec-034a564ab46b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.