[tw] TiddlyWiki Hangout #94 will be on Monday 14th December at 4pm GMT

2015-12-13 Thread Jeremy Ruston
TiddlyWiki Hangout #94 will be tomorrow, Monday 14th December at 4pm GMT/UTC. 
More details:

https://plus.google.com/events/cromcvp9kga3ablon9qdakb2qmc

http://hangout-94.tiddlyspot.com/

As usual, please post and questions or topics you’d like to see covered,

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/99D26332-EA93-4FFF-9991-311F3D6E5641%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Google code-in contest for 13-17 year-old

2015-12-13 Thread Handoko Suwono
Kindly be informed that I am hosting the Google code-in (GCI) contest and 
mentoring for TiddlyWiki and TiddlySpace. 

Google code-in is designed for pre-university students, high school and 
secondary school students aged 13-17 yo to participate in open source 
programming and applications starting on December 7th, till January 25th, 
2016. Here are some completed task samples,

TiddlyWiki task sample
https://storage.googleapis.com/codein-prod.appspot.com/gci-2015/core_taskupdate/doc/1449978919_my-fav-fruit-edited.html?

an example task using TiddlySpace.
http://pretzels.tiddlyspace.com/

I have five beginner tasks with five instances each for both TW and TS 
including the use of TW as an event scheduler.

Not sure if the tasks that I have created are good enough for introducing 
TW (or TS) because the description needs to be neat to 1500 words and 
targetted for begginners. If you would like to become assisting mentors, do 
ask me or contact the fossasia.org organizers at which I am one of the 
mentors. I need more idea if you can advice to be put in GCI contest since 
it will still last for the next six weeks.

handoko -

-- 
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/a74f1364-a560-43a8-b9d4-860d15fdec2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Create sticky notes

2015-12-13 Thread 'Mark S.' via TiddlyWiki
That's pretty neat!

It would be cool if there was a way to add some text to the macro so that a 
single tiddler could contain separate sticky notes. An example use is if 
you have a magazine article that you wish to annotate in several places, 
without interfering with the flow of the article.

Mark

On Saturday, November 21, 2015 at 9:29:46 AM UTC-8, Micaela wrote:
>
> Hi all,
>
>
> I was reading this 
>  
> discussion and I liked so much the popup solution proposed by Matabele that 
> I started to play around with it (so thank you for the idea Matabele!). 
> I’ve created a sort of sticky notes that can be used inside a tiddler from 
> the view mode, useful if you want to take notes without opening the tiddler 
> for editing. Basically it reproduces the mechanism of the “New journal 
> here” button with some tweaks: when you click on the button, it opens up a 
> sticky note (thanks to some CSS for the styling!) and at the same time, it 
> creates a tiddler called with the name of your current tiddler + “notes” 
> (but this can be changed to anything you want) and tagged with the title of 
> your current tiddler + “notes” (again, it can be changed). Then it gets 
> transcluded into the main tiddler like this: {{||Notes}}.
>
>
> See it in action here (I hope that I've uploaded it correctly, it's the 
> first time that I share my wiki!):
>
> *http://stickynotes.tiddlyspot.com* 
>
>
> There is only one problem: if you transclude the button on the first 
> tiddler, open it, edit the note and close it everything works fine, but 
> then if you do the same on a second tiddler it will open up the notes from 
> the first tiddler (but it creates the “notes” tiddler correctly). It seems 
> that no matter what, it will always open the notes of the first tiddler 
> that you have selected. The only work around that I have found is to reload 
> the wiki and open the notes from the second tiddler, in this case it will 
> open up the correct one. But I know that is not ideal! 
>
> Could you help me in fixing this? There’s probably a mistake in my code... 
> :) Any feedback is more that welcome!
>
>
> Thanks, 
>
> Micaela
>

-- 
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/00fa7a5d-aae4-4f56-bc1a-15cad5806e4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: ReadOnly TiddlyWiki

2015-12-13 Thread Felix Küppers
Hi Rich,

> Is there an HTML dump inside TiddlyWiki?  A Tiddlers 'export' method? 
> Something that converts all TW5 content pages to individual static HTML pages?

If you want to do a static export of all tiddlers you should follow
Matabeles advice and execute the nodejs command he provided

> This method doesn't stop a 'save as' to get the entire TW5.

You could create a startup module that exports after the story module
and conditionally disables the save handlers…

$tw.rootWidget.addEventListener("tm-auto-save-wiki", function() {});
$tw.rootWidget.addEventListener("tm-save-wiki", function() {});

