Re: [tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-05-03 Thread TonyM
Vytas,

I am impressed with your solution as I understand it and your "jumping into the 
deep end of the pool".

I am sure your solution is effective however because I think this should be a 
fundimental feature of tiddlywiki I am keen to develop it further. 

Personally I favor using a copy of the created date guarenteed to be unique in 
a field using the milliseconds to ensure this, then using the uni-link plugin 
to make this an alias which can always be refered to using uni-links notation. 
I would like to add an insert tiddler link to the editor toolbar that allows 
you to search tiddler titles but insert references to the unique id, that 
displays the current title even when it changes.

Given your expirence now what do you think?

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f405383a-cfde-4bc4-9888-ac13145e0341%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] list of tiddlers using a macro

2018-05-03 Thread TonyM
Mat,

Interesting you ask this. As a matter of practice writing macros I have started 
adding to tiddlers fields the following where a macro is defined

Field macro-macroname with the value containing the parameters in an example of 
using the macro.

We could also document the use of a macro with a field macrouse-macroname. The 
field value could document special use cases.

It is somewhat manual to do this however it could help while designing. You 
could also enhance a search to also create such fields when the macro is found.

I am tempted to document others macros this way. We can then use a field filter 
like has:field[macro-macroname] to locate there definition and parameters. Or 
use prefix[macrouse-macroname] to locate tiddlers using the macro.

Just some thoughts

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3e7fbb77-c97c-4ae9-b9bd-1935db4525e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread 'Mark S.' via TiddlyWiki
Since the server is running on your laptop, it would be it's IP address 
that you need. You didn't mention whether your laptop was windows or mac. I 
know nothing of macs, but here's a link to several methods for finding your 
IP:

https://www.wikihow.com/Find-Your-IP-Address-on-a-Mac

If you're on windows, just open a command shell and type ipconfig. Look for 
the line that says "IPv4".

According to tiddlywiki.com (https://tiddlywiki.com/#ServerCommand) you 
need to change the options part of your node.js invocation to:
 

--server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245


where 192.168.0.245 gets substituted with your laptop's actual IP of course.

But tiddlywiki on plain.js doesn't serve images, and the browser will 
absolutely refuse to let you access the local images while viewing as a 
localhost web page.

So, you might want to try Jed's Bob server or Arlen's tiddly-server.  Each 
one has a different way of configuring for an image (files) directory. 
Assuming your images lived somewhere on a relative path to your TW 
instance, then once you know your  IP and the virtual file path then you 
can change the base path for your <> to something like 
"http://192.168.1.114:8080/files/; . 

HTH
-- Mark

On Thursday, May 3, 2018 at 6:58:08 PM UTC-7, JWHoneycutt wrote:
>
> @Mark S. 
> `local web path, not the physical file path` Is there an example of image 
> refs on Node.js I can copy? (I don't know how to convert to local web path 
> lingo)
>
> `whether you're actually trying to run nodejs ON your iOS device, or 
> whether you're trying to connect to an existing server running on your 
> laptop`
> I have my wiki autoloading when my laptop boots, and I love that. I can 
> edit it and everything (except I've lost my images).
> I was hoping that any changes I made were saved to Dropbox, and when I 
> "load" my wiki using my phone, it would access the updated info on 
> Dropbox.  I think that means I am trying to run Node.js ON my IOS device 
> (right?).
> Your post has me guessing every conceivable combo starting with 
> 192.168.X.X:19671 on my iphone though (in hopes that it works through my 
> wifi FROM my laptop)
>
> JWHoneycutt
>

-- 
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/761403d8-887d-42f9-b30f-0a805d54f42f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-03 Thread TonyM
Jed

I will be happy to write the windows batch to monitor a folder and create the 
tid file if given the requirements. I have written a few baches I call 
sentenials, that react to a file arriving. However it would be better inside 
node if possible.

Keep in mind if this solution can work outside node it would be even better but 
unlikely. 

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/924c3221-3f58-4b6b-a2a4-301cdcec5745%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread JWHoneycutt
@Jed Carty
I have always ignored "Bonjour" - sounds like I need to look into it.  I 
assume I have Node.js running on the laptop, and it just "communicates" to 
the iOS device.  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/3aae3b23-ee3f-44cb-a6ee-85fa11eb6135%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread JWHoneycutt
@Mark S. 
`local web path, not the physical file path` Is there an example of image 
refs on Node.js I can copy? (I don't know how to convert to local web path 
lingo)

`whether you're actually trying to run nodejs ON your iOS device, or 
whether you're trying to connect to an existing server running on your 
laptop`
I have my wiki autoloading when my laptop boots, and I love that. I can 
edit it and everything (except I've lost my images).
I was hoping that any changes I made were saved to Dropbox, and when I 
"load" my wiki using my phone, it would access the updated info on 
Dropbox.  I think that means I am trying to run Node.js ON my IOS device 
(right?).
Your post has me guessing every conceivable combo starting with 
192.168.X.X:19671 on my iphone though (in hopes that it works through my 
wifi FROM my laptop)

JWHoneycutt

On Thursday, May 3, 2018 at 11:58:39 AM UTC-4, Mark S. wrote:
>
> RE the first part. Node.js doesn't serve up images. If you can get Jed or 
> Arlen's server's to run somewhere, then they should be able to serve up 
> images. Then you have to determine the path to those files (your local web 
> path, not the physical file path) and change the contents of 
> $:/macros/ximg/path" (going from memory here) to reflect that new path 
> basis.
>
> It's unclear from your description whether you're actually trying to run 
> nodejs ON your iOS device, or whether you're trying to connect to an 
> existing server running on your laptop. If the latter, then your address 
> won't start with "localhost" but something like 192.168.1.2: 19671 (it 
> will depend on your router IP assignments). 
>
> Good luck 
> -- Mark
>
> On Thursday, May 3, 2018 at 4:21:29 AM UTC-7, JWHoneycutt wrote:
>>
>> I am trying to convert a couple TW5 files to Node.js, (both on Dropbox).
>>
>> The reason for this is I think I will be able to edit them from my ipad 
>> or iphone (preferred) rather than only the laptop.
>>
>> I am running into 2 snags, pertaining to *image calls* and *IOS access*.
>> Image calls:
>>
>> I have liked the simplicity of Danielo's <> path:$:/macros/ximg/path>> macrocall, which I then collect into image 
>> galleries grouped by tags.
>>
>> They stopped working.
>>
>> Should I copy the image files into the server directory (or an Image 
>> subdirectory?) Or is it just a matter of getting the syntax right on the 
>> pathfile?
>> IOS access:
>>
>> localhost:19671 only works on my laptop and not on my IOS devices. (I am 
>> using these instructions: 
>> http://undefinedvalue.com/setting-personal-tiddlywiki-server-os-x.html)
>>
>> Am I incorrect about being able to access via IOS? How is it done? Do I 
>> need a "Terminal emulator" loaded onto my IOS devices?
>>
>>
>> Any help is appreciated.
>>
>> JWHoneycutt
>>
>

-- 
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/9570a4ce-3cc6-47e8-bbc4-cbf9cd8b7130%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Jeremy,

If I understand it correctly Hear I am trying to open a tiddler in the main 
story from inside a sibstory.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/628b1df9-33bc-4278-b355-d530fd1ef18b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread JWHoneycutt
@BurningTreeC
Thank you for the link.  I didn't know that Node.js doesn't just 
automatically run on iOS, but can be made to, using X-code, React, etc.  
Sounds like a task.
JWHoneycutt

On Thursday, May 3, 2018 at 8:11:12 AM UTC-4, BurningTreeC wrote:
>
> Hi all, I've recently seen something on github - native nodejs for android 
>> and iOS - if I remember it right
>>
>> I'll post the link if I find it again
>>
>> BTC
>>
>
> found it: https://github.com/janeasystems/nodejs-mobile 
>

-- 
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/f2c26ecd-b340-48fa-9b68-0ebc1c6f6d54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5]

2018-05-03 Thread TonyM
Thanks xavier,

What you suggest makes sense, I will have a go when at my computer.

I still wonder why we must go to such lengths to simply use a parameter or why 
we must in the first place. It takes time to learn the convoluted way is the 
only way. Surely we could introduce another widget or variable reference so we 
can use the intuitive code patterns?

It feels like I am beating my head against a brick wall, or is making the same 
mistake time and again is a sign of madness.

Thanks
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c82704f-7e80-4f0a-bc71-a7abc7ba2d2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-05-03 Thread 'Vytas' via TiddlyWiki
Petr,

I am also not a coder. I just found the problem to be really important and 
took the opportunity to learn more about the TW mark-up language by trying 
to do something which seemed to be doable. With some dedicated some time 
and patience, this "tool" resulted mostly from browsing the official TW 
website, searching the forum, putting other peoples' code together and from 
quite a lot of trial and error. If it would contribute a little bit, as 
Jeremy has put it, to the "experimentation" regarding this topic, I would 
be more than happy :)

If you are worried that your wiki could become corrupt as a result of 
imported solutions, I would say that the approach I proposed is quite 
robust, because:

The only thing I actually used was the good old ListWidget:  <$list 
filter=[field:id[qqu99yie1]!has[draft.of]] />   (see the first post of this 
thread by Felix in 2014!). So, as long as TW supports the ListWidget and 
the usage of fields, it will work. If you do not want to "pollute" your 
wiki with extraneous macros, you could replace "text=<>" 
by "text=<>" in the "insert-linktoid" tiddler. Then 
instead of <>  you would insert <$list 
filter=[field:id[tiddler's_id]!has[draft.of]] />  (I chose to use the macro 
just for a better readability) and you would be completely independent of 
any extraneous macros! That is, as soon as you do not want to use the tool 
anymore (for example, as soon as there is a solution in the core of TW to 
incorporate UUIDs or equivalent), you could delete all of the four tiddlers 
and your links would still work! Because the four tiddlers of the tool 
would ONLY assist you in inserting the link <$list 
filter=[field:id[tiddler's_id]]/>, and would not play any active role 
afterwards. 

What I personally like about this method, is that you can basically choose 
how the IDs will look like: for its generation you can combine the 
tiddler's creation date and its first title ("first title" means tiddler's 
title just before you are about to create the first link to it) in almost 
any combination you can imagine. Also, you retain great readability of the 
wikitext!

For the future, I imagine TiddyWiki:

a) Retaining the enforced uniqueness of the title field.
b) Having for all practical purposes unique id field.
c) Choosing a special symbol to start ids with (e.g. #) and forbidding 
starting titles with it. 
d) Supporting both [[title]] and [[id]] for linking, as well as the ability 
to refer to either title or id interchangeably (in any macro/widget, where 
now you have to use the title as a parameter).

