[tw] Re: Twitter factory functions for dynmically embedded timelines

2017-02-19 Thread Jed Carty
it is almost certainly possible, but it may be annoying to make. You could 
try including the script using $:/tags/RawMarkup and then make a javascript 
marco that has the timeline definition you want and put that in a tiddler. 
As far as hiding it if there are no results goes, that looks like something 
on the twitter side so unless you have some way to get them to pay 
attention I don't think that is going to happen.

-- 
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/76bf18eb-fa4e-4691-b3dc-d603dbfa8c4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: next/previous navigation

2017-02-19 Thread Jed Carty
What would the difference be between skipping something and completely 
removing it here? Also you need to have the remove part before the before 
or after operator because they work from left to right and if the next 
tiddler would have priority -1 and then you remove the priority -1 tiddlers 
nothing is returned.

<$list filter='[is[current]tags[]]' variable=CurrentTag>
<$tiddler tiddler=<>><> - 
<$button>Previous<$list variable=PreviousTiddler filter='[tag
!priority[-1]nsort[order]before]'><$action-navigate $to=<
>/><$button>Next<$list 
variable=NextTiddler filter='[tag!priority[-1]nsort[order]after
]'><$action-navigate $to=<>/>


will skip tiddlers that have -1 in their priority field.

-- 
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/82424b39-3d86-4454-aa2a-b1369c33f51e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: PPTW - PowerPointTiddlyWiki

2017-02-19 Thread Mat
The TWaddler proudly presents

PPTW 

A powerpoint kinda thingy.
...yeah, it's not fully polished or tested. But it's a pretty simple CSS 
construction (on top of a remarkable tool called TW) so I believe it should 
work as expected.
<:-)

-- 
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/d86cdc34-b3b9-4bae-9cdb-58cbb265745e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: next/previous navigation

2017-02-19 Thread Thomas Elmiger
Hi all, 

Cool stuff! I have played a bit with Jed’s (first) code and made a new 
version. Main differences: 
- buttons appear only if there is a tiddler we can navigate to
- tooltip on the button istead of the tag

\define prevnextTip(direction:"next/previous")
Go to $direction$ in $(CurrentTag)$
\end

<$list filter='[is[current]tags[]]' variable=CurrentTag>
<$list variable=PreviousTiddler filter=
'[tagbefore]'>
<$wikify name=tt text=<>>
<$button tooltip=<>><$action-navigate $to=<>/>
Previous


<$list variable=NextTiddler filter='[tagafter]'>
<$wikify name=tt text=<>>
<$button tooltip=<>><$action-navigate $to=<>/>
Next




Happy presentations!
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/722d5b9a-1d21-4342-8f95-3c6c70861dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How Do I Create a Powerpoint-style Presentation in TiddlyWiki5?

2017-02-19 Thread Mat
TiddlyTalker - not 100% sure it fulfills your needs but inspired by your 
question I just made this 
.

<:-)

-- 
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/9a5a4a8c-8793-4ed3-a39e-515653c66b9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [BETA] Noteself android app

2017-02-19 Thread Danielo Rodríguez
I forgot to mention that this is only for Android 5 lollipop and 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/b0f5feef-0b54-49d7-be70-f2bcd729ff37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Help! - Tiddlywiki 5 - going fine then I get this dailogue box every time I save

2017-02-19 Thread Ben John
-- 
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/01146b64-9c82-4c19-bb05-991a3c36e35f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] TiddlerInfotab: ViewText to display text field of a shadow, system tiddler without having to open it in edit mode

2017-02-19 Thread wimm
Thank you Tobias, Jeremy,

I'll use the ~ 

which is IMHO easier to maintain,

BR
Wimm

-- 
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/ad9064f7-e644-46c0-a623-5cf117e547f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: javascript macros in TW5

2017-02-19 Thread tejjyid
Excellent, thanks for that. 
The TW5 macros will need some thinking about.

On Sunday, 19 February 2017 07:19:20 UTC+11, BJ wrote:
>
>
> bridgeHand.test - I dont see this - only your twc tiddlywiki
>
>
> On Saturday, February 18, 2017 at 9:03:41 PM UTC+1, tejjyid wrote:
>>
>> I see. How can i identify that necessity in a given TWC macro?
>
>
> macros should not modifly tiddlers or the dom, only return wikitext 
>

-- 
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/d9951700-5d7d-4cf9-897a-ee1c97d6cdd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: javascript macros in TW5

2017-02-19 Thread BJ
if you remove the "using strict" from you macro, and add the field 
"modules-type" with value "macro", save and reload, then your macro works.

BJ

