[tw] Re: Attempt to build a Roguelike Dungeongame in TW5

2017-06-17 Thread @TiddlyTweeter
Lovely stuff. You even thought of changing the game lines like this? ...

--- You are in a dark room looking for TiddlyWiki, its tail passes you by.

--- You pick up a cat.

:-), Josiah

On Saturday, 17 June 2017 00:23:14 UTC+2, Jan wrote:
>
> Hello 
>
> Inspired by Jed Carthy'shttp://zorklike.tiddlyspot.com/#; I also wanted 
> to explore the possibilties of using TW as a plattform for editing games. 
>
> I wanted to change the interface to a darker version, where the dungeon 
> is all black at start an will only be shown after exploring it. 
>
> And I wanted to change mechanism to make it easier for average-users to 
> create an own Level, so here the rooms are generated by a matrix of 
> squares representing row, column and level (A-1-1 A-2-1 A-3-1... B-1-1 
> B-2-1 and so forth) and I implemented an editor which can be accessed by 
> a map. 
>
> The mechanism is explained in the Wiki; the display of rooms already 
> functions, but i have some trouble inserting the correct values for 
> moving the player. 
>
> So I would be pleased to have your opinions and perhaps some help on the 
> move south-button which is there as a test. 
> http://roguelike.tiddlyspot.com/ 
>
> Thanks 
> Jan 
>

-- 
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/da122df6-feed-416b-8808-2a2b459d4cf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-17 Thread cmari
I can only add things via crude copy/paste operations. I liked the 
(Saturday) in the tooltip over the boxes but for my running list I only 
needed to capture m/d/yy. So I created a clone of var darray2 with the same 
initial definition as darray

var darray2= ["O","O","O","O","O","O","O","O","O","O"];

Then I could add a different date format to darray2:

darray2[10-i]=mon+"/"+day+"/"+yr;

With tip2=darray2[i], the buttons can append (or remove) m/d/yy in the 
field "datestamp". 
(When adding multiple dates, they do need to be clicked in order from 
oldest to most recent - if that is what you want - since a sort[] would not 
treat them as actual dates.) 

