[tw5] Re: [TW5] How do I change the background color of a toddler?

2021-12-22 Thread Charles Anderson
I've been able to follow the instructions from the 2nd link pretty easily.  
I've been able to create tiddlers with single colors, change their opacity, 
and add background images from an external URL.  One thing that is eluding 
me though, is how to add a background image from an an image that already 
exists in the wiki.  For instance, I have a tiddler named image.png that is 
of type "image/png".  When I use "background-image: url(./image.png);" in 
my stylesheet, it doesn't show up in the background of the test tiddler I 
want to apply it to.  If I change the source to the URL of an image I see 
on the internet, it shows up just fine.
On Tuesday, July 18, 2017 at 12:30:28 PM UTC-7 Stef S wrote:

> Update: This version of my link might be less confusing: 
> http://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag
>
>
> On Tuesday, July 18, 2017 at 9:28:46 PM UTC+2, ste...@gmail.com wrote:
>>
>>
>> You can apply custom styles (including background color) by tag: 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5060f78a-0e2f-413c-85a2-736d53aed54fn%40googlegroups.com.


[tw5] Re: How to get TiddlyWiki running behind Nginx

2021-02-18 Thread Charles Anderson
I'm not sure what you mean by initialised.  I did re-install nodejs from 
the Node.js repository and am now running node v15.9.0/npm v7.5.4, and I 
installed Tiddlywiki via the directions given at tiddlywiki.com, with the 
global flag.  tiddlywiki is installed in /usr/bin.  My testwiki is still 
installed in /var/www/html and is owned by, and runs as www-data:www-data.  
I have it configured to start with the host IP:8080, so that it's not open 
to everywhere, and Nginx is running on the same server.  It doesn't seem 
like the host should need to be set to 0.0.0.0.  I am able access the wiki 
at the host IP:8080, and it seems to work fine.  It's only when I try to 
access it through Nginx where it throws all the 400s.

On Thursday, February 18, 2021 at 12:00:59 AM UTC-8 Petri M. wrote:

> Hi,
>
> Is your tiddlywiki initialised in the /usr/local/bin/tiddlywiki/ folder OR 
> is it at /usr/local/bin/tiddlywik/testwiki/? The first case is not correct, 
> so check this. Also you should double check that the wiki actually works 
> from local network before trying to get nginx in the mix. If it is running 
> on a vps or somewhere where you do not have local connection to then use 
> the host=0.0.0.0 command so you can connect to it via vps_ip:port from your 
> own computer. 
>
> -Petri
>
> On Thursday, February 18, 2021 at 2:00:00 AM UTC+2 joshua@gmail.com 
> wrote:
>
>> The TiddlyWeb syncadaptor plugin calls those URLs to interact with the 
>> node server. The node server loads tiddlers marked as "module-type: route" 
>> and maps them as handlers to those urls. The browser should be calling 
>> "/var/www/html/recipes/*default*/tiddlers.json" in order to get handled. 
>> If your wiki is loading, but the calls to "/status", etc are not getting 
>> back to the node server, then I'm not sure where the block would be.
>>
>> Hope that helps,
>> Joshua Fontany
>>
>> On Wednesday, February 17, 2021 at 2:28:25 PM UTC-8 eirich...@gmail.com 
>> wrote:
>>
>>> Also, in the Nginx logs I see the following:
>>>
>>> 2021/02/17 14:22:32 [error] 4740#4740: *9 open() "/var/www/html/status" 
>>> failed (2: No such file or directory)
>>> 2021/02/17 14:22:32 [error] 4740#4740: *13 open() 
>>> "/var/www/html/recipes/undefined/tiddlers.json" failed (2: No such file or 
>>> directory)
>>>
>>> I can definitely say there are no "status" or "recipies" directories or 
>>> files in /var/www/html, so this seems like the obvious reason for the 400 
>>> errors, but why are they being looked for?
>>>
>>> On Wednesday, February 17, 2021 at 2:19:40 PM UTC-8 Charles Anderson 
>>> wrote:
>>>
>>>> Honestly, I didn't know 0.0.0.0 could be used.  I did try changing my 
>>>> startup command, but it didn't change the errors I get.  Thanks for the 
>>>> info, though.
>>>>
>>>> On Monday, February 15, 2021 at 1:19:20 AM UTC-8 Petri M. wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I think your "host" command might be wrong when starting the wiki. See 
>>>>> here 
>>>>> https://tiddlywiki.com/static/WebServer%2520Parameter%253A%2520host.html. 
>>>>> For instance, I have a Docker + Caddy setup and I am starting the wiki 
>>>>> with 
>>>>> "host=0.0.0.0" command.
>>>>>
>>>>> -Petri
>>>>> On Sunday, February 14, 2021 at 2:42:45 AM UTC+2 eirich...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> I'm trying to run TiddlyWiki in node.js, behind Nginx such that I can 
>>>>>> spin up various wikis, all accessible by appending the name of the wiki 
>>>>>> to 
>>>>>> the end of the URL.
>>>>>>
>>>>>>- My test install is using Debian 10.8, Nginx 1.14.2-2+deb10u3, 
>>>>>>TiddlyWiki 5.1.23.
>>>>>>- I'm running my testwiki from /var/www/html, as 
>>>>>>www-data:www-data.
>>>>>>- I've created a unit file for it to run from systemd.
>>>>>>   - It is basically set to start as follows:  node 
>>>>>>   /usr/local/bin/tiddlywiki testwiki --listen host=192.168.1.212 
>>>>>> port=8080
>>>>>>
>>>>>> I've used the following links for information:
>>>>>>
>>>>>>- https://www.npmjs.com/package/tiddlywiki
>&

[tw5] Re: How to get TiddlyWiki running behind Nginx

2021-02-17 Thread Charles Anderson
Also, in the Nginx logs I see the following:

2021/02/17 14:22:32 [error] 4740#4740: *9 open() "/var/www/html/status" 
failed (2: No such file or directory)
2021/02/17 14:22:32 [error] 4740#4740: *13 open() 
"/var/www/html/recipes/undefined/tiddlers.json" failed (2: No such file or 
directory)

I can definitely say there are no "status" or "recipies" directories or 
files in /var/www/html, so this seems like the obvious reason for the 400 
errors, but why are they being looked for?

On Wednesday, February 17, 2021 at 2:19:40 PM UTC-8 Charles Anderson wrote:

