[tw] Re: [TW5] Adding a tiddler to favorite-list without adding tag or field?

2015-07-28 Thread magev958
The More, Tools and such is available from the 4:e button in sidebar. 
The lists I made with your help is in the tabs in the sidebar, real nice :)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5d8ed8e-a30c-457c-8b1d-f941ca26966b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Adding a tiddler to favorite-list without adding tag or field?

2015-07-28 Thread magev958
Search for phrag will show all content-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e38c2da5-7db5-40e2-acb8-68a4eb6fbe86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] TW as blog requires cookies - please help

2015-07-28 Thread BJ
Hi Eric,
you are missing encoding the value before saving the cookie - so it breaks 
with content containing newlines etc.

cheers

bj

Also it is worth pointing out that cookies on  'file' urls do not work in 
chrome.

On Monday, July 13, 2015 at 6:36:51 PM UTC+1, Eric Shulman wrote:

 On Monday, July 13, 2015 at 6:51:49 AM UTC-7, PMario wrote:

 I think using cookies is a bad thing. we used cookies in TWClassik and 
 they just caused problems. imo you could add a new field eg: publish and 
 sort your own recent list. so if you think your changes are worh a new 
 read, just change this field. if not, just don't update the field. 


 Cookies are a bad thing when they are being misused, but they still have 
 their place...

 In general, TW5 stores everything in tiddler fields, so that all 
 stateful-ness can be saved with the document.  This provides much greater 
 consistency and reliability of handling as compared to cookies.  However, 
 in order for changed values to persist, it requires the ability to save the 
 document, which most *visitors* to the published document won't have.

 In addition, tiddler-based storage is not useful for tracking 
 visitor-specific information, such as when did this visitor last view this 
 document or what was the last tiddler viewed by this visitor, etc.  This 
 kind of information is different for each person who visits the page, and 
 should *not* be saved with the document. Similarly, various option settings 
 (e.g., story view (classic, zoomin, etc.), show/hide Sidebar) should be 
 saved separately for each visitor, so that their desired display 
 preferences could be automatically re-applied each time they visit the 
 document.

 To address this need for visitor-specific persistent information , I've 
 implemented a cookie binding widget:
http://tiddlytools.github.io/InsideTW/#TWBook%2FCookies%2Fcookie.js

 The widget syntax is:
$cookie name=... tiddler=... field=... index=.../
 where:
name = the name of the cookie to store
tiddler = the title of the tiddler containing the field/index value to 
 track
field = a fieldname within the tiddler
  or
index = an attribute name within a DataTiddler

 To create a cookie binding, add the $cookie widget to a tiddler tagged 
 with $:/tags/PageTemplate.  When first rendered, the $cookie widgets will 
 retrieve the saved cookie values (if any) and apply them to the 
 corresponding tiddler fields/attributes.  From then on, any changes to the 
 tiddler fields/attributes during the session are automatically pushed back 
 to the cookie values, so they stay in sync with the current tiddler values. 
  When the document is closed *without saving*, the changed tiddler values 
 are discarded, but the cookie values remain, so that they can be re-applied 
 the next time the document is loaded.

 To see this in action, just click on the gear icon in the upper right of 
 the InsideTiddlyWiki document, and change some display settings (e.g., pick 
 a different page background).  Then, reload the page, and see that your 
 choices are automatically re-applied.  You can also use your browser's 
 cookie management functions to directly view/edit/delete the cookies that 
 were saved, and if you delete those cookies, and re-load the page you will 
 see that the display settings revert back to the defaults that are saved in 
 the document.

 Note: there are also a few other widgets and macros for cookie handling:

 * TWBook/Cookies/action-setcookie.js
$action-setcookie name=... value=.../
used with $button to explicitly set/clear a cookie value
note: a blank value (i.e., value=) removes the cookie

 TWBook/Cookies/getcookie.js
getCookie name:cookiename
returns the value of the specified cookie
use for direct display, or in filters, or in $set

 TWBook/Cookies/cookienames.js
cookienames
primarily used with filters, returns the list of all cookie names for 
 the current document

 TWBook/Cookies/CookieJar
declares $cookie bindings for settings (OPT_*), favorites 
 (FAV_*), and Table of Contents toggles (TOC_)
note: this tiddler is tagged $:/tags/PageTemplate so that the cookie 
 widgets can use the TW core refresh cycle to continously listen for 
 tiddler changes

 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 