for (i=0 ; i<10 ; i++)
{//set tooltip to matching darray entryvar tip=darray[i];var tip2=darray2[i];if 
(barray[i]=="X") {// If it was an X then use the modified cancel button
   output += '<$button class="tc-btn-invisible tc-tiddlylink" 
tooltip="'+tip+'"><$action-listops $field="datestamp" 
$subfilter="-'+tip2+'"/><$action-setfield  $field="toggled" $value="'+i+'" 
/>{{$:/core/images/done}} ' ;
} else {// not an X so must be an O use modified circle
   output += '<$button class="tc-btn-invisible tc-tiddlylink" 
tooltip="'+tip+'"><$action-listops $field="datestamp" 
$subfilter="'+tip2+'"/><$action-setfield $field="toggled" $value="'+i+'" 
/>{{$:/core/images/open}} ' ;}
} // end for i loop

cmari

On Saturday, June 17, 2017 at 5:20:05 AM UTC-7, Stephen Kimmel wrote:
>
> On Friday, June 16, 2017 at 11:10:44 PM UTC-5, cmari wrote:
>>
>> Wow, that is terrific, thank you so much! I will use this daily. 
>> I especially appreciate the really clear comments. That made it easy for 
>> me to add a field that takes advantage of the tooltip and captures the 
>> running list of dates.
>> cmari
>>
>> You are most welcome. It was my pleasure to work on it. 
>
> I am open to further modificatons so I would like to see the changes you 
> made and hear any ideas for changes you'd like to see made.
>
> Stephen
>

-- 
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/f37a4574-0e82-4eba-adfd-50751a20d844%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Noteself - Uncaught ReferenceError: $TPouch is not defined

2017-06-17 Thread Joseph Hoon
Hi guys! 

I'm completely new to using Tiddlywiki (with no coding knowledge 
whatsover), so I apologise if this is an easy to resolve issue. It 
certainly has me stumped. I've been trying to use Noteself 
(https://noteself.github.io/) with the latest version of TiddlyDesktop. 

Whenever I try and save with the tick button and reopen the html file, I 
get a bright red "Internal JavaScript Error" saying "Uncaught 
ReferenceError: $TPouch is not defined". What can I do about this?

On a side note, my understanding is that Noteself is purposed towards 
offering a similar function as Evernote with regards to syncing using 
PouchDB. I take it PouchDB is a database that requires setting up your own 
server to host on? How can I go about doing this?

Thanks so much. Sorry for the trouble. 

-- 
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/ae1be810-a156-4a8d-9467-b6f2fa065881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread Richard Evans
I have a few comments on this topic. In the GettingStarted tiddler of the 
TIddlyWikion the website there is an algorithm for saving the file under 
Firefox. I have a couple of comments about it.

The note of not using Firefox's Save Page function should be given more 
prominence. Instead of tucking it away after the algorithm, where people 
who think they know what they are doing (me), do not read that far. It 
should be included as a note within the algorrithm. 

In para 7 it says:
"Click *OK* in response to the prompt from TiddlyFox 
 that asks whether to enable saving for 
this file"
This has never, I repeat never, happened to me. You have to click on the 
TiddlyFox Add On icon in the menu and explicitly Enable Saving. 

   - 
   

On Saturday, June 17, 2017 at 12:28:36 AM UTC+1, Richard Evans wrote:
>
> Hi,
>
> I have been trying to use TiddlyWiki for a long time, but the sheer number 
> of bugs I have encountered has put me off. I keep coming back to see if it 
> is any better. To date, I cannot report an improvement.
>
> I am sure a lot of people will vermently disagree with my previous 
> statement. I stand by it. You are all experienced users of TiddlyWiki, I am 
> a learner. Thus I may not do things in the correct order to prevent the 
> bugs. I have never encountered a message to say that I am doing things 
> wrong, so I have to believe that I have encountered bugs.
>
> My current missive concerns a bug in 5.14. I have a number of files that 
> use TiddlyWiki 5. I was updating one, when I decided to upgrade it to the 
> latest version. Accordingly I used the upgrader to upgrade the file. I did 
> this a number of times as there were problems with the final result. The 
> upgrade failed in one of two ways, either the document presented correctly, 
> but none of the menus, buttons etc worked. Or the upgraded document had two 
> menus, ( the section on the right which controls TiddlyWiki) overlaying 
> each other.
>
> I gave up at that point and decided to recreate my document (luckily it 
> was short), from scratch in an empty TW5. I did this and again there was a 
> bug, a different one this time! Presumably, to make life interesting. On 
> this occasion, I had two documents one after another in the file. The 
> edited file and original empty file.
>
> TiddlyWiki is a very good idea, but unless these bugs can be squashed in a 
> timely manner I shall have to, reluctantly, give up using it. I am wasting 
> too much time trying to get and keep a clean un-corrupted document.
>
>SIncerely R A Evans
>

-- 
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/da90ee93-64a4-4efa-9689-d95635ddba5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-17 Thread 'Stephen Kimmel' via TiddlyWiki
On Friday, June 16, 2017 at 11:10:44 PM UTC-5, cmari wrote:
>
> Wow, that is terrific, thank you so much! I will use this daily. 
> I especially appreciate the really clear comments. That made it easy for 
> me to add a field that takes advantage of the tooltip and captures the 
> running list of dates.
> cmari
>
> You are most welcome. It was my pleasure to work on it. 

I am open to further modificatons so I would like to see the changes you 
made and hear any ideas for changes you'd like to see made.

Stephen

-- 
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/18e035c9-e72e-4da9-a39a-beb2c7cdbc76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki for Desktop by using the Electron architecture

2017-06-17 Thread Drake Wong
Dear Arlen,

Wow!, Thank you so much!! Let me try it now~

Drake

Arlen Beiler於 2017年6月15日星期四 UTC+8上午4時23分02秒寫道:
>
> Good evening Drake,
>
> I have made one using Electron, which I use myself, and works quite well. 
> The instructions are rather simple, but so is the app. It should just work, 
> but if it doesn't, don't be afraid to ask.
>
> https://github.com/Arlen22/TiddlyWiki-Electron
>
> Also, if you are interested in another solution which only uses NodeJS and 
> runs everything in your browser, check out TiddlyServer. 
>
> https://github.com/Arlen22/TiddlyServer
>
> Enjoy!
>
> -Arlen
>
> On Wed, Jun 14, 2017 at 2:19 PM, Lost Admin  > wrote:
>
>> You may want to look at the Noteself + Cloudant thread. As that looks 
>> like one way to work offline and sync when online.
>>
>> There is also TiddlyDesktop. I think this is a node.js application 
>> (server-side javascript) that you can run on your desktop to save 
>> Tiddlywikis but it lacks cross-device synchronization.
>>
>> So far I'm using Tiddlywiki like you, with the store.php script. I've 
>> been fiddling with running a webdav server as Tiddlywiki supposedly has 
>> built-in support for webdav. Webdav doesn't solve the sync and offline 
>> issue but it lets me remove php from my server as webdav is native to the 
>> web server I'm using.
>>
>> On Saturday, June 10, 2017 at 9:04:58 AM UTC-4, Drake Wong wrote:
>>>
>>> This post is a suggestion, as I know nothing about programming.
>>>
>>> TiddlyWiki is one of my favourite project and I use it everyday. But the 
>>> saving process of TiddlyWiki is something very annoying that I must use 
>>> store.php or so to use it. Another problem is that it cannot be used 
>>> offline if I use it this way.
>>>
>>> Currently, there are many many new apps using the Electron architecture 
>>> which provides the similar functions as TiddlyWiki, such as Standard Notes, 
>>> Uncolou, Skrifa, etc. All of them have their speical features, but the 
>>> editing function is not as complete as TiddlyWiki.
>>>
>>> But most of those apps can be used offline and support many different 
>>> platforms.
>>>
>>> So is there anyone who would be interested in developing a real desktop 
>>> version of TiddlyWiki? Supporting device synchronization and so on can 
>>> already make TiddlyWiki a perfect platform for decades long note taking.
>>>
>> -- 
>> 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/748711d0-ea08-431a-8e44-e2ca6015f627%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/56961b04-6737-4a63-aa45-78d22c78ba8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-17 Thread PLATO
Thanks,i am use it !!
Tkank you so much.

在 2017年6月17日星期六 UTC+8上午2:35:01,Stephen Kimmel写道:
>
> That was an interesting challenge. The result of my effort is located at 
> http://dailytasksk.tiddlyspot.com/ 
>
> The results are less than perfect but similar enough to the original that 
> I don't think you'll have any problem using it. With any luck, it will be 
> close enough to what you want to carry you the rest of the way.
>
> Stephen
>

-- 
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/59e9b975-e684-4456-be02-48052211d502%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Attempt to build a Roguelike Dungeongame in TW5

2017-06-17 Thread Jed Carty
That looks really neat! I had wondered about pushing farther with using 
tiddlywiki to make games but I have been distracted by many other things.

I am looking forward to seeing how it goes!

-- 
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/8a0b73d7-31ce-4a5f-9a81-43b33a5ed3ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread stefct4
On Saturday, June 17, 2017 at 10:11:39 AM UTC+2, Tristan Kohl wrote:
>
> Well, this sounds like a problem I had in the beginnings of my TW 
>> experiences. Did you use the browsers "Save as..." and not the TW mechanism 
>> to save your file (Firefox addon, etc.)? 
>>
>
I second this. Saving your TW through the built-in saving mechanism of the 
browser almost always leads to an unusable file, even if the results can 
vary considerably. I tried this out myself this morning. Once, when I added 
two new tiddlers to my wiki and saved it via the browser, I got two 
overlapping sidebars as well. 

Bottom line: Always save your TW via the red checkmark in the wiki itself 
or through any other "official" saving mechanism.

Cheers,

Stef

-- 
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/cb0d4438-e240-4d12-af96-b836dc2ab081%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread @TiddlyTweeter
Ciao Mark S & RichardWS

I want to both thank both of you, report back, and seek a bit more help.

After trail and error I found Mark's version below the most pertinent to my 
needs. On reflection, I realised its better as a stand alone tool for 
occasional use, rather than embedded via an icon on all Tiddlers.

It works well. But I want to, ideally, upgrade the filter to have an input 
field so I'd enter the Title of the Tiddler I need a snapshot of, so I 
don't have to manually edit the macro everytime I use it. How do I do that? 
Is it difficult? Would the recursion problem come back?

Best wishes
Josiah

Mark S. wrote:
>
> Hmm... You can try this version
>
> \define report()
> Report: {{$:/temp/reporttitle}}
>
> <$list filter="[tag[HelloThere]]">
>
> ! <$view field="title"/>
>
> {{!!text}}
> 
> \end
>
> <$edit-text tiddler="$:/temp/reporttitle" tag="input" size="50" default="
> Your Title Here"/>
>
> <$wikify name="snapshot" text="<>" output="html">
> <$button>
> <$action-sendmessage $message="tm-new-tiddler" 
> title={{$:/temp/reporttitle}}  tags="Snapshot" text=<>/>
> Make Snapshot
> 
> 
>
> Your report will look something like the information below:
>
>
> 
>
> <>
>
>

-- 
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/340dfd43-86df-415a-8da6-218bdb1947c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyWiki5 and iOS

2017-06-17 Thread Stuart Thomas
Yes, is there ANY way to use tiddly wiki on iOS? I'm in Australia where twedit 
has been removed. 

-- 
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/6051e251-b766-43d4-875e-a42f4ffcd4fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread Tristan Kohl

>
> My current missive concerns a bug in 5.14. I have a number of files that 
> use TiddlyWiki 5. I was updating one, when I decided to upgrade it to the 
> latest version. Accordingly I used the upgrader to upgrade the file. I did 
> this a number of times as there were problems with the final result. The 
> upgrade failed in one of two ways, either the document presented correctly, 
> but none of the menus, buttons etc worked. Or the upgraded document had two 
> menus, ( the section on the right which controls TiddlyWiki) overlaying 
> each other. 
>

> I gave up at that point and decided to recreate my document (luckily it 
> was short), from scratch in an empty TW5. I did this and again there was a 
> bug, a different one this time! Presumably, to make life interesting. On 
> this occasion, I had two documents one after another in the file. The 
> edited file and original empty file.
>
> Well, this sounds like a problem I had in the beginnings of my TW 
experiences. Did you use the browsers "Save as..." and not the TW mechanism 
to save your file (Firefox addon, etc.)? I got my first two or three runs 
corrupted that way and the results looked very similar to what you 
describe. 

Cheers

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


[tw] Re: TiddlyWiki5 and iOS

2017-06-17 Thread Ton Gerner
Hi,

There is a new version called Quine 
.

Cheersa,
Ton

-- 
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/fc77a632-58fd-4116-9a6a-3d8602a224e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread Richard Evans
Yes, after a night of bad sleep, I remembered a comment about that I had 
read years ago. So I checked it out this morning and that was the reason 
for the problem, when I recreated my tiddlyWiki from new. But that does not 
address the question of the problems when I upgraded.

On Saturday, June 17, 2017 at 9:11:39 AM UTC+1, Tristan Kohl wrote:
>
> My current missive concerns a bug in 5.14. I have a number of files that 
>> use TiddlyWiki 5. I was updating one, when I decided to upgrade it to the 
>> latest version. Accordingly I used the upgrader to upgrade the file. I did 
>> this a number of times as there were problems with the final result. The 
>> upgrade failed in one of two ways, either the document presented correctly, 
>> but none of the menus, buttons etc worked. Or the upgraded document had two 
>> menus, ( the section on the right which controls TiddlyWiki) overlaying 
>> each other. 
>>
>
>> I gave up at that point and decided to recreate my document (luckily it 
>> was short), from scratch in an empty TW5. I did this and again there was a 
>> bug, a different one this time! Presumably, to make life interesting. On 
>> this occasion, I had two documents one after another in the file. The 
>> edited file and original empty file.
>>
>> Well, this sounds like a problem I had in the beginnings of my TW 
> experiences. Did you use the browsers "Save as..." and not the TW mechanism 
> to save your file (Firefox addon, etc.)? I got my first two or three runs 
> corrupted that way and the results looked very similar to what you 
> describe. 
>
> Cheers
>

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


[tw] Re: Globally changing internal links to display caption text if possible?

2017-06-17 Thread 'Mark S.' via TiddlyWiki
The attached is very experimental. It changes one of the core files, so if 
I messed up with the code you might get a red screen of embarrassment. So 
*absolutely* *make a backup* not only at the start but from time to time as 
you work with it.

Just drag and drop the attached file into your TW. A green bar will appear 
indicating where to drop. Complete the dialog to import. Save. Reload to 
activate.

The files include a macro that when invoked like <> returns a 
link to "My Tiddler Caption". This macro is used by the other bit of code, 
which overwrites the core prettylinks code to use the macro whenever you 
have a "pretty link" (e.g. a link with [[...]]).  BUT, if your link 
includes a title inside it, then the manual title will 'win' over the 
caption. (e.g. [[My Inline Text|MyTiddler]] will show 'My Inline Text'). 

If you change your mind and don't want to continue using the caption links, 
then delete $:/core/modules/parsers/wikiparser/rules/prettylink.js Note 
that this code will  supercede the default code during an upgrade. This may 
be a problem if this part of the code is ever changed though I don't think 
it has for 4 years now.

Good luck!
Mark

On Friday, June 16, 2017 at 8:41:26 AM UTC-7, Stuart Amor wrote:
>
> Is there a way of making an internal link, such as [[Contents]] return the 
> caption field of the Contents tiddler (if it was available) rather than 
> title? 
>
> To give you some background, I am writing a collaborative document and 
> section titles are starting to become length and subject to being changed 
> or reworded.   I am therefore starting to work on a system where I am using 
> tiddler titles as a short succinct title and the caption field as the long 
> title.  When creating the links its a lot easier to point them to the 
> shorter tiddler title, but it would be nice to allow the previewed text 
> (which is read by the uninitiated) to see the current long form.
>
> I know its possible to create a macro to do this, but I would like to do 
> it at a base level if possible?  I have already managed to change list 
> fields etc to show captions instead, but links seem to have alluded me 
>
> Kind regards,
>
> Stuart
>

-- 
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/8d294902-fa11-4736-bfbb-7c24032a403b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Make-links-use-captions.json
Description: application/json


[tw] Attempt to build a Roguelike Dungeongame in TW5: How to insert values generated by a listfilter.

2017-06-17 Thread Jan

Thanks for your Feedback Jed and Josiah,
@Josiah: The intention is to make a framework were it is easy create 
levels...and hopefully someone will create a furry cat-level.


I am still struggling inserting values derived from filters into fields:

|\define movesouth()
Southbutton Test
<$tiddler tiddler="$:/MapState">
<$action-listops $field="visible" $subfilter=<> />
<$action-listops $field="text" $filter=<>/>

\end
|
...the problem is demonstrated in http://roguelike.tiddlyspot.com/ in the 
Tiddler to test the DirectionMacro.
Thanks a lot for help.

Jan



Am 17.06.2017 um 13:28 schrieb @TiddlyTweeter:

Lovely stuff. You even thought of changing the game lines like this? ...

--- You are in a dark room looking for TiddlyWiki, its tail passes you by.

--- You pick up a cat.

:-), Josiah