> Honestly, I didn't know 0.0.0.0 could be used.  I did try changing my 
> startup command, but it didn't change the errors I get.  Thanks for the 
> info, though.
>
> On Monday, February 15, 2021 at 1:19:20 AM UTC-8 Petri M. wrote:
>
>> Hi,
>>
>> I think your "host" command might be wrong when starting the wiki. See 
>> here 
>> https://tiddlywiki.com/static/WebServer%2520Parameter%253A%2520host.html. 
>> For instance, I have a Docker + Caddy setup and I am starting the wiki with 
>> "host=0.0.0.0" command.
>>
>> -Petri
>> On Sunday, February 14, 2021 at 2:42:45 AM UTC+2 eirich...@gmail.com 
>> wrote:
>>
>>> I'm trying to run TiddlyWiki in node.js, behind Nginx such that I can 
>>> spin up various wikis, all accessible by appending the name of the wiki to 
>>> the end of the URL.
>>>
>>>- My test install is using Debian 10.8, Nginx 1.14.2-2+deb10u3, 
>>>TiddlyWiki 5.1.23.
>>>- I'm running my testwiki from /var/www/html, as www-data:www-data.
>>>- I've created a unit file for it to run from systemd.
>>>   - It is basically set to start as follows:  node 
>>>   /usr/local/bin/tiddlywiki testwiki --listen host=192.168.1.212 
>>> port=8080
>>>
>>> I've used the following links for information:
>>>
>>>- https://www.npmjs.com/package/tiddlywiki
>>>- http://www.brool.com/post/setting-up-tiddlywiki-behind-nginx/
>>>- https://ssine.ink/posts/tiddlywiki-setup/
>>>- https://blog.joshsullivan.io/2019/02/20/creating-online-tiddlywiki/
>>>
>>> I've even tried looking at different posts in this group but either my 
>>> setup is not like what I'm reading about, or the fixes for others are just 
>>> not working for me.
>>>
>>> I seem to have no problem running the wiki on it's own.  It is 
>>> accessible via port 8080, and works as expected.  However, when I try to 
>>> put it behind Nginx, I can access it over port 80, but I immediately get 3 
>>> errors from syncer-browser-tiddlyweb:
>>>
>>>- XMLHttpRequest error code: 404
>>>- Error retrieving skinny tiddler list: XMLHttpRequest error code: 
>>>404
>>>- Sync error while processing save of '$:/StoryList': XMLHttpRequest 
>>>error code: 404
>>>
>>> Right now, my Nginx site file looks like this:
>>>
>>> server {
>>>listen 80;
>>>listen [::]:80;
>>>
>>>server_name _;
>>>
>>>root /var/www/html;
>>>index index.html;
>>>
>>>location /testwiki/ {
>>>try_files $uri $uri/ @proxy =404;
>>>proxy_pass "http://192.168.1.212:8080/";;
>>>proxy_set_header  Host  $host;
>>>proxy_set_header  X-Real-IP  $remote_addr;
>>>proxy_set_header  X-Forwarded-For  
>>> $proxy_add_x_forwarded_for;
>>>proxy_set_header  X-Forwarded-Proto  $scheme;
>>>}
>>> }
>>>
>>> I've changed this often while troubleshooting. I've just stuck with this 
>>> configuration because I'm not longer seeing errors in the Nginx logs, so 
>>> I'm starting to think Nginx is not the problem, but maybe the way I'm 
>>> running the tw.
>>>
>>> Any help would be greatly appreciated.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1a21888a-633b-45ab-98ac-ee77398c2f45n%40googlegroups.com.


[tw5] Re: How to get TiddlyWiki running behind Nginx

2021-02-17 Thread Charles Anderson
Honestly, I didn't know 0.0.0.0 could be used.  I did try changing my 
startup command, but it didn't change the errors I get.  Thanks for the 
info, though.

On Monday, February 15, 2021 at 1:19:20 AM UTC-8 Petri M. wrote:

> Hi,
>
> I think your "host" command might be wrong when starting the wiki. See 
> here 
> https://tiddlywiki.com/static/WebServer%2520Parameter%253A%2520host.html. 
> For instance, I have a Docker + Caddy setup and I am starting the wiki with 
> "host=0.0.0.0" command.
>
> -Petri
> On Sunday, February 14, 2021 at 2:42:45 AM UTC+2 eirich...@gmail.com 
> wrote:
>
>> I'm trying to run TiddlyWiki in node.js, behind Nginx such that I can 
>> spin up various wikis, all accessible by appending the name of the wiki to 
>> the end of the URL.
>>
>>- My test install is using Debian 10.8, Nginx 1.14.2-2+deb10u3, 
>>TiddlyWiki 5.1.23.
>>- I'm running my testwiki from /var/www/html, as www-data:www-data.
>>- I've created a unit file for it to run from systemd.
>>   - It is basically set to start as follows:  node 
>>   /usr/local/bin/tiddlywiki testwiki --listen host=192.168.1.212 
>> port=8080
>>
>> I've used the following links for information:
>>
>>- https://www.npmjs.com/package/tiddlywiki
>>- http://www.brool.com/post/setting-up-tiddlywiki-behind-nginx/
>>- https://ssine.ink/posts/tiddlywiki-setup/
>>- https://blog.joshsullivan.io/2019/02/20/creating-online-tiddlywiki/
>>
>> I've even tried looking at different posts in this group but either my 
>> setup is not like what I'm reading about, or the fixes for others are just 
>> not working for me.
>>
>> I seem to have no problem running the wiki on it's own.  It is accessible 
>> via port 8080, and works as expected.  However, when I try to put it behind 
>> Nginx, I can access it over port 80, but I immediately get 3 errors from 
>> syncer-browser-tiddlyweb:
>>
>>- XMLHttpRequest error code: 404
>>- Error retrieving skinny tiddler list: XMLHttpRequest error code: 404
>>- Sync error while processing save of '$:/StoryList': XMLHttpRequest 
>>error code: 404
>>
>> Right now, my Nginx site file looks like this:
>>
>> server {
>>listen 80;
>>listen [::]:80;
>>
>>server_name _;
>>
>>root /var/www/html;
>>index index.html;
>>
>>location /testwiki/ {
>>try_files $uri $uri/ @proxy =404;
>>proxy_pass "http://192.168.1.212:8080/";;
>>proxy_set_header  Host  $host;
>>proxy_set_header  X-Real-IP  $remote_addr;
>>proxy_set_header  X-Forwarded-For  
>> $proxy_add_x_forwarded_for;
>>proxy_set_header  X-Forwarded-Proto  $scheme;
>>}
>> }
>>
>> I've changed this often while troubleshooting. I've just stuck with this 
>> configuration because I'm not longer seeing errors in the Nginx logs, so 
>> I'm starting to think Nginx is not the problem, but maybe the way I'm 
>> running the tw.
>>
>> Any help would be greatly appreciated.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9bad34f3-f5fc-4c17-bc3a-cfd6ede11a69n%40googlegroups.com.


[tw5] How to get TiddlyWiki running behind Nginx

2021-02-13 Thread Charles Anderson
I'm trying to run TiddlyWiki in node.js, behind Nginx such that I can spin 
up various wikis, all accessible by appending the name of the wiki to the 
end of the URL.

   - My test install is using Debian 10.8, Nginx 1.14.2-2+deb10u3, 
   TiddlyWiki 5.1.23.
   - I'm running my testwiki from /var/www/html, as www-data:www-data.
   - I've created a unit file for it to run from systemd.
  - It is basically set to start as follows:  node 
  /usr/local/bin/tiddlywiki testwiki --listen host=192.168.1.212 port=8080
   
I've used the following links for information:

   - https://www.npmjs.com/package/tiddlywiki
   - http://www.brool.com/post/setting-up-tiddlywiki-behind-nginx/
   - https://ssine.ink/posts/tiddlywiki-setup/
   - https://blog.joshsullivan.io/2019/02/20/creating-online-tiddlywiki/

I've even tried looking at different posts in this group but either my 
setup is not like what I'm reading about, or the fixes for others are just 
not working for me.

I seem to have no problem running the wiki on it's own.  It is accessible 
via port 8080, and works as expected.  However, when I try to put it behind 
Nginx, I can access it over port 80, but I immediately get 3 errors from 
syncer-browser-tiddlyweb:

   - XMLHttpRequest error code: 404
   - Error retrieving skinny tiddler list: XMLHttpRequest error code: 404
   - Sync error while processing save of '$:/StoryList': XMLHttpRequest 
   error code: 404

Right now, my Nginx site file looks like this:

server {
   listen 80;
   listen [::]:80;

   server_name _;

   root /var/www/html;
   index index.html;

   location /testwiki/ {
   try_files $uri $uri/ @proxy =404;
   proxy_pass "http://192.168.1.212:8080/";;
   proxy_set_header  Host  $host;
   proxy_set_header  X-Real-IP  $remote_addr;
   proxy_set_header  X-Forwarded-For  
$proxy_add_x_forwarded_for;
   proxy_set_header  X-Forwarded-Proto  $scheme;
   }
}

I've changed this often while troubleshooting. I've just stuck with this 
configuration because I'm not longer seeing errors in the Nginx logs, so 
I'm starting to think Nginx is not the problem, but maybe the way I'm 
running the tw.