…if the admin tiddler has not been loaded into the river (via #backend
in the url);

This way the save will be disabled completely.

-Felix

-- 
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/BLU436-SMTP240B1F2D5A3D6992B4CB317CEEC0%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: ReadOnly TiddlyWiki

2015-12-13 Thread Tobias Beer
Hi Felix,
 

> You could create a startup module that exports after the story module 
> and conditionally disables the save handlers… 
>
> $tw.rootWidget.addEventListener("tm-auto-save-wiki", function() {}); 
> $tw.rootWidget.addEventListener("tm-save-wiki", function() {}); 
>
> …if the admin tiddler has not been loaded into the river (via #backend 
> in the url); 
>
> This way the save will be disabled completely. 
>

Not sure this approach is necessary, since you can simply remove the 
buttons or modify the save settings in the same startup module... but, 
would you have some code-snippet that does what you suggest, i.e. loading 
the ore save-listeners depending on whether or not we start the wiki with 
the "backend" tiddler?

Best wishes,

Tobias. 

-- 
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/e60d74f8-6c21-4f77-8e44-e4aa543952b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need help with relative filepaths

2015-12-13 Thread David Gifford
Hi guys

Never mind.

I realized the initial / in the filepath was the problem.

Dave

On Sunday, December 13, 2015 at 8:56:35 AM UTC-6, David Gifford wrote:
>
> Hi guys
>
> I have an index.html file in which I link to other files in a folder named 
> bi, in the same folder as the index. I have this set up the same way on my 
> website and on my hard drive (on OneDrive).
>
> I am putting the following links from the index to the other files
>
> *[ext[Pretty link|/bi/filename.html]]
>
> This works perfectly online. But for some reason it is turning up 
> "about:blank" tabs when I click the links in the index on my hard drive.
>
> I really need something that works for both online and local, since I 
> would eventually like to share these files on a USB and know that the 
> recipients can open the links.
>
> Any advice?
>
> Dave
>

-- 
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/c051dde5-8d2b-4a17-9360-0e9babbfa042%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Need help with relative filepaths

2015-12-13 Thread David Gifford
Hi guys

I have an index.html file in which I link to other files in a folder named 
bi, in the same folder as the index. I have this set up the same way on my 
website and on my hard drive (on OneDrive).

I am putting the following links from the index to the other files

*[ext[Pretty link|/bi/filename.html]]

This works perfectly online. But for some reason it is turning up 
"about:blank" tabs when I click the links in the index on my hard drive.

I really need something that works for both online and local, since I would 
eventually like to share these files on a USB and know that the recipients 
can open the links.

Any advice?

Dave

-- 
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/4836bfbc-02f2-4661-911f-c351753ed99d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Off topic? - pattern languages for creative society

2015-12-13 Thread Alex Hough
PATTERN LANGUAGES AS MEDIA FOR THE CREATIVE SOCIETY
http://arxiv.org/ftp/arxiv/papers/1308/1308.1178.pdf


 "a Creative Society opens up the act of creation previously closed to
companies and organizations to the general public. People will be
networking with other people through the open act of creation, and
everywhere creative communities will be forming. Therefore, what used to be
just companies doing the creation will shift towards the idea of
communities forming through the process of collaborative creation.

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


Re: [tw] Google code-in contest for 13-17 year-old

2015-12-13 Thread Jeremy Ruston
Hi Handoko

> Kindly be informed that I am hosting the Google code-in (GCI) contest and 
> mentoring for TiddlyWiki and TiddlySpace. 

That’s great to hear, thanks for participating.

Here’s some background on the contest:

https://developers.google.com/open-source/gci/

> TiddlyWiki task sample
> https://storage.googleapis.com/codein-prod.appspot.com/gci-2015/core_taskupdate/doc/1449978919_my-fav-fruit-edited.html?

This URL is returning access denied for me.

Best wishes

Jeremy

> 
> handoko -
> 
> -- 
> 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/a74f1364-a560-43a8-b9d4-860d15fdec2a%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/C47FCABA-CFFB-4221-8FC2-04A45F0E2EAD%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] .tc-sidebar-scrollable

2015-12-13 Thread K
What would be the best way to move this div to the left?

- Thanks

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


[tw] [TW5] Data Security/Encryption