[tw] Re: [TW5] Adding a tiddler to favorite-list without adding tag or field?

2015-07-28 Thread magev958
Not finished, but I have a test-case at magnus-evald.tiddlyspace.com/tw5. 
In Swedish I'm afraid, but the code is in English ;)
Some trouble with lazy loading, the images and ToC won't show, but I'm 
pleased.
I'll use it to keep track of my orchids and hope to share it with my 
friends in the club. Right now only 1 genus and 26 species, but when I 
tried to load all 27000 species it got painfully slow.
To bad syncing won't work, maybe possible for user to send new tiddler to 
me by mail with a click of a button, and I manually add?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0194f2d1-531e-4879-9574-14cabfff0e03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Timeline macro should not assume 1900 as century

2015-07-28 Thread Mat
Might the timeline macro 
http://tiddlywiki.com/#%24%3A%2Fcore%2Fmacros%2Ftimeline contain a bug or 
merely a missed out specification?

In timelining by field recent that has dates on the format 15/07/28, what 
gets displayed is a timeline showing the year as 1915!


$macrocall $name=timeline 
format={{$:/language/RecentChanges/DateFormat}} subfilter=has[recent] 
dateField=recent/


While the implications for this are staggering (time travel!) I'm a bit 
conservative and would like it to show 2015 instead.

Please help

:-)





-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3e26f506-95d1-458e-a193-f417aec495fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Cannot save a new TiddlyWiki in Android?

2015-07-28 Thread Peter Miller
I'm not very technical but my experience with Ff 40.0 on Android 4.4.2 
(Tesco Hudl 2 tablet) is that a wiki with a couple of plugins (GSD, 
TiddlyMap) will normally save changes to a new filename, automatically 
incrementing version numbers. If you install TiddlyFox then it will save to 
the same filename. YMMV, of course.

On Tuesday, July 28, 2015 at 1:06:44 PM UTC+1, Gijsbertus wrote:

 Hello, I am Gijsbertus, from the Netherlands, and an absolute newcomer to 
 TiddlyWiki (TW5). I am full of hope about it, as it seems to be the only 
 one note taking, writing and representation tool able to represent 
 nonlinear, complex events on the Web. 

 As I am traveling often I especially need TiddlyWiki to work on my Android 
 mobile devices. However, trying to save my very first TiddlyWiki on Firefox 
 Android nothing happened, no saving occurred. I checked the online 
 tutorials, following their instructions religiously, but to no avail. 

 I am using Firefox for Android 39.0. I have installed both needed 
 extensions. 

 As I am such a beginner I do not know if and what I am doing wrong. So I 
 do hope there's anybody here who can help give me a few hints. 

 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0de206c3-4629-412f-b37c-44d2c88c2208%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki, licensing and creative works

2015-07-28 Thread Jeremy Ruston
Apologies, I've been away for a few days, and not had a chance to respond.
Based on this thread, I still think there is an opportunity to improve
things. I've made a concrete proposal in a new GitHub ticket:

https://github.com/Jermolene/TiddlyWiki5/issues/1890

Best wishes

Jeremy.


On Thu, Jul 23, 2015 at 7:23 PM, PMario pmari...@gmail.com wrote:

 On Thursday, July 23, 2015 at 2:38:40 AM UTC+2, Jed Carty wrote:

 Yeah, sorry about that.


 You don't need to be sorry. You expressed your thoughts. I expressed mine
 :)


 My mind somehow went from 'in the html file there isn't anything to tell
 you what is the base tiddlywiki with the license and what isn't so you
 can't see what the license applies to' to 'the license applies to
 everything'. So pretty much all of what I have said is wrong.


 You can see it in that way. .. I think proper licensing is important, but
 it also should be relatively easy to use for the author and the end user.
 So if we think too much and want to cover every little detail and
 possibility, imo we make it more complicated, that it needs to be.

 Github gives everyone a very good way to see the differences between
 core - edition - end user content.

 IMO the most important things are:

  - With TW we can go completely open source. MIT, BSD, CC-BY for plugins,
 content ...

  - We can use very strict licenses if we need to. eg: CC-BY-NC-SA

  - and as I wrote: You can always ask the author to change the license.

 have fun!
 mario

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/07637d56-ad35-4f4f-b356-2cf12fbd0a74%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/07637d56-ad35-4f4f-b356-2cf12fbd0a74%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJZ6g7PnkScH%3DQk52_CtV5y4akUeakkvz%2BFatb9dgOZBUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Cannot save a new TiddlyWiki in Android?