On Saturday, 17 June 2017 00:23:14 UTC+2, Jan wrote:

Hello

Inspired by Jed Carthy'shttp://zorklike.tiddlyspot.com/#
; I also wanted
to explore the possibilties of using TW as a plattform for editing
games.

I wanted to change the interface to a darker version, where the
dungeon
is all black at start an will only be shown after exploring it.

And I wanted to change mechanism to make it easier for
average-users to
create an own Level, so here the rooms are generated by a matrix of
squares representing row, column and level (A-1-1 A-2-1 A-3-1...
B-1-1
B-2-1 and so forth) and I implemented an editor which can be
accessed by
a map.

The mechanism is explained in the Wiki; the display of rooms already
functions, but i have some trouble inserting the correct values for
moving the player.

So I would be pleased to have your opinions and perhaps some help
on the
move south-button which is there as a test.
http://roguelike.tiddlyspot.com/ 

Thanks
Jan

--
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/da122df6-feed-416b-8808-2a2b459d4cf6%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/5945A32C.6060402%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Any CSS HORIZONTAL layouts yet for TW?

2017-06-17 Thread codacodercodacoder
Hi Joshua

No, doubtful.

That sample looks as though you want/need a CSS-grid layout. Or maybe CSS 
flex (steeper learning curve). Or you could use CSS display:table et al. 
Worst case (not recommended) HTML tables.

