[tw] can we still create a couchdb instance on cloudant

2017-08-18 Thread Danielo Rodríguez
Hello passingby,

I didn't tried to create an account recently, so I'm not sure about it, but 
several people is reporting that indeer it is now part of bluemix. I'm not sure 
what does this mean for the regular user, I have to investigate it a bit 
further. Anyway, if anyone have any experience I encourage them to post it here

-- 
You received this message because you are subscribed to the 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/0dc5f59a-44ff-4d6b-aac0-c705ee456416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Pack plugin button

2017-08-18 Thread Andrew
I'd say you are an expert. That worked. Thank you very much. This will help me 
polish up my plugin before I make it available from my library.

-- 
You received this message because you are subscribed to the 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/a92f9763-6c82-4b61-9e9c-50590f9bc77a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Pack plugin button

2017-08-18 Thread TonyM
My Inexpert answer is use the Wikify widget to transform it into text then 
use the new variable. As I understand it the wikification usually occurs at 
the end. 

\define currentobjectsrc() 
{{!!title}}
\end
<$wikify name="currentobject" text=<>>

Regards
Tony 

On Friday, August 18, 2017 at 11:37:33 PM UTC+10, Andrew wrote:
>
> Hello everyone, I'm trying to make a button that will take the generated 
> contents of the following and put it in the text field of my plugin tiddler 
> and then leave it in edit mode. So far it just puts the literal text and 
> not the generated content. I thought it would be possible but any 
> suggestions would be appreciated.
>
> $:/plugins/ajh/plugintools/list
>
> { "tiddlers": { <$list 
> filter="""[list[$:/plugins/ajh/plugintools/list]butlast[]]""">"<$text 
> text=<>/>": <$text 
> text=<>/>,<$list 
> filter="""[list[$:/plugins/ajh/plugintools/list]last[]]""">"<$text 
> text=<>/>": <$text text=<>/> } }
>
> $:/plugins/ajh/plugintools/sidebar
>
> <$set name=mylist value={{$:/plugins/ajh/plugintools/list}}>
> <$button>
> <$action-setfield $tiddler="$:/plugins/ajh/plugintools/plugin" 
> text=<> dependents={{$:/plugins/ajh/plugintools/list!!list}}/>
> <$action-sendmessage $message="tm-edit-tiddler" 
> $param="$:/plugins/ajh/plugintools/plugin"/>
> Pack Plugin
> 
> 
>
>

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


[tw] Pack plugin button

2017-08-18 Thread Andrew
Hello everyone, I'm trying to make a button that will take the generated 
contents of the following and put it in the text field of my plugin tiddler and 
then leave it in edit mode. So far it just puts the literal text and not the 
generated content. I thought it would be possible but any suggestions would be 
appreciated.

$:/plugins/ajh/plugintools/list

{ "tiddlers": { <$list 
filter="""[list[$:/plugins/ajh/plugintools/list]butlast[]]""">"<$text 
text=<>/>": <$text text=<>/>,<$list 
filter="""[list[$:/plugins/ajh/plugintools/list]last[]]""">"<$text 
text=<>/>": <$text text=<>/> } }

$:/plugins/ajh/plugintools/sidebar

<$set name=mylist value={{$:/plugins/ajh/plugintools/list}}>
<$button>
<$action-setfield $tiddler="$:/plugins/ajh/plugintools/plugin" text=<> 
dependents={{$:/plugins/ajh/plugintools/list!!list}}/>
<$action-sendmessage $message="tm-edit-tiddler" 
$param="$:/plugins/ajh/plugintools/plugin"/>
Pack Plugin



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


Re: [tw] Re: How to generate a list of dates for a droppable Timeline ...

2017-08-18 Thread Thomas Elmiger
Hi Jan

Jed has some nice date-macros here 
http://ooktech.com/jed/ExampleWikis/DateMacros/ – one of them can add days 
to a given date …

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/0ad21b85-5948-40c6-86db-b29d27e8fdf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] can we still create a couchdb instance on cloudant

2017-08-18 Thread passingby
Hey Danielo,
I am very interested in getting my tiddlywiki sync and shared across 
devices, so I found your efforts very promising. But when I sign up with a 
lite account at cloudant I cant seem to find a way to create a database. Is 
it no longer available since it has become IBM Bluemix?

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/007a1cbb-1827-4a0b-b1f0-21b708221f2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] AuleBrowser

2017-08-18 Thread 'Sergey Shishkin' via TiddlyWiki
Friends? Who knows in what state the development of this wonderful idea? 
Where to find the author? Who is *TomO*?

http://aule-browser.tiddlyspot.com
http://aule-pages.tiddlyspot.com
http://aule-browser.blogspot.com/2011/08/tiddlywiki-curl.html
http://lcurlr.blogspot.com/2011/07/curl-tiddlyspace.html

http://www.aule-browser.com/index.html
http://www.curl.com/products/prod/rte

It may make sense to start creating your own open environment like *Curl 
Applets* or Altme REBOL ? 
Having created unikernel on the way for the application of tiddywiki on 
bare metal, taking as a basis, for example GForth 
?

-- 
You received this message because you are subscribed to the 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/339de5bd-0831-41a8-96b3-a611c1bb903c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.