2015-07-28 Thread 'Mark S.' via TiddlyWiki
What version of Android? Android made changes to saving on external cards 
at Kitkat 4.4. This is why I refuse to let it update to the latest version.

You said extensions (plural). The one that matters, AFAIK, is tiddlyfox. 
Is that installed?

I'm able to save with android 4.2.2 and firefox vsn 30.0 and tiddlyfox 
1.0alpha18.1-signed.

Good luck!
Mark

On Tuesday, July 28, 2015 at 5:06:44 AM UTC-7, Gijsbertus wrote:

 Hello, I am Gijsbertus, from the Netherlands, and an absolute newcomer to 
 TiddlyWiki (TW5). I am full of hope about it, as it seems to be the only 
 one note taking, writing and representation tool able to represent 
 nonlinear, complex events on the Web. 

 As I am traveling often I especially need TiddlyWiki to work on my Android 
 mobile devices. However, trying to save my very first TiddlyWiki on Firefox 
 Android nothing happened, no saving occurred. I checked the online 
 tutorials, following their instructions religiously, but to no avail. 

 I am using Firefox for Android 39.0. I have installed both needed 
 extensions. 

 As I am such a beginner I do not know if and what I am doing wrong. So I 
 do hope there's anybody here who can help give me a few hints. 

 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a75bd4b4-1ccf-4929-9d10-0848b433796e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Timeline macro should not assume 1900 as century

2015-07-28 Thread Jeremy Ruston
Hi Mat

TiddlyWiki5 requires date fields to be in the format described here:

http://tiddlywiki.com/#Date%20Fields

It's kind of a bug that the wrong date format half works. I think that what
is actually happening is that the conversion code extracts 15/0 as the
year, which is then converted to 15 when it is converted to a number. When
that is turned into a year, JavaScript still defaults to the 20th century
(probably because two digit years have rather fallen out of use since the
millenium).

Best wishes

Jeremy.




On Tue, Jul 28, 2015 at 3:30 PM, Mat matiasg...@gmail.com wrote:

 Might the timeline macro
 http://tiddlywiki.com/#%24%3A%2Fcore%2Fmacros%2Ftimeline contain a bug
 or merely a missed out specification?

 In timelining by field recent that has dates on the format 15/07/28,
 what gets displayed is a timeline showing the year as 1915!


 $macrocall $name=timeline
 format={{$:/language/RecentChanges/DateFormat}} subfilter=has[recent]
 dateField=recent/


 While the implications for this are staggering (time travel!) I'm a bit
 conservative and would like it to show 2015 instead.

 Please help

 :-)





  --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/3e26f506-95d1-458e-a193-f417aec495fc%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/3e26f506-95d1-458e-a193-f417aec495fc%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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


[tw] Re: Problems using TiddlyWiki on node.js on a Synology Diskstation.

2015-07-28 Thread Matthew DeAbreu
When you run the server you will not be returned to the prompt, if this is 
a problem you can use the program screen to put it in the background or at 
the end of the command you are running to start the server put a  to 
start it in the background.

For example:
tiddlywiki . --server 

Speaking of commands, what command are you using to start the server? By 
default the server will only allow the localhost (connections from the 
machine running the server) to connect to it. If you want any machine on 
your network to be able to connect to the server you will have to tell it 
to listen on all interfaces by using the following command:
tiddlywiki . --server 8080 $:/core/save/all text/plain text/html   
0.0.0.0

This will start the TiddlyWiki NodeJS server in the current directory, on 
port 8080, will display all tiddlers, ..., ..., will not need a username, 
nor a password, and will listen for connections on all interfaces.

You can read more about the server command 
here: http://tiddlywiki.com/#ServerCommand