All my code is doing is using CSS columns on suitably tagged tiddlers. When 
one of those tiddlers is displayed, its content is "split" into columns of 
the specified width/height. It does NOT display multiple tiddlers in some 
kind of host tiddler (ie not a transclusion mechanism).

HTH

On Saturday, June 17, 2017 at 4:38:20 PM UTC-5, @TiddlyTweeter wrote:
>
> It may help with this layout issue I have... ???
>
>
>
> Each of those is a Tiddler. I really need to better understand modern CSS 
> flows.
>
> Josiah
>
> On Friday, 16 June 2017 17:21:44 UTC+2, codacoder...@outlook.com wrote:
>>
>> Yes, I've sort-of done it.
>>
>> In my case, certain tiddlers format the tiddler body as a set of css 
>> columns with fixed height(s).  Those tiddlers then scroll horizontally.
>>
>> So, not a "storyriver", but certainly a horizontal presentation of the 
>> content with no vertical scroll at all.
>>
>> .tc-tagged-bk-layout .tc-tiddler-body {
>>   max-height:770px;
>>   overflow-x:auto;
>>   width: 100%;
>>   position: relative;
>>  
>>   columns:3; -moz-columns:3; -webkit-columns:3;
>>   column-gap:3em; -moz-column-gap:3em; -webkit-column-gap:3em;
>>   column-rule: 3px dotted #ddd; -moz-column-rule: 3px dotted #ddd; 
>> -webkit-column-rule: 3px dotted #ddd;
>> }
>>
>>
>>

-- 
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/c1552211-dc56-4e3f-af45-339fd5810c1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread @TiddlyTweeter
Re Hans Duckwurst. The best I found was "... servers brought out platters 
of roasted *duck, wurst* and . *Hans* was happy to see that the Emperor 
and Regent had made it safely to ..."



*Range Slider is rather good. Please give me an objective for its utility.*
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/1b24a246-9df3-4d02-b884-035dbdc4e39e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread @TiddlyTweeter
Ciao Richard

I think you got caught between versions of TiddlyFox. Firefox makes it 
difficult because it keeps changing the way it works. The latest TiddlyFox 
version DOES put a big sign up that you need to do something. Some interim 
versions didn't. More info here & a link for the latest: 
https://groups.google.com/forum/#!msg/tiddlywiki/bU2fnqAxKUA/K86F8bRRBwAJ 

Best wishes
Josiah

Richard Evans wrote:
>
>
> In para 7 it says:
> "Click *OK* in response to the prompt from TiddlyFox 
>  that asks whether to enable saving for 
> this file"
> This has never, I repeat never, happened to me. You have to click on the 
> TiddlyFox Add On icon in the menu and explicitly Enable Saving. 
>

-- 
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/91fdd623-fb8e-4a40-a407-91fa89507730%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] Tiddler Bundle Plugin

2017-06-17 Thread @TiddlyTweeter
Ciao Tutti

I think once you start Bundling a lot of things get easier and you start to 
experiment.