2015-12-13 Thread Gunjan Bagayatkar
I discovered TiddlyWiki some days ago, and am learning by following all the 
documentation I can find on the internet and questions on this Google group.
I was earlier using Evernote for daily journal purposes, but couldn't 
type-in sensitive info in it, as I cannot simply trust a third party server.
When I found TW, I loved its non-linear approach, open source nature, 
tweak-ability.
Since I read a node.js version can be more tweakable, I chose it.
Since my wiki can contain very personal, private information, I don't want 
anyone to read it.
Is a node.js version suitable for such operation?
Can anyone in my home network access the localhost and hence the wiki?
When I make changes to wiki, the information travels from browser to 
node.js to filesystem, which is encrypted by LUKS. Is anything cached 
elsewhere in this process?
 If yes, How do I clear cache?
(Assume that adversary has physical access of the computer when I have 
logged out)
(I rely on file system encryption in Linux because it is "proven", I 
believe that folder node_modules contains "everything" and partition 
containing this should be encrypted).

-- 
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/d9c81d9b-c55c-4c36-80c9-daefaad323a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Google code-in contest for 13-17 year-old

2015-12-13 Thread Handoko Suwono
Thanks Jeremy. So sorry for not including the background information.

These are the tasks with TW and TS, it's open for the students who
registered but not sure if it's public. I think you may need to
sign-in to see.

https://codein.withgoogle.com/dashboard/tasks/mine/?sp-order=-modified=5321914109132800=4625502878826496=1

Those are simple tasks, I'll try to make it available for others to evaluate.

Greetings.

handoko -

On 12/14/15, Jeremy Ruston  wrote:
> Hi Handoko
>
>> Kindly be informed that I am hosting the Google code-in (GCI) contest and
>> mentoring for TiddlyWiki and TiddlySpace.
>
> That’s great to hear, thanks for participating.
>
> Here’s some background on the contest:
>
> https://developers.google.com/open-source/gci/
>
>> TiddlyWiki task sample
>> https://storage.googleapis.com/codein-prod.appspot.com/gci-2015/core_taskupdate/doc/1449978919_my-fav-fruit-edited.html?
>
> This URL is returning access denied for me.
>
> Best wishes
>
> Jeremy
>
>>
>> handoko -
>>
>> --
>> 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/a74f1364-a560-43a8-b9d4-860d15fdec2a%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout
>> .
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/blUmgEUZuio/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/C47FCABA-CFFB-4221-8FC2-04A45F0E2EAD%40gmail.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/CAEXDubWPYWN2HfqHoRAp6DuAwP4Bmy%2B80Z2x34p52TiLCUAUBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] To to make html into a macro

2015-12-13 Thread Yang Wen-Ming
Hi, Eric,

Thank you so much. It works perfect.

Eric Shulman於 2015年12月11日星期五 UTC+8下午9時48分38秒寫道:
>
> On Thursday, December 10, 2015 at 10:06:59 PM UTC-8, Yang Wen-Ming wrote:
>>
>> I am trying to convert this to a macro for every tid in my tiddlywiki 
>> page. It seems to have trouble with any try.
>> 
>> 
>> 
>>
>
> TWC macros are written in javascript, and function much like TW5's widgets.
>
> TW5 macros are different.  They operate as simple 'text replacement' 
> functions that can be used to quickly insert the same syntax into many 
> different places.
>
> In your case, however, you don't need a macro at all.  Instead, you can:
>
> A) place your HTML content into a tiddler (e.g., [[MyEditButton]]), then 
> *transclude* that tiddler into another, like this:
><>
>
> and, if you want the HTML to appear in *every* tiddler:
>
> B) open and edit "ViewTemplate" (from more>shadowed sidebar tab), find 
> this line:
> 
> and add the transclusion to the HTML there:
> 
>
> 
>
> C) You can use CSS added to the [[StyleSheet]] tiddler to control the 
> appearance of the button:
> .myedit {  CSS styles here ... }
>
> that should get you going... let me know if you get stuck again
>
> enjoy,
> -e
> Eric Shulman
> ELS Design Studios
> TiddlyTools - "Small Tools for Big Ideas!"
> InsideTiddlyWiki: The Missing Manuals
>
> YOUR DONATIONS ARE VERY IMPORTANT!
> HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
>http://TiddlyTools.github.com/fundraising.html#MakeADonation
>
> Professional TiddlyWiki Consulting Services...
> Analysis, Design, and Custom Solutions:
>http://www.TiddlyTools.com/#Contact
>

-- 
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/469fafba-d9d9-4f06-9470-3a6ecb1cad80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.