On Tuesday, July 28, 2015 at 5:48:55 AM UTC-7, Richard Evans wrote:

 Hi,

 I am experimenting with Tiddlywiki on node.js. I have installed node.js on 
 my Synology Diskstaion 212j. Everything seems to be correct. The version 
 number is returned correctly and setting up the server seems to have 
 worked. As least, it says it is serving on 127.0.0.1:8080. The only thing 
 is that it hasn't returned to the prompt. I assume that is because the 
 server is running.

 But when I try and access the server on Synology's IP address port 8080, I 
 get 'Unable to connect'. The synology is not busy, it's CPU is running at 
 between 50-60%. The network connection is fine and the firewall is not 
 impeding Firefox. 

 What am I doing wrong?


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


[tw] Problems using TiddlyWiki on node.js on a Synology Diskstation.

2015-07-28 Thread Richard Evans
Hi,

I am experimenting with Tiddlywiki on node.js. I have installed node.js on 
my Synology Diskstaion 212j. Everything seems to be correct. The version 
number is returned correctly and setting up the server seems to have 
worked. As least, it says it is serving on 127.0.0.1:8080. The only thing 
is that it hasn't returned to the prompt. I assume that is because the 
server is running.

But when I try and access the server on Synology's IP address port 8080, I 
get 'Unable to connect'. The synology is not busy, it's CPU is running at 
between 50-60%. The network connection is fine and the firewall is not 
impeding Firefox. 

What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5201c92e-35e8-4b9a-bc55-edafe71e96a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Plugins SocialCalc + Three.js

2015-07-28 Thread Jeremy Ruston
Hi rboue

On Mon, Jul 27, 2015 at 3:32 PM, rboue rbou...@gmail.com wrote:

 The Documentation link of SocialCalc doesn't work any more

I fixed it on http://rboue.tiddlyspot.com/.
 It ought to be fixed in http://tiddlywiki.com/ also. See the SocialCalc
 link in rboue's plugins for TiddlyWiki tiddler.


It was fixed differently a couple of weeks ago, but is currently only live
on the prerelease site:

http://tiddlywiki.com/prerelease/#rboue's%20plugins%20for%20TiddlyWiki


 The good URL is : http://sternlife.stern.nyu.edu/help-en/SocialCalc
 This new URL gives good informations. It's not perfect but unfortunately
 SocialCalc remains very confidential on internet.


I used this link which seems like it might be older content, but is on a
socialtext domain:

https://www.socialtext.net/open/socialcalc

Do you think we should switch to the nyu.edu URL?

Best wishes

Jeremy.






 --
 rboue




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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


Re: [tw] Re: [TW5] Plugins SocialCalc + Three.js

2015-07-28 Thread Jeremy Ruston
 It was fixed differently a couple of weeks ago, but is currently only live
 on the prerelease site:


Here's the link to the GitHub issue:

https://github.com/Jermolene/TiddlyWiki5/issues/1884

Best wishes

Jeremy



 http://tiddlywiki.com/prerelease/#rboue's%20plugins%20for%20TiddlyWiki


 The good URL is : http://sternlife.stern.nyu.edu/help-en/SocialCalc
 This new URL gives good informations. It's not perfect but unfortunately
 SocialCalc remains very confidential on internet.


 I used this link which seems like it might be older content, but is on a
 socialtext domain:

 https://www.socialtext.net/open/socialcalc

 Do you think we should switch to the nyu.edu URL?

 Best wishes

 Jeremy.






 --
 rboue




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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


[tw] Re: [TW5] Adding a tiddler to favorite-list without adding tag or field?

2015-07-28 Thread Birthe C
Hi magev958

Following your link I get so many alerts, that it is really difficult to 
see anything else.

Alert text Sync error while processing '$:/StoryList': XMLHttpRequest 
error code: 403


Birthe


On Tuesday, July 28, 2015 at 11:43:14 AM UTC+2, magev958 wrote:

 Search for phrag will show all content-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bd51ba11-3688-4c5a-8da4-28b3250ebc05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5: Cannot save a new TiddlyWiki in Android?

2015-07-28 Thread Gijsbertus
Hello, I am Gijsbertus, from the Netherlands, and an absolute newcomer to 
TiddlyWiki (TW5). I am full of hope about it, as it seems to be the only 
one note taking, writing and representation tool able to represent 
nonlinear, complex events on the Web. 

As I am traveling often I especially need TiddlyWiki to work on my Android 
mobile devices. However, trying to save my very first TiddlyWiki on Firefox 
Android nothing happened, no saving occurred. I checked the online 
tutorials, following their instructions religiously, but to no avail. 

I am using Firefox for Android 39.0. I have installed both needed 
extensions. 