Any help would be greatly appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/28868dd1-2a60-4dbf-be54-5a91c31e89e8n%40googlegroups.com.


[tw5] Re: List tiddlers with "foo" in title

2020-11-10 Thread Charles Anderson
It certainly does, thank you!  I was trying to do it using a wildcard, but 
of course that wasn't working, and I apparently missed the search operator 
page when trying to find the answer.

On Tuesday, November 10, 2020 at 2:53:04 PM UTC-8 si wrote:

> You can use the search operator 
> <https://tiddlywiki.com/#search%20Operator>:
>
> <>
>
> Hope that helps!
>
> On Tuesday, 10 November 2020 22:43:52 UTC, Charles Anderson wrote:
>>
>> I apologize if this has already been answered, but I don't seem to be 
>> able to find what I'm looking for.  I know how to list tiddlers based on 
>> tags and exact title matches, but is it possible to list all that contain 
>> only a certain word in the title?
>>
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac977356-c092-4cee-b08f-6c4bc5a51608n%40googlegroups.com.


[tw5] List tiddlers with "foo" in title

2020-11-10 Thread Charles Anderson
I apologize if this has already been answered, but I don't seem to be able 
to find what I'm looking for.  I know how to list tiddlers based on tags 
and exact title matches, but is it possible to list all that contain only a 
certain word in the title?

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de213877-b515-4288-98cd-be5f61643eacn%40googlegroups.com.


[tw5] Re: Novice challenge

2020-05-15 Thread Charles Palmer
Great!  That fixed the pulldown ... but while the Markdown is formatted 
correctly after I click the check mark, the [[5G]] links do not change - 
they are still [[5G]] .


On Friday, May 15, 2020 at 3:40:03 AM UTC-4, Saq Imtiaz wrote:
>
> If you want the comptext plugin (which is what TiddlyBlink uses) to 
> support autocompletion of [[title]] format links in markdown tiddlers:
> Create a tiddler with the title 
> $:/config/EditorTypeMappings/text/x-markdown
>
> Where the text of the tiddler is:
> comptext
>
> Are the [[...]] Links in the markdown tiddlers showing up as links when 
> you save the tiddlers? If not, then the previous step was not performed 
> correctly. I'm a bit tied up today but hopefully someone can take you 
> through making these changes stepwise.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/57046f0d-d392-4a92-af6a-c38b2c287ba7%40googlegroups.com.


[tw5] Re: Novice challenge

2020-05-14 Thread Charles Palmer

Ok, I am a novice... so when I simply created a toddler with the proper 
name specified at the link below, it succeeded but it did not appear in the 
"more" list where the other markdown configuration file appeared.  Hoping 
it worked, I then created a tiddly with markdown style and included a 
couple of [[ ]] references to riddlers that I knew existed.  Upon typing [[ 
I expected a pop up of the choices, but none appeared.  When I proceeded to 
type the  name of the existing tiddly [[5G]] and hit save.  The tiddly did 
not end up with a reference to the existing tiddly, but the markdown looked 
great. In addition, the directions say to use the official tiddlywiki 
markdown plugin.  I only found one markdown plugin in the list so that's 
what I installed.




On Thursday, May 14, 2020 at 11:06:22 AM UTC-4, Saq Imtiaz wrote:
>
> You can enable [[...]] links in Markdown as detailed here:
>
> https://groups.google.com/d/msg/tiddlywiki/DF20RJc5gqk/cy49nnLUAwAJ
>
>
> On Thursday, May 14, 2020 at 4:59:04 PM UTC+2, Charles Palmer wrote:
>>
>> Needing RoamResearch's tool but on storage I (or my company) controls, I 
>> am moving to TW5/Stroll. In migrating my notes from all over, I'm finding 
>> it hard to decide between text, markdown, and TW5 format. I have two 
>> challenges:
>>
>> 1. I much prefer to work in markdown, but if I choose that then the TW5 
>> [[…]] links do not work.  
>> 2. If I import something that is originally HTML, then it is still HTML 
>> in TW5/Stroll and, once again, the TW5 [[…]] links do not work.  
>> *Anne-Laure's* excellent articles have been great help, but I must have 
>> missed a key point somewhere.
>>
>> ccp
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0b13304e-07d5-4648-a767-baf04ba5d84c%40googlegroups.com.


[tw5] Novice challenge

2020-05-14 Thread Charles Palmer
Needing RoamResearch's tool but on storage I (or my company) controls, I am 
moving to TW5/Stroll. In migrating my notes from all over, I'm finding it 
hard to decide between text, markdown, and TW5 format. I have two 
challenges:

1. I much prefer to work in markdown, but if I choose that then the TW5 
[[…]] links do not work.  
2. If I import something that is originally HTML, then it is still HTML in 
TW5/Stroll and, once again, the TW5 [[…]] links do not work.  *Anne-Laure's* 
excellent articles have been great help, but I must have missed a key point 
somewhere.

ccp



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60b0da99-64eb-40c5-b102-1b576001a837%40googlegroups.com.


[tw5] Re: npm install TiddlyWiki failed

2020-04-23 Thread Charles Palmer
Turns out that tittlywiki.js expects TWO hyphens prior to options.  Unclear 
in the original posting.  All fixed.

On Thursday, April 23, 2020 at 4:42:07 PM UTC-4, Charles Palmer wrote:
>
> I did:
>
> $ npm install -g 5pm
> $ npm install -g tiddlywiki
> /usr/local/bin/tiddlywiki -> /usr/local/lib/node_modules/tiddlywiki/
> tiddlywiki.js
> + tiddlywiki@5.1.22
> updated 1 package in 2.627s
> $ tiddlywiki –?
> $
>
>
>
> Nothing happened after trying to run it.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bccd898f-5da5-461f-b562-94d87ebd1b20%40googlegroups.com.


[tw5] npm install TiddlyWiki failed

2020-04-23 Thread Charles Palmer
I did:

$ npm install -g 5pm
$ npm install -g tiddlywiki
/usr/local/bin/tiddlywiki -> /usr/local/lib/node_modules/tiddlywiki/
tiddlywiki.js
+ tiddlywiki@5.1.22
updated 1 package in 2.627s
$ tiddlywiki –?
$



Nothing happened after trying to run it.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/55e0d658-0d93-46cf-b713-d78d9a5cfc88%40googlegroups.com.


[tw5] Re: [INTRO] uni-link plugin

2020-03-16 Thread &#x27;Charles d’Artagnan de Batz-Castelmore' via TiddlyWiki
What Thanos said! Thanks a lot! :)

Am Montag, 16. März 2020 20:46:36 UTC+1 schrieb Thanos Pal:
>
> Thank you for the time you have poured into this and for the really fast 
> fix, it's much appreciated!
>
> -Thanos
>
> On Monday, 16 March 2020 18:18:55 UTC+2, PMario wrote:
>>
>> Hi folks, 
>>
>> Just posted a new version 1.1.2 of uni-link plugin, which should fix the 
>> problem. 
>>
>> https://wikilabs.github.io/#uni-link:uni-link%20GettingStarted
>>
>> have fun!
>> mario
>>
>> *PS - If you USE it: Support it  :) *
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0e33e338-e888-4558-8f5f-814ff58bbefa%40googlegroups.com.


[tw5] Re: [INTRO] uni-link plugin

2020-03-15 Thread &#x27;Charles d’Artagnan de Batz-Castelmore' via TiddlyWiki
Yep, I use the mentioned relink plugin. Thanks for your reply!

I still get that error in the demo. Here is a screenshot, that shows how it 
looks for me. The text of those tiddlers are simple alias links, i.e. 
[[Darwinism|?]] in "bar" and [[darwinism|?]] in "foo". I am somehow happy, 
that Thanos can confirm it. So maybe there is hope for a coexistence of 
uni-link and relink? 
Unfortunately I cannot help fixing those kind of problems. That is way out 
of my league at the moment.