I noticed that you can bundle components of plugins (??is that a copyright 
issue??).

For instance I'm bundling from PMario's Bundler Plugin these two Tiddlers 
...
 

$:/plugins/wikilabs/bundler/doc/table-all-filters
$:/plugins/wikilabs/bundler/ui/Buttons/test-filter

... to include in all wikis, devoid of the Bundler, because they are so 
useful & don't need the rest of the plugin to run.

Best wishes
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/981da25a-9eb4-4ccc-ab57-c84d76037ba1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Attempt to build a Roguelike Dungeongame in TW5: How to insert values generated by a listfilter.

2017-06-17 Thread @TiddlyTweeter
TBH, I don't have the tech to help on what you need right now. Jed has the 
better skill to help you make a step. But I can do the scripts. That is 
easy for me. So, if you ever need that let me know. I played "A Dark Room" 
for a while. Its neat : http://adarkroom.doublespeakgames.com/ 

Jan wrote:
>
> I am still struggling inserting values derived from filters into fields...
>

-- 
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/41ad090c-359d-47f1-ac08-61425a3936cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Any CSS HORIZONTAL layouts yet for TW?

2017-06-17 Thread @TiddlyTweeter
I think you are right. But also I should also play with whether I could 
transclude them? I sorta think it might be easier that way?

J.

codacoder...@outlook.com wrote:
 

> That sample looks as though you want/need a CSS-grid layout. Or maybe CSS 
> flex (steeper learning curve)...
>
> All my code is doing is using CSS columns on suitably tagged tiddlers. 
> When one of those tiddlers is displayed, its content is "split" into 
> columns of the specified width/height.
>

-- 
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/22e559dd-5611-43d7-ba7c-4ed0eb320919%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread Mat
The Frontal Cortex Team at TWaddle Global Enterprises Inc. just released a 
new thingy 

...but for which they CANNOT REALLY TAKE CRED

...because it is already build into TW !

...but chances are you didn't know:

Range Slider 

also: @ttention Hans Duckwurst

<:-)


-- 
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/ed6c5f84-c585-4df1-988d-b00a76254215%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-17 Thread cmari
Hi Stephen,
After I posted my modifications, I got the dreaded red javascript error. I 
then deleted my original message from Google Groups so as not to lead 
anyone astray. 
But then I realized the error was the result of me failing to follow 
expected procedure (use the "Add a new Task" button). I had tried instead 
to simply insert <> into an existing tiddler. 
That does work, but one needs also to add the field "lastdate", with 
today's date (m/d/yy) as the contents.
Thanks again for a really useful tool!

Here are my crude copy/paste edits again. I liked the (Saturday) in the 
tooltip over the boxes but for my running list I only needed to capture 
m/d/yy. So I created a clone of var darray2 with the same initial 
definition as darray

var darray2= ["O","O","O","O","O","O","O","O","O","O"];

Then I could add a different date format to darray2:

darray2[10-i]=mon+"/"+day+"/"+yr;

With tip2=darray2[i], the buttons can append (or remove) m/d/yy in the 
field "datestamp". 
(When adding multiple dates, they do need to be clicked in order from 
oldest to most recent - if that is what you want - since a sort[] would not 
treat them as actual dates.) 

for (i=0 ; i<10 ; i++)
{//set tooltip to matching darray entryvar tip=darray[i];var tip2=darray2[i];if 
(barray[i]=="X") {// If it was an X then use the modified cancel button
   output += '<$button class="tc-btn-invisible tc-tiddlylink" 
tooltip="'+tip+'"><$action-listops $field="datestamp" 
$subfilter="-'+tip2+'"/><$action-setfield  $field="toggled" $value="'+i+'" 
/>{{$:/core/images/done}} ' ;
} else {// not an X so must be an O use modified circle
   output += '<$button class="tc-btn-invisible tc-tiddlylink" 
tooltip="'+tip+'"><$action-listops $field="datestamp" 
$subfilter="'+tip2+'"/><$action-setfield $field="toggled" $value="'+i+'" 
/>{{$:/core/images/open}} ' ;}
} // end for i loop

cmari


My tiddler text:


On Saturday, June 17, 2017 at 5:20:05 AM UTC-7, Stephen Kimmel wrote:
>
> On Friday, June 16, 2017 at 11:10:44 PM UTC-5, cmari wrote:
>>
>> Wow, that is terrific, thank you so much! I will use this daily. 
>> I especially appreciate the really clear comments. That made it easy for 
>> me to add a field that takes advantage of the tooltip and captures the 
>> running list of dates.
>> cmari
>>
>> You are most welcome. It was my pleasure to work on it. 
>
> I am open to further modificatons so I would like to see the changes you 
> made and hear any ideas for changes you'd like to see made.
>
> Stephen
>

-- 
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/8d11e037-277d-4cfc-91b8-e1fc357a391e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread 'Mark S.' via TiddlyWiki
I think this will do what you want, if that is literally what you meant:

\define report()
Report: {{$:/temp/reporttitle}}

<$list filter="[{$:/temp/myfilter}]">

! <$view field="title"/>

{{!!text}}

\end

<$edit-text tiddler="$:/temp/myfilter" tag="input" size="50" default="Name 
of field to copy"/>

<$edit-text tiddler="$:/temp/reporttitle" tag="input" size="50" default="
Your New Title Here"/>

<$wikify name="snapshot" text="<>" output="html">
<$button>
<$action-sendmessage $message="tm-new-tiddler" 
title={{$:/temp/reporttitle}}  tags="Snapshot" text=<>/>
Make Snapshot



Good luck!
Mark

On Saturday, June 17, 2017 at 2:55:04 AM UTC-7, @TiddlyTweeter wrote:
>
> Ciao Mark S & RichardWS
>
> I want to both thank both of you, report back, and seek a bit more help.
>
> After trail and error I found Mark's version below the most pertinent to 
> my needs. On reflection, I realised its better as a stand alone tool for 
> occasional use, rather than embedded via an icon on all Tiddlers.
>
> It works well. But I want to, ideally, upgrade the filter to have an input 
> field so I'd enter the Title of the Tiddler I need a snapshot of, so I 
> don't have to manually edit the macro everytime I use it. How do I do that? 
> Is it difficult? Would the recursion problem come back?
>
> Best wishes
> Josiah
>
> Mark S. wrote:
>>
>> Hmm... You can try this version
>>
>> \define report()
>> Report: {{$:/temp/reporttitle}}
>>
>> <$list filter="[tag[HelloThere]]">
>>
>> ! <$view field="title"/>
>>
>> {{!!text}}
>> 
>> \end
>>
>> <$edit-text tiddler="$:/temp/reporttitle" tag="input" size="50" default="
>> Your Title Here"/>
>>
>> <$wikify name="snapshot" text="<>" output="html">
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler" 
>> title={{$:/temp/reporttitle}}  tags="Snapshot" text=<>/>
>> Make Snapshot
>> 
>> 
>>
>> Your report will look something like the information below:
>>
>>
>> 
>>
>> <>
>>
>>

-- 
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/2ac2449d-cae9-48f5-a812-a9a77043e860%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread stefct4
Hi Josiah,
>
>
I'm not sure whether this helps, but the following code creates a new 
journal tiddler, tagged with "My Reports", and populates it with a wikified 
version of whatever you put into the tiddler MyReport:

\define journalButton()
<$wikify name="outputter" text={{MyReport}} output="html">
<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:
/language/Buttons/NewJournal/Caption}}>
<$action-sendmessage $message="tm-new-tiddler" title=<> tags="$(journalTags)$" text=<>/>
<$list filter="[prefix[yes]]">
Create Report!

