[tw5] Re: [TW5] Clarification of lists with current tiddler

2018-04-23 Thread Jed Carty
I believe that we are counting in opposite directions. In the way I was counting the 0th parent would be the current tiddler. The biggest problem I can see with what you are suggesting where the 0th parent is the outermost tiddler is that the numbering changes when you transclude a tiddler. If

[tw5] Re: Create new tiddler from template fill title an jump to text field

2018-04-23 Thread Ste Wilson
Thank you both for that. @robin Of course the solution's on inmysocks...everything is on there :D Note to self.. Check socks first. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Create new tiddler from template fill title an jump to text field

2018-04-23 Thread Robin
I actualy did that too In the template I created the field city_name and on the other tiddler I added $edit-text tiddler="MyTemplate" field="city_name" default="" placeholder='City name'/> to get a textbox to fill in the value of that field <$action-setfield $tiddler="MyTemplate"

[tw5] Re: [TW5] Clarification of lists with current tiddler

2018-04-23 Thread Jed Carty
BJ, That looks really good. I think that is the way to go. TonyM, Using the pop widget you could make macros like this: \define parent1(field) <$pop>{{!!$field$}} \define parent2(field) <$pop><$pop>{{!!$field$}} and so on to go up through the ancestor tiddlers similarly to how you are

Re: [tw5] Re: TW5 adaptation: Simple Note Index

2018-04-23 Thread Birthe C
Hi David, Your instructions http://giffmex.org/tw.adaptations/sni.template.html#%24%3A%2F.Instructions helps a lot. I do recognize the idea behind from some of your earlier work, This looks simpler and is easier working. Testing it with my own books and notes and also looking more into your

[tw5] Re: [TW5] Clarification of lists with current tiddler

2018-04-23 Thread BJ
The idea is that pop gets back to the previous value and can be nested: <$vars currentTiddler=1> <$vars currentTiddler=2> <$vars currentTiddler=3> currentTiddler is <> <$pop><$pop> currentTiddler is <> *outputs:* currentTiddler is 3 currentTiddler is 1 The advantage here is that there

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread Ste Wilson
I'm still using cloudant.., its not stopping I don't think but the shared plan is no longer available. On a tangential note if Danielo is around.. NoteSelf doesn't seem to be displaying my templates. Ste -- You received this message because you are subscribed to the Google Groups

Re: [tw5] HammerWidgets UPDATE

2018-04-23 Thread BurningTreeC
> Hi Simon, > This is an enormous step forward! > eeenormoouus. great. thanks. > > I think it will take me half a year to accomplish this Cecily-Thing ... > but I will go for it. > > Yours Jan > > When there are more macros for commonly-used cases, it will be much easier to accomplish

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread TonyM
If I could build a cloudant server on a cpanel host php/apatche I would offer some free accounts But I do not know if or how. Perhaps someone could build a mysql or maria db version. I think that would realy take off because there are many ways to host those dbs. Regards Tony -- You

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread TonyM
Diego, I belive if you tap save icon twice or more rapidly you will be prompted to download the whole wiki with you content included. You could also go to advanced search > filter > select all tiddlers except system tiddlers and down load only regular tiddlers to a json file and drop import

[tw5] Re: [TW5] Clarification of lists with current tiddler

2018-04-23 Thread PMario
On Sunday, April 22, 2018 at 4:29:41 AM UTC+2, TonyM wrote: > > > *My Special use case of a variable I do not use for logical (display or > dont display contents)* > > A Common filter seems to be "[is[current]] -[[no]]" to display > if fieldname has a value of "yes" > IMO the right way to

Re: [tw5] HammerWidgets UPDATE