[image: Screenshot from 2020-03-15 19-48-42.png]



Am Sonntag, 15. März 2020 17:01:47 UTC+1 schrieb PMario:
>
> Hi,
> I did test it with: https://wikilabs.github.io/editions/uni-link/ 
> 
>  
> and it works as expected. 
>
> *Do you use flibbles tw5-relink plugin?* ... If yes that's the problem. I 
> know about the issue but didn't have time to fix it. 
>
> I'll have to have a closer look and make it compatible. 
>
> -mario
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/95761e3c-d3c9-4d17-871d-638f591a88f8%40googlegroups.com.


[tw5] Re: [INTRO] uni-link plugin

2020-03-15 Thread &#x27;Charles d’Artagnan de Batz-Castelmore' via TiddlyWiki
Hey everybody, 

I am quite new to all this TiddlyWiki thing, but this plugin would deliver 
essential features for my TiddlyWiki usage, so thank you a lot for that! 
Nevertheless I experience a problem with correct indication of references. 
In case of clicking on an alialised link, everything works fine and it 
leads me to the desired tiddler. Though, there, it might not appear in the 
references tab in the info of that tiddler. Is this a known issue?

A specific case: There is a tiddler "Foo" with an alias "bar". If I 
reference in the text body of a tiddler "Tah" using [[Bar|?]], it will 
bring me to "Foo",  but in the references of "Foo" it says "No tiddlers 
link to this one" and "No tiddlers alias to this one".

Another case, using the demo wiki (
https://wikilabs.github.io/editions/uni-link/): If I create a new tiddler 
and link to the "Darwinism" tiddler using [[Darwinism|?]], the new tiddler 
is not listed in "Darwinism"'s references. If I use [[Darwinism]] 
everything is fine.

I cannot see a pattern at the moment. Sometimes it seems to depend on the 
capitalization, but I not totally sure.  Any hint is appreciated!
Thanks and all the best...



Am Freitag, 23. Juni 2017 10:08:58 UTC+2 schrieb PMario:
>
> Hi Folks, 
>
> I pushed out the "uni-link" plugin 
>  [1]:  discussed in a 
> different thread [2], here in the group. 
>
> Intro-Video: latest: https://youtu.be/V9l-vipAoNw
>
> It's a new parser for the the TW link / prettylink detection: eg: [[test]]  
> ... it links to the tiddler named: test  but it shows a different text. 
> Depending on the fields available at the "test" tiddler. If used like this: 
> [[prettylink 
> text|test]] it behaves as in existing TWs. No special function used. 
> prettylink 
> text will be shown.
>
> eg: 
> title: test
> caption: short title
> subtitle: a tiddler to test the uni-link plugin
>
> So if the tiddler has no fields it shows: test
> If the tiddler has a "caption" field is shows:  short title
> If the tiddler has a "subtitle" field it shows: a tiddler to test the 
> uni-link plugin
> If the tiddler has both fields: a tiddler to test the uni-link plugin
>
> So *the subtitle field wins*.  
>
> This functionality is backwards compatible with existing tiddlywikis. So 
> if tiddlers are copy / pasted between TWs, that don't have the plugin 
> installed, it just falls back to the already existing behavior. Which imo 
> is a nice idea, created by Mark S. in the first reply post 
> . 
>
> There is a new parser "uni-link" that will be installed with the plugin. 
> This parser is enabled by default an it will supersede the "prettylink" 
> parser from the core. see: ControlPanel: Info: Advanced: Parsing
>
> So if [[test]] is parsed it will be translated into a macro call like 
> <>, but with the nice twist, that it also works with a 
> "fallback" if the plugin doesn't exist in a different TW. 
>
> @All  Feedback very welcome!
>
> have fun!
> mario
>
> [1] https://wikilabs.github.io/editions/uni-link/
> [2] https://groups.google.com/forum/#!topic/tiddlywiki/Z7dRU3HrzSs
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dc3ed018-4ba6-42b9-90e4-52637356943f%40googlegroups.com.


[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2017-05-24 Thread Charles Ridout
Riz:

I do not have the programming knowledge to make these changes myself. I 
hope you can help.

A few observations and one request:

1) In the Chrome browser the tiddler titles are not being centered as they 
are in Firefox.
2) In the Chrome browser the drop down contents exceed the size of the 
"box". This does not occur in Firefox.

Request:

I would like to change the color of the solid bar, to be similar to what is 
seen in the Moments theme, when viewing a tiddler.

Thx


On Tuesday, November 1, 2016 at 11:49:58 PM UTC-4, Riz wrote:
>
> Ghostwriter is a popular, minimalist and mobile responsive theme for the 
> blogging platform ghost. Recently I adapted it for TW5
>
> Screenshots http://imgur.com/a/5XReS
>
> Demo https://ibnishak.github.io/ghostwriter/
>
> If you want to try it out, backup your wiki, download this json, drag and 
> drop it to your wiki. 
> https://github.com/ibnishak/ghostwriter/tree/theme-json
>
>
> Let me know how it works out for you.
>

-- 
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/8fad73c3-0d4b-4197-b1f4-be487d0e085d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] $:/core/ui/ListItemTemplate : several links per line no longer possible with new result display ?

2016-03-13 Thread Jean-Charles


Le samedi 12 mars 2016 21:59:32 UTC+1, BJ a écrit :
>
> the links are being 'forced' to act as blocks by the css - you could force 
> them back to inline in your template, eg
>
> <$link to={{!!title}} style="display:inline"> 
>

You found it ! The issue had to do with css and links as blocks; I'll try 
to propose something with the block mode for the tc-menu-list-item rather 
than the contained links... 

Thank you BJ !

-- 
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/f73f9972-c6eb-4afa-93a3-82809e86e690%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] $:/core/ui/ListItemTemplate : several links per line no longer possible with new result display ?

2016-03-12 Thread Jean-Charles
Hi BJ, thanks for pointing this. From what I see in the resulting code, 
there is no  tagging involved. Just the fact that the new 'search box 
results' uses a box that somehow enforces one single  per line (which 
seems a consistent when there is only one link per result).

As I want to have more than one clickable link per entry result, the box 
format is incompatible with what I want to achieve.

I'll rollback to the 5.1.9 $:/core/ui/SideBarLists code where the boxed 
results was not used.

Thanks to all of you for your support.

Jc

-- 
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/b8c20743-6b73-4080-8a4e-b973ba84372a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] $:/core/ui/ListItemTemplate : several links per line no longer possible with new result display ?

2016-03-12 Thread Jean-Charles


Le vendredi 11 mars 2016 13:00:41 UTC+1, PMario a écrit :
>
> Have a look, what's different. Make a copy of the old content and use it 
> as your custom ListTemplate. ...
>

A look to what ? My template is working, it's just that the display of 
search results is now done differently that break multi-links per line...
 

> Just don't use $:/core/ui as a prefix, because this may be confusing in 
> the future. .> You may use $://ListItemTemplate
>

I do not need to change $:/core/ui/DefaultSearchResultList, which is fine 
and uses $:/core/ui/ListItemTemplate as a template. I cannot change the 
name.

My issue is more about the new display of search results in the ui. I'll 
try to find what commit it was (but if someone has it in mind or can narrow 
the search, it would help).

Jc

-- 
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/bb63c1de-c871-4c67-9c45-8f75bf4b5b8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] $:/core/ui/ListItemTemplate : several links per line no longer possible with new result display ?

2016-03-10 Thread Jean-Charles
I am using a custom $:/core/ui/ListItemTemplate to display specific 
tiddlers in the result list. The allows me to display the result with extra 
icons linking to other locations (the tiddlers refer to external files, and 
the link allow direct access).