<$list filter="[prefix[yes]]">
<$text text={{$:/language/Buttons/NewJournal/
Caption}}/>



\end
<$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
<$set name="journalTags" value="[[My Reports]]">
<>


Cheers,

Stef

-- 
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/c78e6068-edb5-400b--66382601f8cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread 'Mark S.' via TiddlyWiki
Hi Josiah,

CaPiTaLiZation Is ImporTanT.

When I plugged in the name of the tiddler, with caps: Community

I got the result you got in image #1. When I plugged in the word 
"community", I got the result you got in #2.

Good luck,
Mark

On Saturday, June 17, 2017 at 11:18:40 AM UTC-7, @TiddlyTweeter wrote:
>
> Its likely what I wrote, but not what I need.
>
> Test case "Community" on tw.com (includes transclusions). Result from 
> Version 1, *correct* ...
>
>
> Result from version 2, *not it*...
>
>
> I guess I meant the facility of V.1 with the specificity of named tiddlers 
> (though could be transcluding) V.2.
>
> *Fred is hopeful for Leek Supremacy yet :-)*
>
> Josiah
>
> Mark S. wrote:
>>
>> I think this will do what you want, if that is literally what you meant:
>>
>> \define report()
>> Report: {{$:/temp/reporttitle}}
>>
>> <$list filter="[{$:/temp/myfilter}]">
>>
>> ! <$view field="title"/>
>>
>> {{!!text}}
>> 
>> \end
>>
>> <$edit-text tiddler="$:/temp/myfilter" tag="input" size="50" default="
>> Name of field to copy"/>
>>
>> <$edit-text tiddler="$:/temp/reporttitle" tag="input" size="50" default="
>> Your New Title Here"/>
>>
>> <$wikify name="snapshot" text="<>" output="html">
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler" 
>> title={{$:/temp/reporttitle}}  tags="Snapshot" text=<>/>
>> Make Snapshot
>> 
>> 
>>
>>

-- 
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/0efa922e-fc1c-49a7-b1a9-420e15c7eaf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread @TiddlyTweeter
I am an IDioT and that is Brilliant!

Thanks a ton!

Mark S. wrote:
>
> CaPiTaLiZation Is ImporTanT.
>

-- 
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/34b688a2-cd15-4466-a462-b8a335abe3d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread @TiddlyTweeter
Its likely what I wrote, but not what I need.

Test case "Community" on tw.com (includes transclusions). Result from 
Version 1, *correct* ...


Result from version 2, *not it*...


I guess I meant the facility of V.1 with the specificity of named tiddlers 
(though could be transcluding) V.2.

*Fred is hopeful for Leek Supremacy yet :-)*

Josiah

Mark S. wrote:
>
> I think this will do what you want, if that is literally what you meant:
>
> \define report()
> Report: {{$:/temp/reporttitle}}
>
> <$list filter="[{$:/temp/myfilter}]">
>
> ! <$view field="title"/>
>
> {{!!text}}
> 
> \end
>
> <$edit-text tiddler="$:/temp/myfilter" tag="input" size="50" default="Name 
> of field to copy"/>
>
> <$edit-text tiddler="$:/temp/reporttitle" tag="input" size="50" default="
> Your New Title Here"/>
>
> <$wikify name="snapshot" text="<>" output="html">
> <$button>
> <$action-sendmessage $message="tm-new-tiddler" 
> title={{$:/temp/reporttitle}}  tags="Snapshot" text=<>/>
> Make Snapshot
> 
> 
>
>

-- 
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/25df42fd-8c42-42ec-8023-23901bdc9299%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread @TiddlyTweeter
I want to make some general comments about the value of capturing Rendered 
HTML and where its utility lays. The solutions already generously given to 
me are really good. HOW is it helpful? Here is one serious example ... 
there are others ...

It allows you to ITERATRE presentation. 

A major annoyance with doing NEAT EMAIL is that email programs are in the 
Dark Ages as far as CSS formatting is concerned. 

I like to send email from TiddlyWiki for some mailing lists (usually via 
Gmail). I want the emails to look good. Being able to capture rendered HTML 
allows you to put it through services like Mail Chimp to make the layout 
universally email friendly. The steps being: (a) Capture Rendered HTML from 
TW. (b) Pass it through Mail Chimp to embed inline styles (adding those is 
another story). (c) Re-wikitext part of Mail Chimp's output HTML it so you 
can use it again as a TW template. (d) Pass a well laid out email to your 
mail client via encoded URL for broader mailing. The point is being able to 
capture rendered HTML in TW you can iterate this process and repeat it and 
add refinement as needed.