On Sunday, February 19, 2017 at 10:21:10 AM UTC+1, tejjyid wrote:
>
> Ahh... OK, this should be better.
> https://www.dropbox.com/s/fk28f37vlj5gqjp/bridgethunk5.html?dl=0
>
> Appreciate it.
>
> On Sunday, 19 February 2017 07:19:20 UTC+11, BJ wrote:
>>
>>
>> bridgeHand.test - I dont see this - only your twc tiddlywiki
>>
>>
>> On Saturday, February 18, 2017 at 9:03:41 PM UTC+1, tejjyid wrote:
>>>
>>> I see. How can i identify that necessity in a given TWC macro?
>>
>>
>> macros should not modifly tiddlers or the dom, only return wikitext 
>>
>

-- 
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/f442d25e-24c9-4d81-9520-deeb33f1e225%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How Do I Create a Powerpoint-style Presentation in TiddlyWiki5?

2017-02-19 Thread Ste Wilson
I used slidego.com to covert a power point to html5 and then embedded that. 
Might be a workaround. Example here: 

http://stephenteacher.tiddlyspot.com/#Unit%205%20P1%20Worked%20Example

-- 
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/e6fec6f2-ec19-4c55-9ff3-c094ae111c8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] How Do I Create a Powerpoint-style Presentation in TiddlyWiki5?

2017-02-19 Thread Jan

Hello,
implementing all the features of Powerpoint is quite a challenge...
There is  Jeremy's tiddlytalky and Jed did a Slidshowwizard... and I  am 
working on something that should make it a little sleeker and easier to 
make a presentation, but you will have to be patient for a month or so...


Greetings Jan





Am 18.02.2017 um 23:01 schrieb TiddlyTalker:
I have read various tutorials, tips and tricks. But I can't seem to 
understand it.


So far, I've understood that there are different ways to create a 
slideshow presentation, but that's about it.


What I'm trying to do is embed a slideshow presentation into a single 
tiddler, so that I don't have to open a tiddler every time I switch to 
a different slide in the presentation.


How do I do this?

I would like to embed an OpenOffice presentation that can be 
overwritten in the tiddler (in case I need to modify it). Or better 
yet, some sort of native TiddlyWiki5 slideshow tool that can be 
modified in the TW5 environment.


Keep in mind, I'm relatively new to HTML, and haven't yet learned CSS, 
Javascript, or any other type of coding.


Thank you for your consideration!
--
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/32c65ebe-54a5-4670-b6bd-e53583c25e34%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/58A96469.5010302%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How Do I Create a Powerpoint-style Presentation in TiddlyWiki5?

2017-02-19 Thread Jed Carty
For something easier than what I made Birthe made a nice slideshow for 
tiddlywiki that I liked but I can't find it now. I have been terrible about 
saving examples in the past year or so.

-- 
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/945efd83-7a7f-4716-983d-e93845821033%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: javascript macros in TW5

2017-02-19 Thread tejjyid
Ahh... OK, this should be better.
https://www.dropbox.com/s/fk28f37vlj5gqjp/bridgethunk5.html?dl=0

Appreciate it.

On Sunday, 19 February 2017 07:19:20 UTC+11, BJ wrote:
>
>
> bridgeHand.test - I dont see this - only your twc tiddlywiki
>
>
> On Saturday, February 18, 2017 at 9:03:41 PM UTC+1, tejjyid wrote:
>>
>> I see. How can i identify that necessity in a given TWC macro?
>
>
> macros should not modifly tiddlers or the dom, only return wikitext 
>

-- 
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/69aeee92-351c-474c-a495-d844054182b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Concept] Bundle filter operator

2017-02-19 Thread Mat
Still dreaming about this.

One major reason is because it would make it easier to create applications 
(editions?) and serve *sample content*. For instance, a cook-book theme or 
plugin could be complimented with various dishes, but the end user should 
be able to easily delete or exchange ingredients. As it stands now, plugins 
don't allow for deleting of its component tiddlers and forcing a user to 
individually drag'n drop individual ingredients into his/her TW is just 
bad. I mean.. imagine dropping eggs on your TW!!!

<:-)

-- 
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/52cbd17b-8ddb-4fb0-a526-ee518d11486b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-02-19 Thread David Szego
Last but not least... Final Beta! (I think.)

I've squashed all the bugs I've found and any reported to me, and added 
everything I need to be satisfied that this is "feature complete"*

* Not counting Cardo Email Tiddlers via IMAP proxy. That's going to be a 
1.1 release. Also, I might add Meeting reminders. No, feature-creep really 
never ends, does it!