As I am such a beginner I do not know if and what I am doing wrong. So I do 
hope there's anybody here who can help give me a few hints. 

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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/86a8c7dc-b1e0-4c53-aca8-c00fd1191b66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Adding a tiddler to favorite-list without adding tag or field?

2015-07-28 Thread magev958
Hmm, when I try a different computer at work where I'm not logged in, I get 
the same. Seems the TW5 systemtiddler $:/StoryList does not hold its 
privacy-setting. I keep setting it to public but it keep geting 
private. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/99cb38a2-b1d6-4a6f-a9cd-0f7563674fdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Problems using TiddlyWiki on node.js on a Synology Diskstation.

2015-07-28 Thread Richard Evans
Thanks for the quick response, my intention was to experiment with using 
node.js to host the tiddlywiki and thus be able to access from a variety of 
devices. But if therre is no encryption, I guess that is not a good idea. I 
shall investigate the ServerCommand information you recommended, b ut it 
doesn't look as if node.js provided what I want.

CIao Ric


On Tuesday, July 28, 2015 at 5:11:33 PM UTC+1, Matthew DeAbreu wrote:

 When you run the server you will not be returned to the prompt, if this is 
 a problem you can use the program screen to put it in the background or at 
 the end of the command you are running to start the server put a  to 
 start it in the background.

 For example:
 tiddlywiki . --server 


 Speaking of commands, what command are you using to start the server? By 
 default the server will only allow the localhost (connections from the 
 machine running the server) to connect to it. If you want any machine on 
 your network to be able to connect to the server you will have to tell it 
 to listen on all interfaces by using the following command:
 tiddlywiki . --server 8080 $:/core/save/all text/plain text/html   0.0
 .0.0


 This will start the TiddlyWiki NodeJS server in the current directory, on 
 port 8080, will display all tiddlers, ..., ..., will not need a username, 
 nor a password, and will listen for connections on all interfaces.

 You can read more about the server command here: 
 http://tiddlywiki.com/#ServerCommand

 On Tuesday, July 28, 2015 at 5:48:55 AM UTC-7, Richard Evans wrote:

 Hi,

 I am experimenting with Tiddlywiki on node.js. I have installed node.js 
 on my Synology Diskstaion 212j. Everything seems to be correct. The version 
 number is returned correctly and setting up the server seems to have 
 worked. As least, it says it is serving on 127.0.0.1:8080. The only 
 thing is that it hasn't returned to the prompt. I assume that is because 
 the server is running.

 But when I try and access the server on Synology's IP address port 8080, 
 I get 'Unable to connect'. The synology is not busy, it's CPU is running at 
 between 50-60%. The network connection is fine and the firewall is not 
 impeding Firefox. 

 What am I doing wrong?



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/27695e7f-1bc1-4b4a-8609-388c6c90a0de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New search behaviour demo

2015-07-28 Thread Felix Küppers
Hi @Everybody

Updates on this project:

The demo is now hosted at:
http://spangenhelm.github.io/TW5-EnhancedSearchResults

A GitHub repo with the current code is here (License is BSD). Anybody who 
wants to contribute is welcome :)
https://github.com/Spangenhelm/TW5-EnhancedSearchResults

-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/daf70781-f7f1-4190-b8c5-95ddfcbdd768%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New search behaviour demo

2015-07-28 Thread Duarte Farrajota Ramos


I would really really love to see something like this be the standard 
behavior shipped with TW be default
Fantastic work once again.

On Tuesday, 28 July 2015 17:28:11 UTC+1, Felix Küppers wrote:

 Hi @Everybody

 Updates on this project:

 The demo is now hosted at:
 http://spangenhelm.github.io/TW5-EnhancedSearchResults

 A GitHub repo with the current code is here (License is BSD). Anybody who 
 wants to contribute is welcome :)
 https://github.com/Spangenhelm/TW5-EnhancedSearchResults

 -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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/81053e23-281e-4323-9d64-dfa8045b2d73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Timeline macro should not assume 1900 as century

2015-07-28 Thread Jeremy Ruston
Hi Mat

Hm, that tiddler refers to tiddler DateFormat
 http://tiddlywiki.com/#DateFormat where the simple YY is explicitly
 stated as a token. Albeit for the ViewWidget, but the name of the tiddler
 does imply more generality. It is a bit unfortunate if widgets have
 different restrictions on this. Should I post an issue on this?