I upgraded to 5.1.11 and saw that the search changed, and that it "split" 
my links on several lines. Is there a way to avoid the new behavior ? Is 
there any clever suggestion to maintain my functionality (I am not sure I 
can make results appear differently in both search result)...

*Menu:*




*Advanced
 
search :* 

 






-- 
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/c9304578-2f17-459d-8f3d-1baaff4db519%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] multiple lists : keeping track of original tiddler

2016-03-10 Thread Jean-Charles
Hi Matthew,

The  syntax works perfectly in the filters, thank you for the tip (now 
that I have the answer, I was also able to find it in the documentation) !
I tried the same syntax in the widget, but it does not seem to work the 
same way. Is there also a specic syntax that you are aware of that work in 
this case ?

<$link tiddler=<>><$view tiddler=<> field=title/>

Le jeudi 10 mars 2016 08:20:52 UTC+1, Matthew Lauber a écrit :
>
> So the second filter would become 
> "[list[!!attendees]field:organization]"

-- 
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/e2a39e04-d64e-4a1e-a1ab-9d05f7c6bcd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] multiple lists : keeping track of original tiddler

2016-03-09 Thread Jean-Charles

Hi have tiddlers that have a property "attendees", which contain a list of 
people who have their own tiddler, which have a property "organization".

I want to list the attendees by organization. So I first use a filter 
listing the attendees and getting their organizations, but after that, I 
must use a variable (this is the only way I'm aware of to keep track of the 
current tiddler).

First : using <> works in the $view widget, but not in the $link 
widget : the text is correct, but the link points to the current tiddler.
Second : how do I use a variable to retrieve the matching attendees ? 
field:organization{org} does not work.

<$list 
filter="[list[!!attendees]has[organization]each[organization]get[organization]sort[]]"
   variable="org">

  <$link tiddler=<>><$view tiddler=<> field=title/>

<$list filter="[list[!!attendees]field:organization{org}]">
<$link to={{!!title}}><$view field="title"/>




There is probably a simple answer to this, but sadly the documentation 
on http://tiddlywiki.com/#ListWidget sent me to the 
uncreated http://tiddlywiki.com/#ListWidget 

-- 
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/0e2589fc-f610-43c0-9c48-5a9bc59ef94b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2016-02-27 Thread Charles Ridout
I recently found TiddlyClip. It is what I have been looking for. My issue 
is using Tiddlyclip
on my Android tablet. I am unable to "dock to my Tiddlywiki" since 
Android/Firefox does not appear
to support Right-Click like on the desktop.

Any thoughts or suggestions will be appreciated.

Great tool!

Charles

On Tuesday, September 9, 2014 at 9:16:24 AM UTC-4, BJ wrote:
>
> I am creating a plugin and browser addon that allows clips of web pages to 
> be collected into a tiddlywiki. It is now functional but still in 
> development. 
> As it is still in development, and it modifies the contents of 
> tiddlywikis, it is possible that the data within a tiddlywiki could be 
> destroyed if there is a bug - it is therefore RECOMMENDED at present that 
> tiddlyclip is only used  for experimentation in a separate tiddlywiki. The 
> plugin along with its documentation can be found here:
>
> Note that I have only used the plugin and firefox addon  on ubuntu 12.04.
> Feedback always welcomed!
> Cheers
>
> BJ
>

-- 
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/32334cb7-d5eb-4cae-aec8-d72354adf90c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Solving javascript issue "Uncaught TypeError: $tw.addUnloadTask is not a function"

2015-08-09 Thread Jean-Charles
Hi Jeremy,

I made a first attemps to isolate the error and it was indeed in a core.js 
tiddler, but as the code raising the error was also in this file, I wasn't 
sure if I was just hiding the error or if it was the main cause of the 
problem. So I solved the issue by re-creating a new tiddler/ folder and 
copying all non-system tiddlers there, and added configuration and 
customization tiddlers.

So, to sum up : source cause was a core.js tiddler related to a previous 
version. Not sure why this tiddler appeared, but I made a lot of test at 
some point of time and maybe did save this file.

Issue solved, thanks for your help.

--
Jean-Charles

Le dimanche 9 août 2015 16:01:56 UTC+2, Jeremy Ruston a écrit :
>
> Hi Jean-Charles
>
> My node.js tiddlywiki broke today, with the javascript error message 
> "Uncaught 
>>> TypeError: $tw.addUnloadTask is not a function".
>>>
>>
> The stack trace is saying that the module syncer.js couldn't find the 
> function $tw.addUnloadTask() that was added to the boot kernel in 5.1.9. 
> The error suggests that maybe you've somehow ended up with an earlier, 
> different version of one or other the following core JavaScript module 
> tiddlers:
>
> $:/boot/boot.js
> $:/core
> $:/core/modules/syncer.js
>
> Perhaps check through your wiki folder and see if there are any unexpected 
> .js files there?
>
> Best wishes
>
> Jeremy
>  
>
>> I have a somewhat unusual setup, with two services running on two 
>>> different desktops that use a dropbox-syncrhonized filesystem. My setup is 
>>> kind of specific, so I suppose some corruption, but what steps can I take 
>>> to understand what is wrong (I guess a tiddler is broken ?). Can tiddlywiki 
>>> do some consistency check and/or cleanup ? Do I have to do it by hand ? The 
>>> --verbose flag didn't provide any help regarding this persistent error.
>>>
>>
>
>  
>
>>
>>> Any Suggestion ?
>>>
>>> $ tiddlywiki mywiki --verbose --server 2700 "$:/core/save/all" 
>>> text/plain text/html "" "" 0.0.0.0
>>> Boot log:
>>>   Startup task: load-modules
>>>   Startup task: info after: load-modules before: startup
>>>   Startup task: startup after: load-modules
>>>   Startup task: story after: startup
>>>   Startup task: commands platforms: node after: story
>>> Executing command: server 2700 $:/core/save/all text/plain text/html   
>>> 0.0.0.0
>>> Serving on 0.0.0.0:2700
>>> (press ctrl-C to exit)
>>> syncer-server: Dispatching 'save' task: $:/StoryList
>>> FileSystem: Saved file 
>>> e:\Dropbox\tiddlywiki\mywiki\tiddlers\$__StoryList.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 http://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/993666b3-9c2b-40a3-b809-fcb40ee525fc%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/993666b3-9c2b-40a3-b809-fcb40ee525fc%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.com 
>

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


[tw] Re: Solving javascript issue "Uncaught TypeError: $tw.addUnloadTask is not a function"

2015-08-08 Thread Jean-Charles
Console output is the following, by the way...

Uncaught TypeError: $tw.addUnloadTask is not a function
$:/core/modules/syncer.js:43

Syncer @ $:/core/modules/syncer.js:43
exports.startup @ $:/core/modules/startup.js:75
$tw.boot.executeNextStartupTask @ (index):13096
$tw.boot.executeNextStartupTask @ (index):13100
$tw.boot.executeNextStartupTask @ (index):13100
$tw.boot.startup @ (index):13062
(anonymous function) @ (index):13202
$tw.boot.decryptEncryptedTiddlers @ (index):12535
$tw.boot.boot @ (index):13200
_boot @ (index):13209
(anonymous function) @ (index):13219