2018-04-23 Thread Jan
Hi Simon I did a little deconstruction-work to see how the cecilyView is configured. The result http://szenio.de/Pinnwand/ should be more easy to understand... Yours Jan Am 23.04.2018 um 11:45 schrieb BurningTreeC: Hi Simon, This is an enormous step forward! eeenormoouus. great.

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread Diego Mesa
Hey all, I have some questions about noteself maybe someone can help me answer! I understand it uses your browsers local storage. I am used to using nodejs, and keep my tiddlywiki folder in my dropbox. That means I have a folder with many .tid files I can see and touch. I also *frequently*

[tw5] Re: [TW5] Clarification of lists with current tiddler

2018-04-23 Thread TonyM
Mario, Thanks, that is a lot cleaner but am I the only one who finds "all current" a bit non intuitive ? Thanks Tony -- 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

[tw5] Re: how's tiddlyclip?

2018-04-23 Thread BJ
I have created a bug report about the undocking: https://github.com/buggyj/tiddlyclip/issues/54 The JSON configuration is actually the 'underwear' of tiddlyclip, it was not meant to be used in general - I have just been a bit slow with creating the shirt and trousers! Things will improve with

[tw5] Re: how's tiddlyclip?

2018-04-23 Thread @TiddlyTweeter
BJ wrote a lovely sentence ... :-) ... I have just been a bit slow with creating the shirt and trousers! > 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

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread Corey Woodworth
Would it be possible to provide something like a docker image for a backend so people could host their own noteself db on their own server or a raspberry pi? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread 'Mark S.' via TiddlyWiki
Good point Tony! I suppose couch/pouch is a better match for the way TW stores data, where any tiddler could have any number of fields. But, what if you limited the number of fields exposed? Just title, caption, text, created, modified, tags and a couple extra (field1, field2). Then maybe it

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread Diego Mesa
Hey Tony, Thanks for your reply. As this storage model is based on a database that stores revisions inside it, my backup strategy would be to keep one or two database copies around at a time, as opposed to an .html file. Is this possible? On Monday, April 23, 2018 at 8:33:37 AM UTC-5, TonyM

[tw5] Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-23 Thread @TiddlyTweeter
Who knows about Gaming and Gaming Campaigns in TiddlyWiki? There seems to be pent-up demand for examples, coding and variant ways forward. The problem is I can't really quote anything, link to it, as it doesn't exist. Can't we do better for obvious demands? Best wishes @TiddlyTweeter --

[tw5] Re: [marketing TW] How can we create many specific entrances?