So please grab the latest revision of the plugin and theme, from 
http://cardo.wiki 
and give it a spin.

Changelog:

- *1.0β7 (19 Feb 2017):*
   
   - Added: Reminders are now triggered (as Modals) when changing to the 
   Review sidebar. Maybe too annoying?
   - Added: Snooze button on Reminders (when fired as modals) - will 
   prevent firing for rest of day (Less annoying)
   - Added: Focus selector (global) on all dashboards (great if sidebar not 
   visible, or on tablet/phone)
   - Added: Help for all types of items - click the *[?]* at the top right 
   of Tasks, Projects, etc.
   - Fixed: Reference list now scrolling (in Project dashboard), tweaked 
   width and made title static
   - Fixed: Project details weren't setting new Important Tasks properly
   - Fixed: ProjectTeamList wasn't changing roles correctly
   - Fixed: Focusing on "All" now shows all items (including unassigned 
   ones), focusing on Realm shows Realm + all child Areas
   - Fixed: Added focus to all appropriate lists
   - Fixed: New tasks set Arena to Unassigned if All is in focus
   - Fixed: New Person added to project from Project dashboard
   - Fixed: Agenda Items now selected and added properly
   - Fixed: New sidebar buttons assign shown Arena
   - Fixed: All "New" buttons now assign parent arena
   - Removed: "Rescheduled" meeting status - redundant

*1.0β6a (13 Feb 2017):*
   
   - 6a: Tweaks to code blocks, external links in theme and palettes
   - 6a: Included forgotton Book Library Tiddler

-- 
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/298e07e9-3eb1-49ec-a8c3-ef82b94dd26d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: javascript macros in TW5

2017-02-19 Thread tejjyid
But before I do...

I made the suggested changes (did you mean "modules-type" or "module-type", 
BTW)? Now I have a large red window in the middle of my screen suggesting 
there is a javascript error in my module. Well, no real surprises there, 
BUT the big red window won't go away, which makes editing the tiddler with 
the code in it impossible.

What next?

On Monday, 20 February 2017 12:07:40 UTC+11, tejjyid wrote:
>
> Thanks very much.
>
> Can I update the online documentation of Javascript macros? Because I 
> think it can be made more clear for the inexperienced. 
>
> On Sunday, 19 February 2017 21:12:00 UTC+11, BJ wrote:
>>
>> if you remove the "using strict" from you macro, and add the field 
>> "modules-type" with value "macro", save and reload, then your macro works.
>>
>> BJ
>>
>> On Sunday, February 19, 2017 at 10:21:10 AM UTC+1, tejjyid wrote:
>>>
>>> Ahh... OK, this should be better.
>>> https://www.dropbox.com/s/fk28f37vlj5gqjp/bridgethunk5.html?dl=0
>>>
>>> Appreciate it.
>>>
>>> On Sunday, 19 February 2017 07:19:20 UTC+11, BJ wrote:


 bridgeHand.test - I dont see this - only your twc tiddlywiki


 On Saturday, February 18, 2017 at 9:03:41 PM UTC+1, tejjyid wrote:
>
> I see. How can i identify that necessity in a given TWC macro?


 macros should not modifly tiddlers or the dom, only return wikitext 

>>>

-- 
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/f15bf7bf-fedb-4e61-9843-cd47834ec2cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: javascript macros in TW5

2017-02-19 Thread tejjyid
Scrub that - if you find a really BIG screen (although not in Firefox) 
there's a close button.

On Monday, 20 February 2017 18:06:10 UTC+11, tejjyid wrote:
>
> But before I do...
>
> I made the suggested changes (did you mean "modules-type" or 
> "module-type", BTW)? Now I have a large red window in the middle of my 
> screen suggesting there is a javascript error in my module. Well, no real 
> surprises there, BUT the big red window won't go away, which makes editing 
> the tiddler with the code in it impossible.
>
> What next?
>
> On Monday, 20 February 2017 12:07:40 UTC+11, tejjyid wrote:
>>
>> Thanks very much.
>>
>> Can I update the online documentation of Javascript macros? Because I 
>> think it can be made more clear for the inexperienced. 
>>
>> On Sunday, 19 February 2017 21:12:00 UTC+11, BJ wrote:
>>>
>>> if you remove the "using strict" from you macro, and add the field 
>>> "modules-type" with value "macro", save and reload, then your macro works.
>>>
>>> BJ
>>>
>>> On Sunday, February 19, 2017 at 10:21:10 AM UTC+1, tejjyid wrote:

 Ahh... OK, this should be better.
 https://www.dropbox.com/s/fk28f37vlj5gqjp/bridgethunk5.html?dl=0

 Appreciate it.

 On Sunday, 19 February 2017 07:19:20 UTC+11, BJ wrote:
>
>
> bridgeHand.test - I dont see this - only your twc tiddlywiki
>
>
> On Saturday, February 18, 2017 at 9:03:41 PM UTC+1, tejjyid wrote:
>>
>> I see. How can i identify that necessity in a given TWC macro?
>
>
> macros should not modifly tiddlers or the dom, only return wikitext 
>


-- 
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/1009a7d3-2553-4b97-ac8b-ec5bfa4a24a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to open Tiddler from command line (I am running TiddlyWiki on Node.JS)

2017-02-19 Thread Matt Groth
Well I was going to post some of my updated findings and ask again for 
help, when all of a sudden I stumbled upon what may be the answer. All I 
had to do was run this javascript snippet in Chrome:

var storyList = "TiddlerIWantToOpen"
$tw.wiki.addTiddler({title: "$:/StoryList", text: "", list: 
storyList},$tw.wiki.getModificationFields());

This works perfectly. Now I am just looking for a way to automate the 
running of this snippet. (Does anyone happen to know how one can automate a 
javascript snippet in Chrome?)

Is there a reason why all of the http stuff was suggested? This seems like 
a more direct solution.

On Wednesday, February 15, 2017 at 7:11:00 PM UTC-5, Matt Groth wrote:
>
> Hi Jeremy,
>
> You're right, the regular http.request was the way to go. After I lot of 
> fiddling, I managed to get update tiddlers with normal HTTP requests!
>
> When I send a request, I see this terminal output:
>
> syncer-server: Dispatching 'save' task: $:/StoryList
> FileSystem: Saved file /Users/Matt/TiddlyMusic/tiddlers/$__StoryList.tid 
>
>
> While the .tid file is updated instantly, my TiddlyWiki in Chrome does not 
> sync with the server until I interact with it in some way, such as opening 
> or closing a tiddler. Then, I see the above terminal output again and the 
> changes from my HTTP request appear. 
>
> However, changes to $:/StoryList do not sync at all, so I am still unable 
> to automate the opening and closing of tiddlers. I have my $:/StoryList.tid 
> text file open, and the 'list' property is changed in that file to exactly 
> what I want. Also, the above terminal output occurs. However, when I do 
> anything to my opened TiddlyWiki, whether it involves opening and closing 
> tiddlers or not, the currently opened tiddlers in my browser simply 
> overwrite whatever was in $_StoryList.tid previously.
>
> How can I command TiddlyWiki in my browser to load changes to tiddler 
> values, including $_StoryList.tid?
>
> Thanks,
> Matt
>
> On Tuesday, February 14, 2017 at 9:43:08 AM UTC-5, Jeremy Ruston wrote:
>>
>> Hi Matt
>>
>> On 14 Feb 2017, at 13:32, Matt Groth  wrote:
>>
>> The http.get request can also be seen in my network manager. Do you know 
>> why the http.post might not be working, given that http.get does work?
>>
>>
>> I’m not familiar with the http-post library that you’re using; perhaps 
>> it’s doing something funky. I’d be inclined to just use the http module 
>> unadorned.
>>
>> Best wishes
>>
>> Jeremy
>>
>

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


[tw] Re: javascript macros in TW5

2017-02-19 Thread tejjyid
Thanks very much.

Can I update the online documentation of Javascript macros? Because I think 
it can be made more clear for the inexperienced. 

On Sunday, 19 February 2017 21:12:00 UTC+11, BJ wrote:
>
> if you remove the "using strict" from you macro, and add the field 
> "modules-type" with value "macro", save and reload, then your macro works.
>
> BJ
>
> On Sunday, February 19, 2017 at 10:21:10 AM UTC+1, tejjyid wrote:
>>
>> Ahh... OK, this should be better.
>> https://www.dropbox.com/s/fk28f37vlj5gqjp/bridgethunk5.html?dl=0
>>
>> Appreciate it.
>>
>> On Sunday, 19 February 2017 07:19:20 UTC+11, BJ wrote:
>>>
>>>
>>> bridgeHand.test - I dont see this - only your twc tiddlywiki
>>>
>>>
>>> On Saturday, February 18, 2017 at 9:03:41 PM UTC+1, tejjyid wrote:

 I see. How can i identify that necessity in a given TWC macro?
>>>
>>>
>>> macros should not modifly tiddlers or the dom, only return wikitext 
>>>
>>

-- 
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/0fc71737-7b7f-4881-b168-805cee9f34de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.