Le samedi 8 août 2015 21:23:51 UTC+2, Jean-Charles a écrit :
>
> My node.js tiddlywiki broke today, with the javascript error message 
> "Uncaught 
> TypeError: $tw.addUnloadTask is not a function".
>
> I have a somewhat unusual setup, with two services running on two 
> different desktops that use a dropbox-syncrhonized filesystem. My setup is 
> kind of specific, so I suppose some corruption, but what steps can I take 
> to understand what is wrong (I guess a tiddler is broken ?). Can tiddlywiki 
> do some consistency check and/or cleanup ? Do I have to do it by hand ? The 
> --verbose flag didn't provide any help regarding this persistent error.
>
> Any Suggestion ?
>
> $ tiddlywiki mywiki --verbose --server 2700 "$:/core/save/all" text/plain 
> text/html "" "" 0.0.0.0
> Boot log:
>   Startup task: load-modules
>   Startup task: info after: load-modules before: startup
>   Startup task: startup after: load-modules
>   Startup task: story after: startup
>   Startup task: commands platforms: node after: story
> Executing command: server 2700 $:/core/save/all text/plain text/html   
> 0.0.0.0
> Serving on 0.0.0.0:2700
> (press ctrl-C to exit)
> syncer-server: Dispatching 'save' task: $:/StoryList
> FileSystem: Saved file 
> e:\Dropbox\tiddlywiki\mywiki\tiddlers\$__StoryList.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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/993666b3-9c2b-40a3-b809-fcb40ee525fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Solving javascript issue "Uncaught TypeError: $tw.addUnloadTask is not a function"

2015-08-08 Thread Jean-Charles
My node.js tiddlywiki broke today, with the javascript error message "Uncaught 
TypeError: $tw.addUnloadTask is not a function".

I have a somewhat unusual setup, with two services running on two different 
desktops that use a dropbox-syncrhonized filesystem. My setup is kind of 
specific, so I suppose some corruption, but what steps can I take to 
understand what is wrong (I guess a tiddler is broken ?). Can tiddlywiki do 
some consistency check and/or cleanup ? Do I have to do it by hand ? The 
--verbose flag didn't provide any help regarding this persistent error.

Any Suggestion ?

$ tiddlywiki mywiki --verbose --server 2700 "$:/core/save/all" text/plain 
text/html "" "" 0.0.0.0
Boot log:
  Startup task: load-modules
  Startup task: info after: load-modules before: startup
  Startup task: startup after: load-modules
  Startup task: story after: startup
  Startup task: commands platforms: node after: story
Executing command: server 2700 $:/core/save/all text/plain text/html   
0.0.0.0
Serving on 0.0.0.0:2700
(press ctrl-C to exit)
syncer-server: Dispatching 'save' task: $:/StoryList
FileSystem: Saved file 
e:\Dropbox\tiddlywiki\mywiki\tiddlers\$__StoryList.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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fd54a3e9-98fb-40bb-8fb1-b98417528c58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-07 Thread Jean-Charles

 