2018-04-23 Thread @TiddlyTweeter
Ciao Mat I revisited this thread. Re-read it and sat with it. I think its very interesting. Some excellent comments highly pertinent to better uptake of TiddlyWiki. Many good thoughts are in it. I just want to underline its about TWO major things that need differentiating IMO... 1 - I think

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread Diego Mesa
As I am terrified of losing data, I would just like to emphasize this (this isn't a criticism of noteself, just an FYI for those using IBM Cloud): *IBM Cloud Lite plans are deleted after 30 days of inactivity.* On Monday, April 23, 2018 at 6:43:02 AM UTC-5, Diego Mesa wrote: > > Hey all, > > I

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread Diego Mesa
Josiah, For me, I *frequently* erase everything in my browser, and since IBM Cloud resets after 30 days of inactivity, that also isnt a fair backup option for me. I guess to use noteself Ill have to stop erasing my browser? On Monday, April 23, 2018 at 1:52:34 PM UTC-5, @TiddlyTweeter

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread @TiddlyTweeter
Ciao Diego Look at your browser settings. What you want is to NOT delete "Local Storage" / "Offline ... Data". Not sure if all browsers allow you to pick and choose. My FF does ... Josiah -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-23 Thread Jed Carty
I made a nice one, but it is for a system whose owners are known for suing the pants off of anyone who makes anything for it. Which is unfortunate. I am considering making an open gaming license version but I haven't had time yet. -- You received this message because you are subscribed to the

[tw5] Re: [marketing TW] How can we create many specific entrances?

2018-04-23 Thread Mat
@TiddlyTweeter Yeah, the point would be to offer "entry points" to TW for those who would not otherwise find it. I think it is much about offering "editions" but, as you allude to, I'd say it is also about making people find these which would require some kind of organizational structure. I

[tw5] [TW5] Macro with appear widget opens all links at once

2018-04-23 Thread Tom Grant
I'm struggling to get a macro to behave correctly with Tobias Beer's appear widget. http://tobibeer.github.io/tw5-plugins/ The appear widget allows you to open tiddlers and have them appear as a block within the current tiddler. I wrote a simple macro to reduce the boilerplate which works fine

Re: [tw5] Re: TW5 adaptation: Simple Note Index

2018-04-23 Thread David Gifford
Thanks Birthe, I have enjoyed using GiffMarks ever since I started testing it out last November. Revolutionizes things for me. Sometimes I wonder if I really want to use the Simple index, or just use multiple Giffmarks. On Monday, April 23, 2018 at 4:08:41 AM UTC-5, Birthe C wrote: > > Hi

Re: [tw5] Re: Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-23 Thread Jan
Hi Josiah, I made http://roguelike.tiddlyspot.com/ inspired by Jed'sd Zorklike. On top you got the map, below there is a Leveleditor. You could even do multiple levels... It works but i got distracted before doing the last bits and a good dokumentation by an overload of work at theat time. I

[tw5] Re: Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-23 Thread Mat
> > Who knows about Gaming and Gaming Campaigns in TiddlyWiki? > What are "gaming campaigns"? <:-) -- 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

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread TonyM
Mark et al.. I would of thought the tiddler could be saved as a "blob", that is the fields are just more details in the tiddler, all just one big text file. They only become meaningful when they are loaded into the Tiddly-wiki which knows about fields. The question is can you have variable

[tw5] Re: DesignWriteStudio Student Presentations

2018-04-23 Thread TonyM
Suspicious Web Page Blocked You attempted to access: https://designwritestudio.updog.co/#Final%20Presentations *For your protection, this web page has been blocked and submitted for review. It is highly recommended that you do NOT visit this page.* Visit Norton

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread TonyM
Diego, That is a fairly brutal practice, why do you do it? If you can do that regularly enough, why not also backup your DB at the same time (or simple export tiddlers). If you do not do it surely the reliability for your NoteSelf wiki goes up for you/ Regards Tony On Tuesday, April 24,

[tw5] Re: Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-23 Thread TonyM
Josiah or is it @TiddlyTweeter? A few of the SunPoly students are building game related wikis https://designwritestudio.updog.co/# Regards Tony On Tuesday, April 24, 2018 at 1:41:36 AM UTC+10, @TiddlyTweeter wrote: > > Who knows about Gaming and Gaming Campaigns in TiddlyWiki? > > There seems

[tw5] Re: March Of The Androids -- Seeking Info On Your Usage

2018-04-23 Thread @TiddlyTweeter
Ste Wilson wrote: > > Termux is just an app. Gives you a Linux console. Just follow nodejs > instructions for Linux on tiddlywiki. Job done! That's encouraging! Not least because though I am a real idiot, you seem like a partial idiot :-). So if you can set up nodejs (or Multi-User / Server

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-23 Thread @TiddlyTweeter
Diego Mesa wrote: > > As I am terrified of losing data ... > A few notes on this in relation to NoteSelf. Understandable IF the server clocks-out AND the browser clocks-out and you didn't do any additional backups. I do think (manual, redundant) backup-methodology for NoteSelf could be made a

[tw5] Re: DesignWriteStudio Student Presentations

2018-04-23 Thread Steven Schneider
Hi All, A reminder - DesignWriteStudio Student Presentations https://designwritestudio.updog.co/#Final%20Presentations On Zoom: https://zoom.us/j/561925928 (all times EST) Monday, 23 April 7 - 915pm Tuesday, 24 April 10-12am Wednesday, 25 April 4-8pm Thursday, 26 April 10-12am These will be