-- 
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/7b7a1e2e-8833-4e06-8513-441db8803b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] list of tiddlers using a macro

2018-05-03 Thread Thomas Elmiger
Hi Matt,

Something like this could help (not really tested, make a backup first!) – this 
is from an older example I adapted for you:

Make a tiddler titled "todoMacroList" with this in it:

<$vars start="""<>""">

<$list filter="""[regexp:textsort[]] -[[todoMacroList]] 
-[has[draft.of]]""">

<$link to=<>><>

<$macrocall $name=extract start=<> end=<> limit="no" prefix="" 
suffix="">





===

You will need my extract macro for this:
https://tid.li/tw5/hacks.html#Extract%20Macro


Good luck!
Thomas

-- 
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/fd512850-0330-4a79-b837-1dc8bf114c0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-03 Thread Diego Mesa
awesome Jed!

On Thursday, May 3, 2018 at 4:14:23 PM UTC-5, Jed Carty wrote:
>
> I like this idea. I think that it wouldn't be hard to add to the multiuser 
> plugin in a way that doesn't require external scripts and wouldn't require 
> a server restart. I may look into that over the weekend.
>

-- 
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/ccc56654-8d76-4191-8c2c-9e6929922f1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-03 Thread Jed Carty
I like this idea. I think that it wouldn't be hard to add to the multiuser 
plugin in a way that doesn't require external scripts and wouldn't require 
a server restart. I may look into that over the weekend.

-- 
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/a0bab028-9c6f-41a8-a774-8947a1152951%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Paragraph spacing and dounle return setting- simple solution?

2018-05-03 Thread kelsang sherab
I did find a solution about the spacing of paragraphs - it was to do with 
changing the TW htm  and adding a tag 
But I think this solution is above my capabilities at the moment. [I do not 
know how to find the TW html and I do not know how to change the css 
afterwards]]

Is there a way to reduce the spacing between paragraphs?

Also is there a setting that allows for one return to create a new 
paragraph - rather than the two returns needed currently.

-- 
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/bfb2d47b-485e-4415-a511-22a373c1ff2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Edit Tiddly Wiki files straight on Google Drive

2018-05-03 Thread Alfonso Arciniega
It works fine on Firefox Nightly though...

On Thursday, May 3, 2018 at 1:40:34 PM UTC-6, Alfonso Arciniega wrote:
>
> After some time, I tried out Tiddly Drive today. Tried it once before and 
> it was fine the first time. Now it does not work anymore. Chrome latest 
> version on Windows 7. Would it be just me?
>
> Cheers,
>
> Alfonso
>

-- 
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/e655210a-f09c-49c3-ae20-ac70d0e6a266%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [TW5] Edit Tiddly Wiki files straight on Google Drive

2018-05-03 Thread David Allen
It might not be just you, but it's working fine for me.

On Thu, May 3, 2018 at 2:40 PM, Alfonso Arciniega 
wrote:

> After some time, I tried out Tiddly Drive today. Tried it once before and
> it was fine the first time. Now it does not work anymore. Chrome latest
> version on Windows 7. Would it be just me?
>
> Cheers,
>
> Alfonso
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/7pNJizR57e8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/a4479425-3ec2-4783-8eed-36027dd460f7%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
David Allen

-- 
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/CALaYjLiTDs6gnYSfJkmkJ8whB3o6A4vr2ZFZe%3DRi9qS708hJUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Edit Tiddly Wiki files straight on Google Drive

2018-05-03 Thread Alfonso Arciniega
After some time, I tried out Tiddly Drive today. Tried it once before and 
it was fine the first time. Now it does not work anymore. Chrome latest 
version on Windows 7. Would it be just me?

Cheers,

Alfonso

-- 
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/a4479425-3ec2-4783-8eed-36027dd460f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Anybody having problems with tiddlyspot today?

2018-05-03 Thread Birthe C
it seems to be working right now, let's hope it stays that way.
I am so happy right now. Finally saving ;-)

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/811471fc-56fa-4979-bb34-73d8420359cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Anybody having problems with tiddlyspot today?

2018-05-03 Thread @TiddlyTweeter
Yes. Just now. Also David Gifford did.

On Thursday, 3 May 2018 20:31:47 UTC+2, Birthe C wrote:
>
> Earlier today I could not read one of my tiddlywikies on tiddlyspot. Later 
> it worked for a while, but now I cannot save to tiddlyspot.
>
> 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/fa07ca2f-2063-463a-9872-09f8de5624e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: copy button in each code block

2018-05-03 Thread Rustem
I managed to do it with just macros and CSS. One thing I could not avoid is 
copying line breaks before and after the code. Hope there will be a plugin 
someday that will overcome that, as well as do away with the table wrapper. 
Here is a self-contained demo tiddler.

\define code(tx)


```$tx$
```
<$button class="tc-btn-invisible" message="tm-copy-to-clipboard" 
param=<<__tx__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>{{$:
/core/images/copy-clipboard}}
\end


table.mycodeblock {
  border:   none;
  margin:   7px 0 11px;
}
table.mycodeblock pre {
  margin:   0;
}
table.mycodeblock td {
  border:   none;
  padding:  0;
  position: relative;
}
table.mycodeblock button {
  position: absolute;
  left: -30px;
  top:  2px;
}
table.mycodeblock button svg.tc-image-button {
  height:   2em;
  width:2em;
  fill: none;
}
table.mycodeblock:hover button svg.tc-image-button {
  fill: <>;
  animation: 0.35s cubic-bezier(.35, 0, .35, 1) 2 alternate;
  animation-name: breathe,blink;
}
table.mycodeblock button:hover svg.tc-image-button {
  fill: <>;
}

@keyframes blink {
  from { opacity: 1; }
  to   { opacity: .35; }
}
@keyframes breathe {
  from { transform: scale(1); }
  to   { transform: scale(1.5); }
}



in your tiddlers just write :

<>