It works well.

Best wishes
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/aba89aa4-24ae-4958-b113-9746e0a4a3f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-06-17 Thread stefct4
Some explanation why I created the code below:

   - Fred might not want to worry about how to name each archived report, 
   therefore the current date might do just fine
   - the dynamically generated (non-wikified) reports are probably always 
   in the same place; this place could be the tiddler MyReport (alternatively, 
the 
   actual report tiddler could be transcluded there)
   - my solution avoids the recursion problem

Cheers,

Stef

On Saturday, June 17, 2017 at 8:21:15 PM UTC+2, ste...@gmail.com wrote:
>
> Hi Josiah,
>>
>>
> I'm not sure whether this helps, but the following code creates a new 
> journal tiddler, tagged with "My Reports", and populates it with a wikified 
> version of whatever you put into the tiddler MyReport:
>
> \define journalButton()
> <$wikify name="outputter" text={{MyReport}} output="html">
> <$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:
> /language/Buttons/NewJournal/Caption}}>
> <$action-sendmessage $message="tm-new-tiddler" title=< "$(journalTitleTemplate)$">> tags="$(journalTags)$" text=<>/>
> <$list filter="[prefix[yes]]">
> Create Report!
> 
> <$list filter="[prefix[yes]]">
> <$text text={{$:/language/Buttons/NewJournal/
> Caption}}/>
> 
> 
> 
> \end
> <$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
> <$set name="journalTags" value="[[My Reports]]">
> <>
> 
>
> Cheers,
>
> Stef
>

-- 
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/345dc02e-b782-42b4-ae77-124b6713ecf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] Tiddler Bundle Plugin

2017-06-17 Thread 'Mark S.' via TiddlyWiki
It's kind of convenient to rebundle the tiddlers of the bundler plugin into 
it's own bundle. That way you can add bundling to a TW without having to 
save and reload.

It's seems like there needs to be the opposite ability as well -- take a 
bundle list and delete those tiddlers from the current TW. This would allow 
you to archive in 2 steps: Export & Delete.

Thanks!
Mark

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


[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread Mat


On Sunday, June 18, 2017 at 1:07:54 AM UTC+2, Mark S. wrote:
>
> It would be useful if it could be adapted to set the various font and 
> width sizes inside the configuration dialog. 
>

Heh, just what I suggested too.

Actually, I did this many hears ago for TWaddle, here 
. So you can try it 
out there if you want. But from a brief glance there now I looks like I've 
circumvented the problem with the range slider only going from 0-100 by 
putting the number in a separate tiddler and then have the various 
measurements fetch the value from that tiddler but inside a CSS calc() 
attribute. I.e

.mystyle {
  width: calc({{myvaluetiddler}}% * 1vw);
}

Come to think of it, this is probably one of those things I could have 
included in my "CSS in TW" presentation. That calc() thingy in CSS is darn 
cool.


At points, you have to type blind because the screen becomes unreadable as 
> you delete and replace digits. I actually have my own system, which allows 
> you to use a scrollable select field and then save the key values for use 
> on different platforms. (I should post that some time).


Sounds interesting. 

<:-)

 


 

-- 
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/0ba8834e-8763-4716-825f-8c10d5054055%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro for Google image search

2017-06-17 Thread Mat
magev, maybe this is of use

http://quickimg.tiddlyspot.com/

<:-)

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


[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread 'Mark S.' via TiddlyWiki
I've never noticed that calc before. That is cool. What does "* 1vw" do ? 
Multiply by Volkswagens?

Thanks,
Mark

On Saturday, June 17, 2017 at 4:42:21 PM UTC-7, Mat wrote:
>
>
>
> On Sunday, June 18, 2017 at 1:07:54 AM UTC+2, Mark S. wrote:
>>
>> It would be useful if it could be adapted to set the various font and 
>> width sizes inside the configuration dialog. 
>>
>
> Heh, just what I suggested too.
>
> Actually, I did this many hears ago for TWaddle, here 
> . So you can try it 
> out there if you want. But from a brief glance there now I looks like I've 
> circumvented the problem with the range slider only going from 0-100 by 
> putting the number in a separate tiddler and then have the various 
> measurements fetch the value from that tiddler but inside a CSS calc() 
> attribute. I.e
>
> .mystyle {
>   width: calc({{myvaluetiddler}}% * 1vw);
> }
>
> Come to think of it, this is probably one of those things I could have 
> included in my "CSS in TW" presentation. That calc() thingy in CSS is darn 
> cool.
>
>
> At points, you have to type blind because the screen becomes unreadable as 
>> you delete and replace digits. I actually have my own system, which allows 
>> you to use a scrollable select field and then save the key values for use 
>> on different platforms. (I should post that some time).
>
>
> Sounds interesting. 
>
> <:-)
>
>  
>
>
>  
>

-- 
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/97bb7e87-245e-4075-95a6-1c17e89e4016%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread Mat
Mark S. wrote:
>
> I've never noticed that calc before. That is cool. What does "* 1vw" do ? 
> Multiply by Volkswagens?
>


Haha! Yeah, either that or it's a CSS unit 
. It stands for 
"view-width", i.e 

.mystyle {
  width: calc({{myvaluetiddler}}% * 1vw);
}

I recommend checking out calc(). Very useful. It can do math on things with 
different css units. In this case above, it transcludes the number and adds 
% as unit and multiplies it with the viewport width. Note that the 
transclusion didn't have to have a unit, it could also read 
calc({{myvaluetiddler}} * .01 * 1vw)

For another thing I'm just experimenting with, I tried to "extract" the css 
calc() so it can be used for other things but no success. In the research 
process I stumbled over this  
fun trickery for a pure CSS calculator. Clearly unusable, but really fun.