Ah, the DateFormat tiddler is about the formatting strings for controlling
the *outputting* of dates. I'm not sure that I can clarify the docs; the
explanation is pretty clear that it's about the $view widget. Any
suggestions?

Best wishes

Jeremy.







 @anyone
 I have for TWaddle http://twaddle.tiddlyspot.com/s timeline in tab
 Recent added the date in format YY/MM/DD in a field to quite a few
 tiddlers. Does anybody have a good idea how to best get this to work
 properly?

 Thanks!

 :-)




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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


[tw] Presenting: The TiddlerSidebar plugin prototype

2015-07-28 Thread Mat
Fellow tiddlywikians, I'm happy to present...

The TiddlerSidebar http://tiddlersidebar.tiddlyspot.com/...prototype

...and it's fellow components!


Much is incomplete but the main ideas should be clear. It will eventually 
be a plugin and with the components as options, some of the as individual 
plugins possibly.

The first issue to deal with is the resource consumption. It seems that 
because the tiddlersidebar is part of the viewtemplate, its components are 
run automatically in all open tiddlers, all the time. What to do?

There is much else to do on it too. Your help, in any form, is warmly 
welcome!


:-)

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


[tw] TWaddle updated! - Including LOADS of new words!

2015-07-28 Thread Mat
Fellow tiddlywikians, I'm happy to present...

...an updated TWaddle  http://twaddle.tiddlyspot.com/!


It has a load of new words placed after another into strings, encapsulated 
into tiddlers; New musings on TW, possibly insulting ideas, 
pies-in-the-skies, useful tidbits, discoveries. Particularly some of the 
ideas on *Infrastructures *are absolutely brilliant according to my 
grandma. [Quoting her directly now] *...if, just those TW-hackers get the 
algos right. Now finish your blueberry pie.*


:-)




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea4e1dfb-3be9-4fa0-a89e-589675429a7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Timeline macro should not assume 1900 as century

2015-07-28 Thread Mat
Thanks for your reply Jeremy!

TiddlyWiki5 requires date fields to be in the format described here:
 http://tiddlywiki.com/#Date%20Fields



Hm, that tiddler refers to tiddler DateFormat 
http://tiddlywiki.com/#DateFormat where the simple YY is explicitly 
stated as a token. Albeit for the ViewWidget, but the name of the tiddler 
does imply more generality. It is a bit unfortunate if widgets have 
different restrictions on this. Should I post an issue on this?


@anyone
I have for TWaddle http://twaddle.tiddlyspot.com/s timeline in tab 
Recent added the date in format YY/MM/DD in a field to quite a few 
tiddlers. Does anybody have a good idea how to best get this to work 
properly?

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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7cbf2fe7-5f47-4f3a-802b-7ddf69135416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: The TiddlerSidebar plugin prototype

2015-07-28 Thread Jed Carty
That looks really good. This is a great idea as an addition to the interface.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f96ee78-8ef1-438f-b23a-2c0d25d8b97a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Timeline macro should not assume 1900 as century

2015-07-28 Thread Mat
On Tuesday, July 28, 2015 at 8:59:00 PM UTC+2, Jeremy Ruston wrote:

 Hi Mat

 Hm, that tiddler refers to tiddler DateFormat 
 http://tiddlywiki.com/#DateFormat where the simple YY is explicitly 
 stated as a token. Albeit for the ViewWidget, but the name of the tiddler 
 does imply more generality. It is a bit unfortunate if widgets have 
 different restrictions on this. Should I post an issue on this?


 Ah, the DateFormat tiddler is about the formatting strings for controlling 
 the *outputting* of dates. I'm not sure that I can clarify the docs; the 
 explanation is pretty clear that it's about the $view widget. Any 
 suggestions?



Ok, for clarifying the docs; it's one of those things that once you know 
about it then you know about it, but previous to this it is easy to quickly 
scan the page and thing you got it without having actually noticed that 
the lines before what appears to be the important stuff are a pre-requisite 
to interpret that stuff the right way. I guess a title like ViewWidget 
DateFormats would be clearer in this regard. No real biggie, but since you 
asked.


BTW, there's a monthly typo in the example at bottom stating 

DDth MMM \M\M\M 16th February MMM 2011

:-)

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