On Saturday, April 28, 2018 at 5:17:04 PM UTC-7, Rustem wrote:
>
> That works, thanks. Would be great though, to have the button appear 
> inside the block, on hover.
>
> On Saturday, April 28, 2018 at 2:31:13 AM UTC-7, BurningTreeC wrote:
>>
>> hi @Rustem 
>>
>> you could just create a macro in a tiddler say $:/_macros tagged with 
>> $:/tags/Macro with the content:
>>
>> \define code(text)
>> <>
>> ```
>> $text$
>> ```
>> \end
>>
>> in your tiddlers just write:
>>
>> <>
>> code here
>>
>> more code
>>
>> """>>
>>
>

-- 
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/54a1e890-71d9-4862-a87b-a730a239e5d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW in Public -- "Tomb Of Horrors"

2018-05-03 Thread @TiddlyTweeter
Lol! I see your point :-)

I checked it and its not always loading. Its not, I think, the specific 
wiki. Tiddlyspot often has huge lag. It failed on first attempt just now. 
On second try it worked. It is there. Its a good wiki.

J.

On Thursday, 3 May 2018 20:14:38 UTC+2, David Gifford wrote:
>
> Link doesn't work for me.
>
> But I had to laugh, the title of the thread made me think you were saying 
> that TiddlyWiki is a tomb of horrors when it's in public.
>
> On Tuesday, May 1, 2018 at 5:27:01 AM UTC-5, @TiddlyTweeter wrote:
>>
>> A TW from a DesignWriteStudio student ...
>>
>> Tomb Of Horrors ... http://tombofhorrors.tiddlyspot.com/ 
>>
>> If you want to comment go here: 
>> https://groups.google.com/forum/#!topic/designwrite/VAI9zoJOCg4
>>
>>

-- 
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/df16aab1-f071-442e-a4b4-c4499a0ce078%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Anybody having problems with tiddlyspot today?

2018-05-03 Thread Birthe C
Earlier today I could not read one of my tiddlywikies on tiddlyspot. Later 
it worked for a while, but now I cannot save to tiddlyspot.

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/b9245347-cab8-4fd0-b5ed-73c2a76d2378%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] list of tiddlers using a macro

2018-05-03 Thread Matt4
Is there a way to get a list of tiddlers that use a particular macro? 
Currently I'm searching for the first part of the macro (<> I would want to get thetiddlers that used that macro and 
display the *Ask question about TiddlyWiki *portion of each of those uses. 

Matt

-- 
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/3616d7f2-598a-4775-b6ca-6612d4bf983b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW in Public -- "Tomb Of Horrors"

2018-05-03 Thread David Gifford
Link doesn't work for me.

But I had to laugh, the title of the thread made me think you were saying 
that TiddlyWiki is a tomb of horrors when it's in public.

On Tuesday, May 1, 2018 at 5:27:01 AM UTC-5, @TiddlyTweeter wrote:
>
> A TW from a DesignWriteStudio student ...
>
> Tomb Of Horrors ... http://tombofhorrors.tiddlyspot.com/ 
>
> If you want to comment go here: 
> https://groups.google.com/forum/#!topic/designwrite/VAI9zoJOCg4
>
>

-- 
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/85f14324-63f2-49ac-8a42-6b08f507306a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Jeremy Ruston
Hi Mark
> But in terms of what actually happens, it's really only the $:/StoryList that 
> gets changed ... or is there something else?

No, the navigator widget modifies both the story list and the history list.

> How is the HistoryList used, and how might a user make use of it? Thanks!

The HistoryList is a stack of the tiddlers that have been navigated to. It is 
used by the storyviews to animate navigations.

There are some docs here:

https://tiddlywiki.com/#HistoryMechanism 


Best wishes

Jeremy.


> 
> -- Mark
> 
> On Thursday, May 3, 2018 at 9:57:29 AM UTC-7, Jeremy Ruston wrote:
> The purpose of the navigator widget is to respond to messages like 
> tm-navigate, tm-close-tiddler etc. by modifying the attached story river. The 
> core page template includes an instance of the navigator widget pointing at 
> the usual $:/StoryList and $:/HistoryList tiddlers.
> 
> The only reason to use the navigator widget is if you wish to target a story 
> or history list other than the defaults, such as when creating what the docs 
> call a substory.
> 
> Best wishes
> 
> Jeremy.
> 
>> On 3 May 2018, at 10:33, TonyM > wrote:
>> 
>> Mat,
>> 
>> I am not so sure how to make the Navigator widget works in the above example
>> 
>> 
>> /*when content is a link*/
>> .foo a {visibility:hidden; position:relative;}
>> .foo a:before {visibility:visible; content:"xx"; }
>> 
>> 
>> <$navigator 
>> story="$:/StoryList"><>
>> 
>> 
>> Regard
>> Tony
>> 
>> 
>> On Thursday, May 3, 2018 at 6:20:00 PM UTC+10, Mat wrote:
>> I was a bit too quick. Here are better solutions;
>> 
>> 
>> <$navigator 
>> story="$:/StoryList"><>
>> 
>> 
>> /*when content is a link*/
>> .foo a {visibility:hidden; position:relative;}
>> .foo a:before {visibility:visible; content:"xx"; }
>> 
>> /*when content is not a link*/
>> .foo {visibility:hidden; position:relative;}
>> .foo:before {visibility:visible; content:"xx"; }
>> 
>> 
>> ---
>> 
>> \define tiddlername(tid) [[static|$tid$]]
>> 
>> <>
>> 
>> 
>> 
>> <:-)
>> 
>> -- 
>> 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/f1742a6a-46cd-43d1-8641-cca67d2cbeb9%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/6710eec9-69d6-406c-a12a-f920d81fb398%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/BD9A2110-5C5A-4AD9-A3C6-E87AB933A90C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread 'Mark S.' via TiddlyWiki
Hi Jeremy,

But in terms of what actually happens, it's really only the $:/StoryList 
that gets changed ... or is there something else?

How is the HistoryList used, and how might a user make use of it? Thanks!

-- Mark

On Thursday, May 3, 2018 at 9:57:29 AM UTC-7, Jeremy Ruston wrote:
>
> The purpose of the navigator widget is to respond to messages like 
> tm-navigate, tm-close-tiddler etc. by modifying the attached story river. 
> The core page template includes an instance of the navigator widget 
> pointing at the usual $:/StoryList and $:/HistoryList tiddlers.
>
> The only reason to use the navigator widget is if you wish to target a 
> story or history list other than the defaults, such as when creating what 
> the docs call a substory.
>
> Best wishes
>
> Jeremy.
>
> On 3 May 2018, at 10:33, TonyM  wrote:
>
> Mat,
>
> I am not so sure how to make the Navigator widget works in the above 
> example
>
> 
> /*when content is a link*/
> .foo a {visibility:hidden; position:relative;}
> .foo a:before {visibility:visible; content:"xx"; }
> 
>
> <$navigator story="$:/StoryList"><
> >
>
>
> Regard
> Tony
>
>
> On Thursday, May 3, 2018 at 6:20:00 PM UTC+10, Mat wrote:
>>
>> I was a bit too quick. Here are better solutions;
>>
>>
>> <$navigator 
>> story="$:/StoryList"><>
>>
>> 
>> /*when content is a link*/
>> .foo a {visibility:hidden; position:relative;}
>> .foo a:before {visibility:visible; content:"xx"; }
>>
>> /*when content is not a link*/
>> .foo {visibility:hidden; position:relative;}
>> .foo:before {visibility:visible; content:"xx"; }
>> 
>>
>> ---
>>
>> \define tiddlername(tid) [[static|$tid$]]
>>
>> <>
>>
>>
>>
>> <:-)
>>
>
> -- 
> 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/f1742a6a-46cd-43d1-8641-cca67d2cbeb9%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/6710eec9-69d6-406c-a12a-f920d81fb398%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Jeremy Ruston
The purpose of the navigator widget is to respond to messages like tm-navigate, 
tm-close-tiddler etc. by modifying the attached story river. The core page 
template includes an instance of the navigator widget pointing at the usual 
$:/StoryList and $:/HistoryList tiddlers.

The only reason to use the navigator widget is if you wish to target a story or 
history list other than the defaults, such as when creating what the docs call 
a substory.

Best wishes

Jeremy.

> On 3 May 2018, at 10:33, TonyM  wrote:
> 
> Mat,
> 
> I am not so sure how to make the Navigator widget works in the above example
> 
> 
> /*when content is a link*/
> .foo a {visibility:hidden; position:relative;}
> .foo a:before {visibility:visible; content:"xx"; }
> 
> 
> <$navigator 
> story="$:/StoryList"><>
> 
> 
> Regard
> Tony
> 
> 
> On Thursday, May 3, 2018 at 6:20:00 PM UTC+10, Mat wrote:
> I was a bit too quick. Here are better solutions;
> 
> 
> <$navigator 
> story="$:/StoryList"><>
> 
> 
> /*when content is a link*/
> .foo a {visibility:hidden; position:relative;}
> .foo a:before {visibility:visible; content:"xx"; }
> 
> /*when content is not a link*/
> .foo {visibility:hidden; position:relative;}
> .foo:before {visibility:visible; content:"xx"; }
> 
> 
> ---
> 
> \define tiddlername(tid) [[static|$tid$]]
> 
> <>
> 
> 
> 
> <:-)
> 
> -- 
> 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/f1742a6a-46cd-43d1-8641-cca67d2cbeb9%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/9B199570-1C18-4026-AF4A-C74131690319%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TS] TiddlyServer upgraded to TW 5.1.16

2018-05-03 Thread Arlen Beiler
I thought I should post the change log. I apologize that this release has 
been more rushed than usual and less thoroughly tested, although I still 
use master for my personal TiddlyServer installation. 

   - *Added /static as a reserved mount path and 
   moved /icons to /static/icons.*
   - Added a warning if a mount path is reserved.
   - Added a settings page at /admin/settings/. The tree and types options 
   are not yet available.
   - Added allowLocalhost hashmap to settings.json identical to allowNetwork. 
   Options for one of them does not affect options for the other one, so 
   localhost may be more restricted than network.
   - Added several options related to logging, and now allows logs to be 
   saved to file using NodeJS appendFile.
   - 
  - Added options: logAccess, logError, logColorsToFile, 
  logToConsoleAlso.
   - Added debugLevel option in settings to set the debug level of the 
   messages to be logged to console or the error log.
   - Add filename field to specify the filename of the file being uploaded 
   to a folder.
   - Upgrade to TiddlyWiki 5.1.16

Enjoy!

-- 
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/117192e5-6027-4854-b7f1-4b14f6951acf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread Jed Carty
Another thing that can make life a lot easier is on everything other than 
Windows and Android you can use mdns/bonjour for the local network, this 
lets you name the server instead of having to use the ip address. So for my 
pie server setup I don't need to know the ip address, I can just got to 
pieserver.local on whatever network I am on and it will point to my server.

On osx, iOS and linux that makes connecting to a local server much easier. 
There may be some way to set it up on windows but it doesn't work out of 
the box.

-- 
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/71c7ba83-b3bf-463f-ba9b-2952765a1811%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread 'Mark S.' via TiddlyWiki
RE the first part. Node.js doesn't serve up images. If you can get Jed or 
Arlen's server's to run somewhere, then they should be able to serve up 
images. Then you have to determine the path to those files (your local web 
path, not the physical file path) and change the contents of 
$:/macros/ximg/path" (going from memory here) to reflect that new path 
basis.

It's unclear from your description whether you're actually trying to run 
nodejs ON your iOS device, or whether you're trying to connect to an 
existing server running on your laptop. If the latter, then your address 
won't start with "localhost" but something like 192.168.1.2: 19671 (it will 
depend on your router IP assignments). 

Good luck 
-- Mark

On Thursday, May 3, 2018 at 4:21:29 AM UTC-7, JWHoneycutt wrote:
>
> I am trying to convert a couple TW5 files to Node.js, (both on Dropbox).
>
> The reason for this is I think I will be able to edit them from my ipad or 
> iphone (preferred) rather than only the laptop.
>
> I am running into 2 snags, pertaining to *image calls* and *IOS access*.
> Image calls:
>
> I have liked the simplicity of Danielo's < path:$:/macros/ximg/path>> macrocall, which I then collect into image 
> galleries grouped by tags.
>
> They stopped working.
>
> Should I copy the image files into the server directory (or an Image 
> subdirectory?) Or is it just a matter of getting the syntax right on the 
> pathfile?
> IOS access:
>
> localhost:19671 only works on my laptop and not on my IOS devices. (I am 
> using these instructions: 
> http://undefinedvalue.com/setting-personal-tiddlywiki-server-os-x.html)
>
> Am I incorrect about being able to access via IOS? How is it done? Do I 
> need a "Terminal emulator" loaded onto my IOS devices?
>
>
> Any help is appreciated.
>
> JWHoneycutt
>

-- 
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/4c8bc1dd-ed9d-42ce-b041-d6545e0f5fd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread 'Mark S.' via TiddlyWiki
Hi Tony,

I don't think the navigator-widget actually opens anything. If I'm wrong, I 
would sure love to have the full docs of the NW, since the docs at 
TIddlyWiki.com are really sparse.

Here's what it does -- I think. It catches any tiddler openings inside the 
widget and then adds them to the the "story" list attribute. That's it. 
It's then up to *you* to determine what happens inside of the navigator 
widget.

So if you create a tiddler $:/StoryList2 and populate it's list field with 
"[[HelloThere]]" at TiddlyWiki.com, then you can use this NW inside a 
tiddler to create it's own "river" :

<$navigator openLinkFromInsideRiver="top" story="$:/StoryList2">
<$list filter="[enlist{$:/StoryList2!!list}]" 
template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate"/> 


Whenever you click on a link to a tiddler inside the river, it gets added 
to "$:/StoryList2" which is then used by the list to create the contents of 
the river. But it's up to you to create the tiddlers and provide the 
templates, etc.

It seems a lot like the link catcher widget to me, except that the link 
catcher just holds the last link (single) clicked inside of the LC widget.

HTH
-- Mark

On Thursday, May 3, 2018 at 4:50:49 AM UTC-7, TonyM wrote:
>
> Mat,
>
> Thanks for your help so far.
>
> In this case the navigator widget should open the <> in 
> the story river (and open the tiddler). Usually this is the default however 
> I trying to open tiddlers from outside the story.
>
> Unfortunately this seems over my head as well. Never the less thanks for 
> the other solution.
>
> Regards
> Tony
>
> On Thursday, May 3, 2018 at 9:00:17 PM UTC+10, Mat wrote:
>>
>> Well, I don't know what the Navigator widget is supposed to achieve there 
>> to begin with? (I don't quite understand the docs 
>> ). 
>>
>> <$navigator story="$:/StoryList"><>
>>
>> For example, the output does not seem to be a link.
>>
>> Maybe using the non-link styling and putting the div inside the nav 
>> helps? Like so:
>>
>> 
>> /*when content is NOT a link*/
>> .foo {visibility:hidden; position:relative;}
>> .foo:before {visibility:visible; content:"xx"; }
>> 
>>
>> <$navigator story="$:/StoryList"><>
>> 
>>
>> <:-)
>>
>

-- 
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/99788ed7-9984-40f2-8370-e7a3d03676bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Updates to the MultiUser plugin and the Single Executable version

2018-05-03 Thread Ed
Cher Jed,

Got the software up and running yesterday, some problems, but anyway, it 
worked.
Many, many thanks for all the work, really!

But there is a little snag, I tried to install it at home, sometimes I 
really have to work 
at home, as I can do certain things there better than at the office.
My PC however is 32bits. So it won't happen here, I am afraid. Snifs.

Any chance for a 32bit version?
[I suppose not, must be a lot of extra work, but one can ask, isn't it. 
8-)) ]

Salut! Ed.
= = = = =
.
.


Op maandag 30 april 2018 00:07:44 UTC+2 schreef Jed Carty:
>
> There are some new updates to the (not yet renamed) multiuser plugin.
>
> There are a lot of updates to the inner workings since the last release of 
> the single executable. 
>
> It no longer shows the dirty indicator in most cases because it wasn't 
> accurate.
> It also fixes some errors from when there are errors in given paths.
> It adds a new command that starts the wiki without a server so it can be 
> used with an external server, like an express js server, to go with this 
> each web socket message is sent with an authentication token if one is 
> saved in localstorage.
> there will be fewer terminal messages now
> reconnecting to a server after losing the web socket connection is more 
> consistent
> You can export each wiki as a single file html, but it is imperfect. 
> Documentation for the new message is in the plugin. But there is something 
> weird where the html file works everywhere aside from importing it into 
> another wiki.
> The settings in the control panel are only available on the root wiki 
> because they should only be used there.
> There is a checkbox in the control panel that adds the list of available 
> wikis to a tab in the sidebar.
>
> The plugin repo is here
> https://github.com/OokTech/TW5-MultiUser
> The single executable version is available here
> https://github.com/OokTech/TW5-SingleExecutable/releases/tag/0.0.6
>
>
> If you want to support the development OokTech has a patreon page here
> https://www.patreon.com/OokTech
> or if you prefer there  is a link for PayPal here
>
> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick_button_id=ZG94CTLHTKYRE
>

-- 
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/70f078b0-6e50-4ede-bbdd-3c6cf58f4ad4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-03 Thread Diego Mesa
I also have some customizations on my TW itself to handle papers that I can 
share if someone is interested.

On Thursday, May 3, 2018 at 8:51:37 AM UTC-5, Diego Mesa wrote:
>
> Hey everyone, 
>
> Just wanted to share a useful directory watching workflow I've come up 
> with. I am working on a mac and running TW on node. I read a lot of papers, 
> and have taken to using TW to keep track of them - a homegrown reference 
> manager. My workflow is the following: 
>
>- Find a bunch of papers I want to add to my library and downloaded 
>them into a "Papers" directory (I keep this somewhere in my dropbox).
>- I've setup a "Folder Action" on my "Papers" folder, which runs the 
>*watchFolder.scpt* applescript file every time this folder has new 
>items added. 
>- That applescript will go through each PDF, and call a *newPaperTid *bash 
>file, responsible for creating a new .tid file
>- Those tid files are created in the appropriate tiddlers/ directory 
>(which is also on my dropbox)
>- Restart node and voila!
>
> This has been working very well for me and I wanted to share in case 
> others might find it useful. Both files can be found on github:
>
> https://gist.github.com/diego898/e117cc4aec51511f39d5611a0a65f946
>
> *Note: T*hese files/workflow can *easily* be changed to accommodate 
> anything where you want to respond to some action somewhere by creating a 
> new tiddler. 
>
> If anyone has any suggestions/improvements/questions I'd be happy to 
> discuss. 
>
> Best,
> Diego
>

-- 
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/13747a4e-5b05-48a6-9239-0370f94cdfa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5]

2018-05-03 Thread Xavier Cazin
Tony,

Sorry I meant to have the Copy string inside the button widget of course:

\define foo2bar()
<$button>
<$action-createtiddler
   $basetitle="$(newtiddler)$"
   tags={{$:/temp/newtemplatetags}}
   text={{$(sourcetiddler)$!!text}} />
Copy

\end

<$vars newtiddler=bar sourcetiddler=foo>
<> <>
<>


Cheers,
Xavier.

-- Xavier Cazin

On Thu, May 3, 2018 at 3:52 PM, Xavier Cazin  wrote:

> Hi Tony,
>
> Most often, this the action widget itself that needs to be wrapped in a
> macro, so that it can reference variables through the $v$ or $(v)$
> mecanism, as in:
>
> \define foo2bar()
> <$button>
> <$action-createtiddler
>$basetitle="$(newtiddler)$"
>tags={{$:/temp/newtemplatetags}}
>text={{$(sourcetiddler)$!!text}} />
> 
> Copy
> \end
>
> <$vars sourcetiddler=foo newtiddler=bar>
> <>
> 
>
> Regards,
> Xavier.
>
> -- Xavier Cazin
>
> On Thu, May 3, 2018 at 1:59 PM, TonyM  wrote:
>
>> Folks,
>>
>> I have a button to create tiddlers while copying the text field from a
>> source tiddler.
>>
>>
>>- I have the source tiddler name in the variable <>
>>- I have the new tiddler name in the variable <>
>>
>>
>> I can not identify how to specify ###here### the value in
>> <> text field.
>>
>> <$button>
>> <$action-createtiddler $basetitle=<>
>> tags={{$:/temp/newtemplatetags}} text=###here###/>
>> Copy 
>>
>> I have tried set and macros with no luck so far.
>>
>> Any help would be appreciated.
>>
>> Regards
>> Tony
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to tiddlywiki+unsubscr...@googlegroups.com.
>> To post to this group, send email to tiddlywiki@googlegroups.com.
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/tiddlywiki/3fe10a21-6d00-4647-ac0d-94452d64bc16%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/CADeSwYPA-t0TE_TJwbzUPrq7fGtDycrZvUCHWm3fN5bAZXvJzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5]

2018-05-03 Thread Xavier Cazin
Hi Tony,

Most often, this the action widget itself that needs to be wrapped in a
macro, so that it can reference variables through the $v$ or $(v)$
mecanism, as in:

\define foo2bar()
<$button>
<$action-createtiddler
   $basetitle="$(newtiddler)$"
   tags={{$:/temp/newtemplatetags}}
   text={{$(sourcetiddler)$!!text}} />

Copy
\end

<$vars sourcetiddler=foo newtiddler=bar>
<>


Regards,
Xavier.

-- Xavier Cazin

On Thu, May 3, 2018 at 1:59 PM, TonyM  wrote:

> Folks,
>
> I have a button to create tiddlers while copying the text field from a
> source tiddler.
>
>
>- I have the source tiddler name in the variable <>
>- I have the new tiddler name in the variable <>
>
>
> I can not identify how to specify ###here### the value in
> <> text field.
>
> <$button>
> <$action-createtiddler $basetitle=<> 
> tags={{$:/temp/newtemplatetags}}
> text=###here###/>
> Copy 
>
> I have tried set and macros with no luck so far.
>
> Any help would be appreciated.
>
> Regards
> Tony
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/3fe10a21-6d00-4647-ac0d-94452d64bc16%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/CADeSwYPbzPaTj%3DuRrkqNeXwd0F6U8FAC7_LwyxyT8C1BotkP1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-03 Thread Diego Mesa
Hey everyone, 

Just wanted to share a useful directory watching workflow I've come up 
with. I am working on a mac and running TW on node. I read a lot of papers, 
and have taken to using TW to keep track of them - a homegrown reference 
manager. My workflow is the following: 

   - Find a bunch of papers I want to add to my library and downloaded them 
   into a "Papers" directory (I keep this somewhere in my dropbox).
   - I've setup a "Folder Action" on my "Papers" folder, which runs the 
   *watchFolder.scpt* applescript file every time this folder has new items 
   added. 
   - That applescript will go through each PDF, and call a *newPaperTid *bash 
   file, responsible for creating a new .tid file
   - Those tid files are created in the appropriate tiddlers/ directory 
   (which is also on my dropbox)
   - Restart node and voila!

This has been working very well for me and I wanted to share in case others 
might find it useful. Both files can be found on github:

https://gist.github.com/diego898/e117cc4aec51511f39d5611a0a65f946

*Note: T*hese files/workflow can *easily* be changed to accommodate 
anything where you want to respond to some action somewhere by creating a 
new tiddler. 

If anyone has any suggestions/improvements/questions I'd be happy to 
discuss. 

Best,
Diego

-- 
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/0a3628df-cd5e-4d27-b3e1-35d98e509ae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread Diego Mesa
Wow! 

Can someone post some instructions/help/tips on getting this setup on their 
IOS devices? 

On Thursday, May 3, 2018 at 7:11:12 AM UTC-5, BurningTreeC wrote:
>
> Hi all, I've recently seen something on github - native nodejs for android 
>> and iOS - if I remember it right
>>
>> I'll post the link if I find it again
>>
>> BTC
>>
>
> found it: https://github.com/janeasystems/nodejs-mobile 
>

-- 
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/dbbc3014-3426-4f79-bb15-367d0f370cd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-05-03 Thread Brady77
Hi Vytas,

I will not comment on the 'technical' side of your solution because I'm 
just an end-user. Nevertheless: in this particular case I would probably 
wait for Jeremy's decision. I'm trying to avoid any direct links between 
tiddlers, now. In other words I'm following Tony's recommendation to use 
tags, only.

Please forgive me my openness but I think that in this phase a birds-eye 
overview or high-level description of your approach to this issue (what, 
why, how, pros, cons) would be more beneficial to coding something not yet 
agreed upon. My reasons for posting this are as follows: not everyone in 
this discussion is a coder (including me) so I/we cannot comment on it even 
if the issue touches my workflow significantly. Another problem is that my 
current wiki may become corrupt soon since I'm trying any proposed 
solutions above (with backups, for sure) without understanding the impact 
on system if combined. 

Thank you for your comments and the proposal.

Petr

-- 
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/2986eb4c-5651-4799-a9e5-0ceac105a8f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Is there No way to spell check with the Code Mirror Plugin?

2018-05-03 Thread Alex D
I implemented the open-source Hunspell Spell Checker for a project using 
codemirror, using a back-end service. There is also a frontend 
implementation that I haven't tried 
yet, https://github.com/kwonoj/hunspell-asm. 

On Tuesday, March 28, 2017 at 6:48:07 PM UTC+2, Jeff Vance wrote:
>
> I did a search and saw this question come up several times in the past, 
> but there has never been a clear answer. The browser's spell check does not 
> work when using the Code Mirror plugin. In the past threads, the solution 
> was always to disable Code Mirror!  To me, that is not really a solution. 
> I'd rather keep Code Mirror and just try to be more careful with my 
> spelling.  But I keep noticing typos when I go back to read things later.  
> Is there really no way to get the spell check to work again? 
>

-- 
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/434da990-c4c5-4bcd-89e1-982b73af3f06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread @TiddlyTweeter
BTC, does this mean, in principle, that TiddlyDesktop, Jed's MultiUser, 
Arlen's TiddlyServer could be compiled to run on Android & iOS more easily?

On Thursday, 3 May 2018 14:11:12 UTC+2, BurningTreeC wrote:
>
> Hi all, I've recently seen something on github - native nodejs for android 
>> and iOS - if I remember it right
>>
>> I'll post the link if I find it again
>>
>> BTC
>>
>
> found it: https://github.com/janeasystems/nodejs-mobile 
>

-- 
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/022eee48-0704-4d4d-9f19-562ee5af4976%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Presenting my simple mobile layout...

2018-05-03 Thread Danielo Rodríguez
Hello JD,
Very impressive work ! I just tried on my laptop with the mobile 
simulation, but it is looking very very good.
Maybe I miss some more heavy customization on the sidebar, but the overall 
is very pleasant. I would also see some more buttons at the bottom. To be 
honest, I don't see myself changing the theme very often, but maybe closing 
all the tiddlers or seeing my favorite ones is something I'll want to do 
more often.

Apart from those, the best mobile theme I tried. I tried doing it myself 
several times, so I know how hard it can be.
Regarding the sidebar sliding, I made a plugin a while ago. It´s working 
quite fine, but it's par of NS android app internals. I can offer you some 
support on that regard if you want, or maybe try to release the plugin 
separately.

Regards

-- 
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/80aaa438-8483-4817-8264-a5bfa9782eab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread BurningTreeC

>
> Hi all, I've recently seen something on github - native nodejs for android 
> and iOS - if I remember it right
>
> I'll post the link if I find it again
>
> BTC
>

found it: https://github.com/janeasystems/nodejs-mobile 

-- 
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/a4f4b10c-014b-408d-bcd7-088f74620219%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread BurningTreeC
Hi all, I've recently seen something on github - native nodejs for android 
and iOS - if I remember it right

I'll post the link if I find it again

BTC

-- 
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/4da6ccd6-fc73-404e-ab62-80bb1b46f823%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [TW5]

2018-05-03 Thread TonyM
Folks,

I have a button to create tiddlers while copying the text field from a 
source tiddler.


   - I have the source tiddler name in the variable <>
   - I have the new tiddler name in the variable <>
   

I can not identify how to specify ###here### the value in 
<> text field.

<$button>
<$action-createtiddler $basetitle=<> 
tags={{$:/temp/newtemplatetags}} text=###here###/>
Copy 

I have tried set and macros with no luck so far.

Any help would be appreciated.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3fe10a21-6d00-4647-ac0d-94452d64bc16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Mat,

Thanks for your help so far.

In this case the navigator widget should open the <> in the 
story river (and open the tiddler). Usually this is the default however I 
trying to open tiddlers from outside the story.

Unfortunately this seems over my head as well. Never the less thanks for 
the other solution.

Regards
Tony

On Thursday, May 3, 2018 at 9:00:17 PM UTC+10, Mat wrote:
>
> Well, I don't know what the Navigator widget is supposed to achieve there 
> to begin with? (I don't quite understand the docs 
> ). 
>
> <$navigator story="$:/StoryList"><>
>
> For example, the output does not seem to be a link.
>
> Maybe using the non-link styling and putting the div inside the nav helps? 
> Like so:
>
> 
> /*when content is NOT a link*/
> .foo {visibility:hidden; position:relative;}
> .foo:before {visibility:visible; content:"xx"; }
> 
>
> <$navigator story="$:/StoryList"><>
> 
>
> <:-)
>

-- 
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/d644f49b-9457-404a-b768-d5621c0129f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread Jed Carty
File system access on iOS is made to be difficult. It is treated more like 
a document store database than a normal file system and image access via 
anything other than the built-in image gallery is difficult.

If you want to have a tiddlywiki server that is accessible from the local 
network than you are probably making things more difficult than they need 
to be. If you want to have node running on iOS than I don't know if that is 
possible. For all of the iOS development work I have done I ended up 
needing to use an external server to get any reasonable file access setup.

The multiuser plugin I may made be useful if you just want to be able to 
access it from the local network, you can run it on your laptop and edit 
them normally on your iphone or iPad.

-- 
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/3aff7424-9948-4232-9abc-5f544ab84861%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: I'd like to talk about TiddlyDesktop -- Seeking your experience of it ...

2018-05-03 Thread @TiddlyTweeter
TonyM wrote:
>
> I have fiddled with the backstage, and want to use it to Host my TW 
> Classic on the LAN but not yet worked out how.
>

TBH, I think the "Backstage" of TD is potentially awesome. Effectively what 
you have is access to defining the overall look, feel & function of the TD 
"App" that organises it all.

I'm not a programmer so can't use it optimally yet. What I did figure out 
is how to, for instance, change the interface so that some options are no 
longer displayed (like add wiki / add folder). This opens the way to being 
able develop self contained TD's that are purely for an end user for a 
specific purpose and nothing more.

-- 
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/85846e5f-175d-40f6-bcad-4c1374a83a2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread peuhpeuh singe
Ok, it works now. I removed a few hacks I did to get an improved usage of 
codemirror (in 5.1.15) that looks to cause the errors. Thanks for this !

P.

Le jeudi 3 mai 2018 13:08:32 UTC+2, BurningTreeC a écrit :
>
> That's strange, I did the same with an empty tiddlywiki v5.1.16 and it 
> works without problems
>
> What's your tiddlywiki version?
>

-- 
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/b5dfd979-2698-4d9c-a443-77327169cdb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: I'd like to talk about TiddlyDesktop -- Seeking your experience of it ...

2018-05-03 Thread @TiddlyTweeter
TonyM wrote:
>
> ... my key use of TiddlyDesktop is to host my 18Mb Classic TiddlyWiki 
> which is a database and tool set I developed over a number of years I still 
> need access to ... it performs very well at this.
>

Right. I do think that TD lends itself well to such situations. Situations 
you need to use wikis in, kind of, "self-contained SETS". Say past 
archives. Or reference materials (say, a TD for: "Middle English texts"). 
Or series (say, a TD for: "Complete Scripts Of #PerryMason" )

Its very flexible too. Able to support Classic. Able to do both single file 
and .tid filled folders. 

Josiah

-- 
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/2d042676-1d6f-4974-82e6-8c04fd0bea8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Conversion to Node.js problems

2018-05-03 Thread JWHoneycutt


I am trying to convert a couple TW5 files to Node.js, (both on Dropbox).

The reason for this is I think I will be able to edit them from my ipad or 
iphone (preferred) rather than only the laptop.

I am running into 2 snags, pertaining to *image calls* and *IOS access*.
Image calls:

I have liked the simplicity of Danielo's <> macrocall, which I then collect into image 
galleries grouped by tags.

They stopped working.

Should I copy the image files into the server directory (or an Image 
subdirectory?) Or is it just a matter of getting the syntax right on the 
pathfile?
IOS access:

localhost:19671 only works on my laptop and not on my IOS devices. (I am 
using these instructions: 
http://undefinedvalue.com/setting-personal-tiddlywiki-server-os-x.html)

Am I incorrect about being able to access via IOS? How is it done? Do I 
need a "Terminal emulator" loaded onto my IOS devices?


Any help is appreciated.

JWHoneycutt

-- 
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/cf560683-839a-4168-bdf4-dbe66fcc6482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread BurningTreeC
That's strange, I did the same with an empty tiddlywiki v5.1.16 and it 
works without problems

What's your tiddlywiki version?

-- 
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/7b987a8b-3230-4506-9edd-eee293e9d688%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Mat
Well, I don't know what the Navigator widget is supposed to achieve there 
to begin with? (I don't quite understand the docs 
). 

<$navigator story="$:/StoryList"><>

For example, the output does not seem to be a link.

Maybe using the non-link styling and putting the div inside the nav helps? 
Like so:


/*when content is NOT a link*/
.foo {visibility:hidden; position:relative;}
.foo:before {visibility:visible; content:"xx"; }


<$navigator story="$:/StoryList"><>


<:-)

-- 
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/c51f95ba-23ef-4959-9ab1-4e1f1f74eb35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread peuhpeuh singe
Thanks for considering my question. However,
- I installed the Search and Replace and the Close Backets Addon: I tested 
and they works.
- Then I set the SublimeText keymap plugin as "Enable". Anything seems good
- Then I select sublimtext as the  ~CodeMirror keymap in controlPanel-> 
setting -> codemirror

and then I still get the message:
"
TypeError: n is undefined
"
and nothing in the editor.

Any advice ?

Le jeudi 3 mai 2018 11:22:10 UTC+2, peuhpeuh singe a écrit :
>
> Hi,
>
> I upgraded my tiddlywiki to 5.1.16 and everythinks (looks to) work well 
> until I installed the codemirror add-on for sublimetext keymap that when 
> installed and selected leads to the "Internal JavaScript Error":
>
> Moreover, when I try to edit a tiddler I get a similar message reporting:
> "
> TypeError: n is undefined
> "
> (the error does not happen when the plugin is installed but not used 
> instead of the default keymap)
>
> and nothing appears in the text emplacement (but the toolbar is present)
>
> Any idea on how to fix it ?
>
> Thks in advance,
> P.
>

-- 
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/30fddf77-382b-4ac8-a062-933bf957edc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-05-03 Thread hubertgk
Thanks. Unfortunately, this doesn't work.

Using your code, how would I reference an image that's embedded in the 
TiddlyWiki itself? What's the exact path then, if we're trying to use the url 
definition?

Also, are jpeg files treated differently in this code than svgs?

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/e3fe6825-48c9-44a7-b30f-750881c25cae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread BurningTreeC
We should probably document that better somewhere..

The Close Brackets and the Search and Replace AddOns need just the 
codemirror editor plugin to work, the keymaps have more dependencies

-- 
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/f5f4d5dd-1840-49a9-af2b-81dea4ac6ea2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread BurningTreeC
Hi, you need to install the Search and Replace and the Close Brackets Addon

-- 
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/3429b190-f1fd-40b0-b697-c78b04b1aa3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Mat,

I am not so sure how to make the Navigator widget works in the above example


/*when content is a link*/
.foo a {visibility:hidden; position:relative;}
.foo a:before {visibility:visible; content:"xx"; }


<$navigator story="$:/StoryList"><
>


Regard
Tony


On Thursday, May 3, 2018 at 6:20:00 PM UTC+10, Mat wrote:
>
> I was a bit too quick. Here are better solutions;
>
>
> <$navigator 
> story="$:/StoryList"><>
>
> 
> /*when content is a link*/
> .foo a {visibility:hidden; position:relative;}
> .foo a:before {visibility:visible; content:"xx"; }
>
> /*when content is not a link*/
> .foo {visibility:hidden; position:relative;}
> .foo:before {visibility:visible; content:"xx"; }
> 
>
> ---
>
> \define tiddlername(tid) [[static|$tid$]]
>
> <>
>
>
>
> <:-)
>

-- 
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/f1742a6a-46cd-43d1-8641-cca67d2cbeb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread peuhpeuh singe
Hi,

I upgraded my tiddlywiki to 5.1.16 and everythinks (looks to) work well 
until I installed the codemirror add-on for sublimetext keymap that when 
installed and selected leads to the "Internal JavaScript Error":

Moreover, when I try to edit a tiddler I get a similar message reporting:
"
TypeError: n is undefined
"
(the error does not happen when the plugin is installed but not used 
instead of the default keymap)

and nothing appears in the text emplacement (but the toolbar is present)

Any idea on how to fix it ?

Thks in advance,
P.

-- 
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/41d5ecd9-5967-4a89-bfbc-84d1b28781f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: how to use checkboxWidget to give a tag with "text todays date"?

2018-05-03 Thread TonyM
HC

Check boxes may have some value after all, inspired by your request. I made 
this.

<$wikify name=tagvalue text="<>" >
<$checkbox field=item-review checked=<> unchecked="" >
Reviewed today



In your tag example when tomorrow comes the checkbox should be empty with 
yesterdays tag still on the tiddler. Using the Check Box will add another 
tag on the tiddler.

In my example tomorrow the check box will be unchecked, but checking it 
will replace the value in field=item-review

<$wikify name=tagvalue text="<>" >
<$checkbox field=reviewed-day checked=<> unchecked="" >
Reviewed today



This has led me to make Day/Month Year reviews


<$wikify name=tagvalue text="<>" >
<$checkbox field=reviewed-month checked=<> unchecked="" >
Reviewed this month



Of course a lot more is possible.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1e168a7d-5f72-4203-8bcc-aea2fd7e1e26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Seeking advice on how to transform an outline into a table of content in most efficient way

2018-05-03 Thread kelsang sherab
Great!
Thanks TonyM

On Thursday, May 3, 2018 at 1:15:50 AM UTC+1, TonyM wrote:
>
> Kelsang,
>
> You may also like TWOutlier (TOC based Outliner for TW5) 
> 
>  
>
> Which can also the same TOC solution I mentioned.
>
> In time I will be releasing enhanced versions of this Outliner.
>
> Regards
> Tony
>
>
>
>
> On Tuesday, May 1, 2018 at 7:02:06 AM UTC+10, kelsang sherab wrote:
>>
>> I have an outline which needs to become table of content
>>
>>
>> I know how to use tags to create table of content - each level of  table 
>> of content receiving its previous level tiddler name as a tag.
>>
>>
>> But this is highly laborious and I know the TW folk like efficiency. 
>>
>> Can anyone suggest the most efficient way to make this outline into a 
>> Table of content.
>>
>>
>> Many thanks
>>
>>
>> *Here is the outline:*
>>
>>
>> The first ground, Very Joyful, has two parts:
>>
>>
>>
>>1. Introduction to the first ground
>>   1. How the first ground is attained
>>   2. Definition of the first ground
>>   3. Divisions of the first ground
>>  1. The path of seeing
>> 1. The exalted awareness of meditative equipoise of the path 
>> of seeing
>> 2. The exalted awareness of subsequent attainment of the 
>> path of seeing
>> 3. The exalted awareness of the path of seeing that is 
>> neither of the two
>>1.  The uninterrupted path of the path of seeing
>>2.  The released path of the first ground
>>3. The exalted awareness of meditative equipoise of the 
>>path of seeing that is neither of the two
>> 2. The path of meditation of the first ground
>>   4.  Etymology of the first ground
>>2.  Explanation of the first ground
>>   1. Briefly showing the entity of the ground, the basis of 
>>   characteristics
>>   2. An extensive explanation of the good qualities that 
>>   characterize the ground
>>  1. The good qualities that beautify one’s own continuum
>> 1.  Enumerating the good qualities 
>> 1. The good quality of attaining a meaningful name
>>2. The good quality of birth into Buddha’s family
>>3.  The good quality of abandoning the three bonds
>>4.  The good quality of abiding in great joy
>>5.  The good quality of being able to cause a hundred 
>>worlds to shake
>>6. The good quality of mastering higher grounds
>>7. The good quality of destroying the causes of lower 
>>rebirth
>>8. The good quality of exhausting the grounds of ordinary 
>>beings
>> 2. Showing the good qualities in brief 
>> 2. The good qualities that outshine others’ continuum
>> 1.  Outshining Hearers and Solitary Realizers by way of 
>> lineage on this ground
>> 2.  Outshining Hearers and Solitary Realizers by way of 
>> wisdom on the seventh ground
>> 3.  An explanation of the meaning established by this 
>> teaching
>>1. The teaching of Sutra on the Ten Grounds that Hearers 
>>and Solitary Realizers have the realization of the lack of 
>> inherent 
>>existence of all phenomena
>>2. The sources that prove this
>>3. Rejecting arguments against this teaching
>> 3. The surpassing good quality of the first ground
>>  
>>  
>>  3. Conclusion by way of expressing the good qualities of the 
>>   ground
>>
>>
>>
>>
>>
>>
>>
>>

-- 
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/29534c32-bfc6-49d4-85d8-22d96c3f40a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Updates to the MultiUser plugin and the Single Executable version

2018-05-03 Thread Jed Carty
Kevin,

You may be able to run the single executable version on a headless linux 
box if you set the suppressBrowser option to true in settings.json. I 
haven't tried it, I just run it normally in node on my headless server. In 
settings.json put

"suppressBrowser": true

as one of the root level properties.

The creation fields bug has been around a while and I haven't been able to 
find any reason. I should eventually get to it but it has been low priority 
for me. And the preview being visible by default is part of the 5.1.16 and 
Jeremy has addressed that in other threads, the reason here is the same, 
state tiddlers aren't synced back to the server.

-- 
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/90f25a70-bb11-453a-966b-27416d77224a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: filter expression for text??

2018-05-03 Thread Eric Shulman
On Thursday, May 3, 2018 at 12:02:41 AM UTC-7, HC Haase wrote:
>
> @Mark S
> thanks that worked. As this is a quite a basic search, but useful with 
> other filters (not only i the standard search) I think this should at least 
> be included in the drop-down suggestions in the filer search. This operator 
> was unknown to me despite I have used TW5 for years.
>

To add your own filters to the drop-down:

1) Create a new tiddler (e.g. "SomeName") tagged with "$:/tags/Filter"
2) add a "description" field containing "My Filter")
3) add a "filter" field containing "[search:text[MYSEARCHTEXT]]")
4) add a "list-before" field (leave it with a blank value)

The tag indicates that this is an entry for the filter drop-down.
The description is the text that appears in the drop-down.
The filter is the text to insert into the filter input field when the 
drop-down item is selected
The list-before field (with NO value) forces your custom filter to the top 
of the list (otherwise it would be at the end of the list)

enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
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/505547e9-053e-4ab1-bd9d-fccdd04537b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How can list tag pills of the current tiddler in a table of filtered tiddlers?

2018-05-03 Thread Rene



Exactly! See here: 

Am Dienstag, 1. Mai 2018 09:40:41 UTC+2 schrieb Birthe C:
>
> Several tiddlers can have the same tags. The table showing each tiddler in 
> a new row and then clicking the tagpill will open several tagpills on top 
> of each other.
> i think that is the problem.
>
> 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/92598c55-5794-4f66-b46a-2a876e38997a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Mat
I was a bit too quick. Here are better solutions;


<$navigator 
story="$:/StoryList"><>


/*when content is a link*/
.foo a {visibility:hidden; position:relative;}
.foo a:before {visibility:visible; content:"xx"; }

/*when content is not a link*/
.foo {visibility:hidden; position:relative;}
.foo:before {visibility:visible; content:"xx"; }


---

\define tiddlername(tid) [[static|$tid$]]

<>



<:-)

-- 
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/8657352f-7ed7-4af8-ac73-ebb65b0166c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Thanks Mat heaps

On Thursday, May 3, 2018 at 5:32:30 PM UTC+10, Mat wrote:
>
> 
> <$navigator story="$:/StoryList"><>
> 
>
> 
> .foo2 { visibility:hidden; }
> .foo1:after { content:"xx"; }
> 
>
> 
>
> For macro
>
> \define tiddlername(tid)  class="foo2">$tid$
>
> <>
>
>
> <:-)
>

-- 
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/a8743d25-dd51-4a7a-8f15-904dd4c7c64b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Mat

<$navigator story="$:/StoryList"><>



.foo2 { visibility:hidden; }
.foo1:after { content:"xx"; }




For macro

\define tiddlername(tid) $tid$

<>


<:-)

-- 
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/633e642f-260a-43bd-a653-7eff0d8e1d22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: w3.css to simply and quickly stylish your TW elements

2018-05-03 Thread Mohammad
Tony,
I personally like to keep the system tiddler intact and I add these CSS as 
an addition.
I use TW for lecturing and documentation of Fortran codes! So I adopt my 
extended markups
using these frameworks.


Cheers
Mohammad

On Thursday, May 3, 2018 at 4:30:41 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> I have installed w3.css earlier and it offers some value.
>
> The next question is do I install it in my template wiki or as needed?
>
> Thanks for Sharing.
>
> Tony
>
> On Thursday, May 3, 2018 at 2:24:23 AM UTC+10, Mohammad wrote:
>>
>> To quicky stylish the TW elements you can add the w3.css to your 
>> tiddlywiki.
>>
>> download w3.css : https://www.w3schools.com/w3css/w3css_downloads.asp
>> demo and doc: https://www.w3schools.com/w3css/default.asp
>>
>>
>> open a new tiddler and tag it with $:/tags/Stylesheet and name it w3.css 
>> (or whatever you what)
>> use the custom styles in your texts
>> !
>> The size of w3.css is 23kB
>>
>> Best 
>> Mohammad
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2a6c6d7a-18de-44e5-b185-38cdc4326449%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: w3.css to simply and quickly stylish your TW elements

2018-05-03 Thread Mohammad
Tony,
I personally like to keep the system tiddler intact and I add these CSS as 
an addition.
I use TW for lecturing and documentation of Fortran codes! So I adopt my 
extended markups
using these frameworks.


Cheers
Mohammad

On Thursday, May 3, 2018 at 4:30:41 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> I have installed w3.css earlier and it offers some value.
>
> The next question is do I install it in my template wiki or as needed?
>
> Thanks for Sharing.
>
> Tony
>
> On Thursday, May 3, 2018 at 2:24:23 AM UTC+10, Mohammad wrote:
>>
>> To quicky stylish the TW elements you can add the w3.css to your 
>> tiddlywiki.
>>
>> download w3.css : https://www.w3schools.com/w3css/w3css_downloads.asp
>> demo and doc: https://www.w3schools.com/w3css/default.asp
>>
>>
>> open a new tiddler and tag it with $:/tags/Stylesheet and name it w3.css 
>> (or whatever you what)
>> use the custom styles in your texts
>> !
>> The size of w3.css is 23kB
>>
>> Best 
>> Mohammad
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/332b5732-09ea-428f-a1cb-a72c70a530f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: w3.css to simply and quickly stylish your TW elements

2018-05-03 Thread Mohammad
@Thomas
 Sure, I will share but I am a beginner and I am focused in the user area 
not developer area!
Thank you

On Thursday, May 3, 2018 at 12:34:50 AM UTC+4:30, Thomas Elmiger wrote:
>
> Hi Mohammad
>
> Thank you for the mention – I am always happy to hear from people that 
> find my stuff useful or even like it ;–)
>
> May we see some of your results at some point in time?
>
> All the best,
> Thomas
>
> Am Mittwoch, 2. Mai 2018 18:31:57 UTC+2 schrieb Mohammad:
>>
>> I also should express my appreciation for the wonderful *Bricks *Studio 
>> from Thomas Elmiger
>> for his great work!
>>
>> https://tid.li/tw5/test/bricks.html#Bricks
>>
>> The w3.css is an addition and another taste!
>>
>>

-- 
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/01d43a4c-8fc0-4083-a093-e4a338052ddd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: filter expression for text??

2018-05-03 Thread HC Haase
@Mark S
thanks that worked. As this is a quite a basic search, but useful with 
other filters (not only i the standard search) I think this should at least 
be included in the drop-down suggestions in the filer search. This operator 
was unknown to me despite I have used TW5 for years.

@Diego Mesa
I agree... or at least make it very easy for the average Joe to do some 
search and filtering (e.g. the drop-down filter suggestions). 


-- 
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/4eaaee68-e2ad-428e-9674-626c5cdd396e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: how to use checkboxWidget to give a tag with "text todays date"?

2018-05-03 Thread HC Haase
I got it to work without the* * or the 


*\define.*I think the minimal line of code is just to put the tag values in 
the $wikify. 

thanks guys

<$wikify name=tagvalue text="arblog <>" >
<$checkbox tag=<> >



This wikify this a new function for me

-- 
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/71e72037-8a75-4c09-8a28-30832ce5745b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.