<:-)


-- 
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/31f0c2bc-ccf3-48e4-a4ef-dca3ee796c07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Globally changing internal links to display caption text if possible?

2017-06-17 Thread Mat
Stuart Amor wrote:
>
> Is there a way of making an internal link, such as [[Contents]] return the 
> caption field of the Contents tiddler (if it was available) rather than 
> title? 
>


Yes. I made this for that purpose:

http://aliases.tiddlyspot.com/

it is however not perfected but the main ideas are in there. Basically, you 
use CSS to hide the link and instead show a pseudo :after element in its 
place. 

<:-) 

-- 
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/00b1e9be-15e4-4d31-addd-ca441e072f6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Globally changing internal links to display caption text if possible?

2017-06-17 Thread 'Mark S.' via TiddlyWiki
Hi Mat,

Very clever approach! I really need to bone up on CSS. I think in the 2016 
TW meet-up Jeremy said something about CSS making fools of everybody. 
Certainly works that way with me ;-)

I may be mistaken, but it appears that the links are only aliased when the 
corresponding tiddlers are open in the story river.

I experimented adding the  tc-tiddler-frame class to the open and recent 
sidebar items. That invoked the alias, but of course also changed the 
formatting. I'm wondering if there is some other more universal class than 
tc-tiddler-frame that could be used?

Have fun --
Mark

On Saturday, June 17, 2017 at 5:25:16 PM UTC-7, Mat wrote:
>
> Stuart Amor wrote:
>>
>> Is there a way of making an internal link, such as [[Contents]] return 
>> the caption field of the Contents tiddler (if it was available) rather than 
>> title? 
>>
>
>
> Yes. I made this for that purpose:
>
> http://aliases.tiddlyspot.com/
>
> it is however not perfected but the main ideas are in there. Basically, 
> you use CSS to hide the link and instead show a pseudo :after element in 
> its place. 
>
> <:-) 
>

-- 
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/be289fc2-72db-4bc3-818d-a50803ba4e3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread 'Mark S.' via TiddlyWiki
It would be useful if it could be adapted to set the various font and width 
sizes inside the configuration dialog. Currently you have to type over the 
numbers. At points, you have to type blind because the screen becomes 
unreadable as you delete and replace digits. I actually have my own system, 
which allows you to use a scrollable select field and then save the key 
values for use on different platforms. (I should post that some time).

Mark

On Saturday, June 17, 2017 at 3:38:53 PM UTC-7, @TiddlyTweeter wrote:
>
> Re Hans Duckwurst. The best I found was "... servers brought out platters 
> of roasted *duck, wurst* and . *Hans* was happy to see that the 
> Emperor and Regent had made it safely to ..."
>
>
>
> *Range Slider is rather good. Please give me an objective for its utility.*
> 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/8d38011f-37bb-46ab-b152-d89a3e8976fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread Mat
@Richard

Really good you're reporting, especially about such fundamental stuff as 
installing/upgrading. TW really needs all the help we can get with 
documentation so it would be terrific if you could formulate the 
instructions the way you feel they should be formulated. For it to make it 
to tiddlywiki.com it has to be precisely formulated (as opposed to general 
notes about the text). You have valuable thoughts so please help along! You 
can even post it here (in wikitext markup) and it will most likely be 
picked up.

<:-)

-- 
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/0c0d51fa-60e0-4b75-8def-a25f9fe3b9f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-17 Thread Mat
On Sunday, June 18, 2017 at 12:38:53 AM UTC+2, @TiddlyTweeter wrote:
>
> Re Hans Duckwurst. The best I found was "... 
>

Mr. Duckwurst keeps a low profile here but I had the pleasure of getting to 
meet him recently. An excellent host too, serving crisps like nobodys 
business. I noted he was using a  TW to display various controls for his 
vehicle so was thinking a combo of an indicator and a control might be 
useful. 

 

> *Range Slider is rather good. Please give me an objective for its utility.*
>

If you really want to try it out, you could use it to set e.g the various 
Settings fields (tiddler width etc). Note that you'll need to be able to 
set bigger values than 100 for some of those though. I'll probably file a 
PR request to extend the EditTextWidget to include a max/min as the 
original html element has.

<:-) 

-- 
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/772fb2ba-af2c-4d2d-8a72-ed45f610c0f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Globally changing internal links to display caption text if possible?

2017-06-17 Thread 'Mark S.' via TiddlyWiki
Just had another thought. If you used 'caption' instead of alias, I believe 
that the toc menus in the sidebar would automatically use the caption 
field. In the long run, I think it's best if 'caption' be the field that's 
used to display the user-readable title.

Mark

On Saturday, June 17, 2017 at 6:48:36 PM UTC-7, Mark S. wrote:
>
> Hi Mat,
>
> Very clever approach! I really need to bone up on CSS. I think in the 2016 
> TW meet-up Jeremy said something about CSS making fools of everybody. 
> Certainly works that way with me ;-)
>
> I may be mistaken, but it appears that the links are only aliased when the 
> corresponding tiddlers are open in the story river.
>
> I experimented adding the  tc-tiddler-frame class to the open and recent 
> sidebar items. That invoked the alias, but of course also changed the 
> formatting. I'm wondering if there is some other more universal class than 
> tc-tiddler-frame that could be used?
>
> Have fun --
> Mark
>
> On Saturday, June 17, 2017 at 5:25:16 PM UTC-7, Mat wrote:
>>
>> Stuart Amor wrote:
>>>
>>> Is there a way of making an internal link, such as [[Contents]] return 
>>> the caption field of the Contents tiddler (if it was available) rather than 
>>> title? 
>>>
>>
>>
>> Yes. I made this for that purpose:
>>
>> http://aliases.tiddlyspot.com/
>>
>> it is however not perfected but the main ideas are in there. Basically, 
>> you use CSS to hide the link and instead show a pseudo :after element in 
>> its place. 
>>
>> <:-) 
>>
>

-- 
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/22f33a65-3e53-458c-8a44-7dd40ee687ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.