>
> I was thinking of a modifier at the start of the invocation, because it's 
> not really a parameter:
>
> < param>>
> < param>>
> < param>>
>
>  
Would this also imply calls through $macrocall ?
Currently, if if have a macro called with <$macrocall> returning unwanted 
CamelCase, and turning it into text seems tricky (as I cannot use <$text 
with its argument being a <$macrocall>, or use $macrocall with $text as the 
name of the macro

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-05 Thread Jean-Charles
The <$macrocall> is exactly what I initially expected. Why does the 
<>syntax limit arguments to plaintext ? Is it an internal 
limitation of some kind or is it a choice for some reason ?

Is there a way to avoid wikification of a macro result ? (Some of mine 
return CamelCase and despite trying tildas everywhere, I had to remove all 
links parsing...)

Le lundi 5 janvier 2015 20:35:17 UTC+1, Jeremy Ruston a écrit :
>
> Hi Jed
>
> I think there's a couple of points that need clarifying:
>
> * Invoking a macro with double angle brackets causes the result of the 
> macro (after parameter and variable substitutions) to be wikified (as 
> expected)
> * Using a macro as a widget/element attribute (eg >>) 
> doesn't wikify the result of the macro; the plain result of the macro is 
> assigned to the attribute
> * Invoking a macro with double angle brackets doesn't allow parameters to 
> be specified as transclusions or macro invocations; you can only use plain 
> strings
> * Macros can also be invoked with the <$macrocall> widget, which does 
> allow attributes to be specified as transclusions or macro invocations
>
> Does that help?
>
> Best wishes
>
> Jeremy. 
>
>
>
> On Mon, Jan 5, 2015 at 7:27 PM, Jed Carty 
> > wrote:
>
>> I made an example here 
>> http://inmysocks.tiddlyspot.com/#Concatenating%20Strings%20-%20What%20Breaks
>>
>> The 'Simplest example using two levels of variables' section shows this 
>> situation.
>>
>> Hopefully that explains a bit better. I seem to be pretty bad explaining 
>> most things so I hope the working example helps.
>>
>> -- 
>> 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 http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.com 
>  

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Generating custom links (onClick)

2015-01-02 Thread Jean-Charles
Hi Jed.

Your example is exactly what is was trying to achieve. I wonder why the 
syntax I tried to use fails, there must be some parsing done by TW5 at 
different steps...

Thanks for your help !


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-02 Thread Jean-Charles
WhiIe trying to achieve a clean way to mange links and url, I wanted to 
build an url based upon a field containing part of it. So I use this :

\define genurl()http://somesite/{{!!some_field}}

> >{{!!someotherfield}}

That generate something like :
http://somesite/{{!!somefield}}";>Value_of_the_other_field

While I expected :
http://somesite/Value_of_the_field";>Value_of_the_other_field

Documentation (http://tiddlywiki.com/#HTML%20in%20WikiText) states that 
it's ok to use fields or macros, but I am not too sure when the parser 
replaces what. Do I miss something obvious here ?

Jc

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-02 Thread Jean-Charles
The iframe trick does the job perfectly, this is what I wanted to achieve 
(firing a HTTP request without changing the current page). I had to remove 
some security headers from my server that prevented the iframe usage to 
make this work properly, that's all.

The "download" suggestion is interesting, but does not apply here : my 
webserver fires some application directly (as it run locally, its ok).

Thank you very much for your help !

Best wishes for 2015
--
Jean-Charles

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-02 Thread Jean-Charles


> Ok, Problem was solved with a simple... reload of the whole page :-|
>

But that is only for making a working javascript macro.

output = 'yy';

It renders as :

yy

So it seems that the "onclick" part is discarded by TW5 at some point, and that 
what I want to achieve is not possible...


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-01 Thread Jean-Charles
Ok, Problem was solved with a simple... reload of the whole page :-|

Sounds trivial, but after a quick overview I am not sure this detail 
appears in the documentation. I'll propose to add this detail if I cannot 
find it after a double-check.

Thank you very much for your help !

Jean-Charles


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Generating custom links (onClick)

2015-01-01 Thread Jean-Charles


Le jeudi 1 janvier 2015 21:13:11 UTC+1, Jeremy Ruston a écrit :
>
>
> Tiddlers containing JavaScript macro modules should not be tagged 
> $:/tags/Macro. Can you share a wiki on tiddlyspot so that we can advise 
> better?
>
> Hi Jeremy,

I didn't know TW5 could run on tiddlyspot. I gave a try but didn't manage 
to make a proper TW5 up and running... Keep having a "Error while saving: 
Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied". And removing 
the $:/tags/Macro tag didn't help making javascript work...

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Generating custom links (onClick)

2015-01-01 Thread Jean-Charles


You would probably be creating a bit of javascript in a custom macro of 
> that kind...
>
> http://tb5.tiddlyspot.com/#Basic%20Javascript%20Macro
>
 
Thank you Thobias. Is this example up-to-date with the current TW5 (5.1.7) 
version ? I created several working non-js macros without trouble, but I 
fail to have a working one in javascript. Refering to your example, I :

   1. create a $:/macros/example.js tiddler with your exact code sample 
   (with exports containing name, params, and run function)
   2. tag it with $:/tags/Macro (and another custom tag of mine to organize 
   stuff)
   3. set its *type* field to "application/javascript"
   4. set its *module-type* to "macro"

Is that the whole process or do I miss something here ?! Are Javascript 
macros different than usual macros regarding their creation and setup in 
tiddlers ?

Thanks for your help,
--
Jean-Charles

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Generating custom links (onClick)

2014-12-28 Thread Jean-Charles
I use TW5 as a Document Management system, with a lot of tiddlers generated 
containing references to various local files. Organization is done with 
fields/tags within TW5. I also have a small web server running locally, 
that answer to requests by opening the correct application directly on the 
desktop (a pdf opens in the pdf reader application, not in the browser). 
This web server sends no HTML back.

Currently, I use the [[somelink|http://127.0.0.1:2701/path/of/file]] link 
syntax. TW5 opens a new tab to make the request, the application opens as 
expected, but there is an empty tab open that stays around.

What I wanted to do is to generate a specific  link with an asynchronous 
AJAX request to my local web server. This would avoid tabs opening all 
along. However, my first tests showed that a macro could generate links 
easily, but that adding "onclick=" javascript is not allowed (TW5 seems to 
remove this). Are there ways to make this work (configuration tweak of some 
kind) ? I have no security concern as all this runs locally.

Suggestions are welcome.
--
 Jean-Charles

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Fields versus Tags ? (now and tomorrow)

2014-12-22 Thread Jean-Charles

Hi Tobias,

Thanks for your feedback.
 
>
> I don't think it is an issue, to the contrary. For example, it makes 
> search much easier. For example, try searching $, #, & ...catch my drift?
>

Ok, I got your point. Isn't this approach a kind of shortcut for hidden 
properties or fields ? "&Supplier" standing for "networkCategory=Supplier", 
"$" for "projectStatus", "#" for "taskStatus", etc. They seem to be 
semantically equivalent, with the advantage of using all the tag features. 
I'll give this way of organizing a try.
 

> What are fields' future ? Is there a will to make them more 
>> important/usable or not ?
>>
>
> Just as I hoped they would be in TWc, I hope they will become *much* 
> smarter in TW5. I would like to see typed fields 
> , 
> e.g. string, number, check, select, radio... etc... as well as an ability 
> to define fieldsets that you can associate with filter expressions 
> corresponding to the tiddlers for which you wish to display a given field 
> or fieldset. 
>

Sounds promising :-) 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Fields versus Tags ? (now and tomorrow)

2014-12-21 Thread Jean-Charles
I'd like to know if some of you have "good practices" regarding their use 
of *tags *and *fields*.

My current perception is that *tags *are very simple to use, accessible, 
searchable, customizable, and used by several extensions. That is a lot, 
and they are definitely worth using. However, I'm afraid that after a 
while, they are too much of them to make a personal tiddlywiki 
maintainable. Think about journal entries using tags to refer to tiddlers, 
etc...
On the other hand, *fields *are neat but somewhat more hidden to the user. 
They are also used by TW5 internally, so there is a risk of collision as 
there is not such *$field* convention like the one used on tiddler naming. 
But they convey more information as they provide both a type/property and 
its value. However, they seem to be less integrated (no field-based TOC, no 
field backlinks, etc)

I have two use-cases in mind, and the choice may apply to both :

   - "project" field/tag. What I call "project" is very broad, and I have 
   up to 30 or 40 to manage/follow. So basically I can use a tag per project, 
   and tag these tags with a "project" tag to avoid a complete mess. As 
   projects come and go, I'll probably have lots of them after a while. A 
   little bit scary in my opinion.
   - "organization" field/tag. I'd like to put all my contacts in TW5, and 
   they all belong to one or more organization. Having tiddlers for each and 
   every organization is ok, but having tags for each and every of them may 
   end up having tons of them after a while. I'd prefer to use fields for each 
   contact that refers to their organization(s)

Maybe I'm reluctant because I'm ignorant of some practices or ways to 
organize TW5 tiddlers. Maybe having hundreds of tags is by no way an issue. 
But working with open "properties/fields" is something really great to 
organize stuff, so I tend to stick on this schema (I am a semantic 
mediawiki, for example).

So, to sum it up :

   1. Do you have any experience regarding tags vs. fields TW5 organization 
   ? What were your conclusions ?
   2. Is hundred of tags maintainable, and are their some tricks to make 
   this easy ?
   3. What are fields' future ? Is there a will to make them more 
   important/usable or not ?

Thank you for your feedbacks.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] TW as front-end ?

2014-12-07 Thread Jean-Charles
Hi Jeremy,

Thanks for your feedback,

> Where's the external data coming from, and in what format? Do you want to 
sync changes to it back to the external data source?

Data is mostly in databases, so my intend was to throw a web service in 
front of my data, and have a custom tiddlywebadaptor-like js to deal with 
it.
There is no need to push data "back" to the source at first, but it may be 
a future option (for document tagging, for example).

To be honest, I'm quite a beginner regarding TiddlyWiki : I used it for a 
while in the past, but stayed with the basics and didn't dig
enough in it to achieve what I wanted. I can however see that it is really 
powerful and couldn't help to come back to it : so 
thanks to you and all contributors for building such a great product !

Jc

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] TW as front-end ?

2014-12-07 Thread Jean-Charles
I'd like to use TW as a front-end to external data, I have two use-cases in 
mind :
 - mapping all users of my organization into tiddlers, as well as their 
teams, etc. Consider ~7000 people here
 - mapping my personal documentation (files, links) into tiddlers. Consider 
a ~2000 documents here.

Two questions arise :
 - is this a "good" idea, considering the number of items, or not ?
 - if yes, I was thinking about the implementation and considering 
something like tiddlywebadaptor. Is this a good starting point or are there 
better options ?


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jean-Charles


Le mardi 19 août 2014 22:56:03 UTC+2, Stephan Hradek a écrit :
>
> This should work:
>
> <$list filter="[field:author{!!title}]">
>
> Thank you, that made the trick.

Is there some "good practice" to structure the Tiddlers categories (for 
example : People, Document, Taks...) ? I currently use *Tags*, but *Fields* 
may also be used, and there are probably other possible ways, from what I 
saw in another TW5 example. What are the Pros/Cons for each way of 
achieving this ?

PS: And thanks for your very valuable http://tw5magick.tiddlyspot.com/ site.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jean-Charles

Thank you very much for your answer. As an absolute beginner, I must 
probably play around with filters to achieve what I want. I have a quick 
question if you do not mind. I try to list all the Tiddlers that have a 
specific author with :

<$list filter="[field:author[*SomeAuthor*]]">
* <$link to={{!!title}}><$view field="title"/>


Things work as expected. However, I expected the following to work when the 
current Tiddler was itself named *SomeAuthor*  and doing the search on 
!!title :

<$list filter="[field:author[!!title]]">
* <$link to={{!!title}}><$view field="title"/>


I tried with extra {},or trying  <>, but to my dismiss, I wasn't able to 
make it work, and the answer is probably trivia, shame on 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jean-Charles

Got the trick to access the field and make a Link of it : 

> <$list filter="[!has[draft.of]tag[document]sort[created]]">
> *<$link to={{!!title}}><$view field="title"/> <$link 
> to={{!!author}}><$view field="author"/>
> 
>

I am still by feedback regarding the following kind of use case :
 

> Let's take a more complex use case : Having two *Tiddlers *"*United 
> Nations*" and "*Kofi Annan*", I want to express the fact that Kofi Annan 
> was first secretary of the United Nations  from 1 January 1997 to 31 
> December 2006. From a semantic point of view, that mean to create a "*Has 
> First Secretary / Is First Secretary of*" relationship, and to add some 
> infdormation to this relationship (the start date and the end date).
>
> How to I achieve this with TiddlyWiki ?
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Add information to Fields/Links ?

2014-08-18 Thread Jean-Charles


Le lundi 18 août 2014 21:54:33 UTC+2, Stephan Hradek a écrit :
>
>
>
> Am Montag, 18. August 2014 21:17:46 UTC+2 schrieb Jean-Charles:
>>
>>
>> I came across TW5 while coding a personal document management for myself, 
>> and TW5 seem to be an excellent candidate. However I would like to expose a 
>> feature that may really be neat for managing all kind of informations, and 
>> that do not seem to exist from my (newbie) understanding :
>>
>>1. Allow one *Property *to be multi-valued.
>>
>> the field named "list" already is multi-valued - if that's what you mean. 
>
Thanks, didn't know that, I'll check this one. 

>
>>1. Allow a *Property *to target a *Tiddler*. This somehow is 
>>equivalent to a *Link*.
>>
>> any field can contain anything which can be interpreted as a 
> tiddler-title to link to
>
I tried to add an "author" property, but when I list them, they appear as 
plan text. I propably miss something here...
<$list filter="[!has[draft.of]tag[document]sort[created]]">
*<$link to={{!!title}}><$view field="title"/><$view 
field="created"/> <$view field="author"/>

 

>  
>
>>
>>1. Allow a *Property *to have a semantic meaning. For example, a *Tiddler 
>>*about the book "*C Programming Language*" could use *property *"*Has 
>>Author*" twice, targetting "*Ritchie*" and "*Kernighan*". Not that a 
>> *property 
>>*is directionnal, and that the reverse has a different meaning 
>>(something like "*Was written by*"). This may be familiar for users 
>>of the Semantic extension of Mediawiki.
>>
>> no field can appear twice.
>
> Maybe I misunderstood you completely?
>

Let's take a more complex use case : Having two *Tiddlers *"*United Nations*" 
and "*Kofi Annan*", I want to express the fact that Kofi Annan was first 
secretary of the United Nations  from 1 January 1997 to 31 December 2006. 
>From a semantic point of view, that mean to create a "*Has First Secretary 
/ Is First Secretary of*" relationship, and to add some infdormation to 
this relationship (the start date and the end date).

How to I achieve this with TiddlyWiki ?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Add information to Fields/Links ?

2014-08-18 Thread Jean-Charles

I came across TW5 while coding a personal document management for myself, 
and TW5 seem to be an excellent candidate. However I would like to expose a 
feature that may really be neat for managing all kind of informations, and 
that do not seem to exist from my (newbie) understanding :

   1. Allow one *Property *to be multi-valued.
   2. Allow a *Property *to target a *Tiddler*. This somehow is equivalent 
   to a *Link*.
   3. Allow a *Property *to have a semantic meaning. For example, a *Tiddler 
   *about the book "*C Programming Language*" could use *property *"*Has 
   Author*" twice, targetting "*Ritchie*" and "*Kernighan*". Not that a 
*property 
   *is directionnal, and that the reverse has a different meaning 
   (something like "*Was written by*"). This may be familiar for users of 
   the Semantic extension of Mediawiki.
   

This *Property *feature could probably be implemented by extending an 
existent features :

   -  *Links *already allow 1 and 2 and back-links exists. Currently *Links 
   *do not convey any specific meaning. They just represent a generic "has 
   something to do with" relationship.
   -  *Fields *allow 3, without any "reverse meaning" because *Tiddlers *are 
   currently not valid targets (2.). Maybe this fits the "Tiddler object 
   format" deferred task of the roadmap.

Internally, such *Properties *could even be used to implement *Fields*, 
*Links*, or *Tags*,, as the laters seem to be specific cases of a more 
generic one.

Do some of you need such a feature ? Did someone manage to tweak TW5 do 
achieve this without changing it ?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tiddlyspace save local copy

2010-07-30 Thread Charles L. Snyder
Thanks!

On Jul 30, 1:11 pm, PMario  wrote:
> Hi,
> yourSpace.tiddlyspace.com/?download=anyName.html
> have fun!
> mario
> On Jul 30, 8:08 pm, "Charles L. Snyder"  wrote:
>
> > Hi
>
> > I know this is a very basic question, but how do I save a local copy /
> > download my TW hosted on Tiddlyspace? I don't see any options in the
> > backstage area or advanced options etc. At least in the past, simply
> > saving the web page in the browser doesn't work.
>
> > Thanks in advance
>
> > cls

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Tiddlyspace save local copy

2010-07-30 Thread Charles L. Snyder
Hi

I know this is a very basic question, but how do I save a local copy /
download my TW hosted on Tiddlyspace? I don't see any options in the
backstage area or advanced options etc. At least in the past, simply
saving the web page in the browser doesn't work.

Thanks in advance

cls

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Calendar plugin week numbers different, not ISO 8601

2009-10-28 Thread Charles

I found a solution, of a sort.  If I change the configuration option
"First Day of Week" from Sunday to Monday (6 to 0).

Just a note for others, if you've got the plugin
"CalendarPluginConfig", you need to change this option using that
plugin rather than "CalendarPlugin".

Thanks again for the great software!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Calendar plugin week numbers different, not ISO 8601

2009-10-26 Thread Charles

I've been running TiddlyWiki for about 6 months, and it's brilliant
software.  I really like it.  I've been expanding how I use it this
week, and got the Calendar plugin, but hit a wall.

I'm sure this is some silly config option that I'm not seeing, but my
TiddlyWiki week numbers don't match the ISO week numbers.  This week,
containing Oct 26, should be week 44, but my TW calendar shows week
43.  Jan 1st of 2009 was on a Thursday, which should be in Week 1 of
2009.  My TW calendar shows Jan 1st in Week 52 of 2008.

I've found examples of other TW files online that also use the
Calendar plugin, but they do show the correct week numbers, but I
can't find any option to change how the year start is defined.

I'm running plugins from http://www.tiddlytools.com/, so I've got:
CalendarPlugin  1.5.0
CalendarPluginConfig
DatePlugin  2.7.1
DatePluginConfig2.6.0
SinglePageModePlugin2.9.6
TiddlerEncryptionPlugin  3.2.1
YourSearchPlugin        2.1.4

Thanks for any clues,
Charles

PS - I can't seem to find a version number for TW itself.  I did the
auto-update in September so it should be relatively current.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: syntax highlighting for code

2009-06-30 Thread Charles L. Snyder

Well, I am an idiot. It works perfectly with a newer version 2.5.0
treeview.

Thanks again

Charles Snyder

On Jun 30, 5:27 pm, FND  wrote:
> > This has been asked before, and I followed the responses and
> > suggestions without finding a solution (some older suggestions don't
> > work with current TW's).
>
> Did you try the options listed here:
>      http://tiddlywiki.org/wiki/Syntax_Highlighting
>
> What exactly doesn't work*?
>
> -- F
>
> * cf.http://www.tiddlywiki.org/wiki/Troubleshooting
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: syntax highlighting for code

2009-06-30 Thread Charles L. Snyder

Yes

I followed the step by step instructions with a bit of python code:
result -> no code highlighting

This was on a slightly older 2.2.6 "standard" TW. I can give it a try
on a more recent version and post back if that fails as well. I
thought the version I tried it on was a newer one.

Thanks


On Jun 30, 5:27 pm, FND  wrote:
> > This has been asked before, and I followed the responses and
> > suggestions without finding a solution (some older suggestions don't
> > work with current TW's).
>
> Did you try the options listed here:
>      http://tiddlywiki.org/wiki/Syntax_Highlighting
>
> What exactly doesn't work*?
>
> -- F
>
> * cf.http://www.tiddlywiki.org/wiki/Troubleshooting
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] syntax highlighting for code

2009-06-30 Thread Charles L. Snyder

Hi

This has been asked before, and I followed the responses and
suggestions without finding a solution (some older suggestions don't
work with current TW's).
Although surrounding code snippets with
{{{
}}}

works, I much prefer the color highlighted and numbered results with
'standard' syntax highlighters (for lisp, ruby, python, js, etc).

Is there a good way to accomplish this with current versions of TW?

Thanks!

cls
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---