[tw5] Re: TW5 adaptation: Simple Note Index

2018-04-22 Thread PLATO
Don't know how to use it? 在 2018年4月22日星期日 UTC+8上午3:45:11,David Gifford写道: > > Hi all > > Since a few of you helped me today, I am sharing the results here, a very > specific adaptation of TiddlyWiki for quickly generating and automatically > indexing simple notes on books and other sources by

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

2018-04-22 Thread Mat
Thanks willw The cause? It was CORS. Of course! > > OK, I find your instrux on github... but I believe I already had CORS set up. In the bluemix-cloudant dashboard:

[tw5] Re: Sorting table of contents by multiple parameters

2018-04-22 Thread TonyM
Fadel, As a little side note/brain dump, since what you are doing here is effectively altering the order of items tagging a given tiddler you can use the show as tag pill. {{TableOfContents||$:/core/ui/TagTemplate}} or use the macro <> The Popup list of items tagging TableOfContents is thus

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

2018-04-22 Thread TonyM
Jed, It is true that accessing the nth tiddlers info your be tricky, but just being able to access the 0th would be enough to make big changes. By this I am referring to the tiddler in the face of the user. The logical place they are at, the item listed in the story. This makes me think

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

2018-04-22 Thread Craig Chandler
Add your field in the action-sendmessage parameters, ie: <$action-sendmessage $message="tm-new-tiddler" param="MyTemplate" title="NewTitle" myField="my field value" /> On Sunday, 22 April 2018 22:13:38 UTC+9:30, Ste Wilson wrote: > > Sorry to drag this back up but I'm a bear of little brain.

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

2018-04-22 Thread willw
Mat I had similar problems with failed logins on moving from cloudant to IBM bluemix. It's working now, with Danielo's help. The cause? It was CORS. Of course! My instructions for configuring CORS are posted March 18th on this github issue (with links to IBM documentation):

[tw5] Re: Sorting table of contents by multiple parameters

2018-04-22 Thread 'Mark S.' via TiddlyWiki
I think you would have to re-write the macro. There is a sort argument for the macro, but it would get applied at every sub-level so wouldn't be useful unless you only have one level of tiddlers. -- Mark On Sunday, April 22, 2018 at 1:04:04 PM UTC-7, Fadel M wrote: > > Thanks for replying!

Re: [tw5] HammerWidgets UPDATE

2018-04-22 Thread Jan
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 Am 21.04.2018 um 18:36 schrieb BurningTreeC: Hi Simon, I guess the bottom-right edge would be

[tw5] Re: Sorting table of contents by multiple parameters

2018-04-22 Thread Fadel M
Thanks for replying! That's a good way to do it. Ah, so there's no way to do it without excluding the unsorted tiddlers from the sort? I can't understand how the default sort does it though. You just have to write the name of the tiddlers you want first in the *list* field, and the rest are

[tw5] Re: Sorting table of contents by multiple parameters

2018-04-22 Thread 'Mark S.' via TiddlyWiki
If you want to use the existing toc macros then you will need to modify the list field of your root (top) tiddler. Here's an example that rearranges the default listing for HelloThere on tiddlywiki.com, :-) putting Examples first, and Discover TiddlyWiki last. <$button> <$action-listops

[tw5] Re: HammerWidgets UPDATE

2018-04-22 Thread BurningTreeC
The Widgets are now bundled as a plugin on http://hammerwidgets.tiddlyspot.com There's also a new demo for dragging tiddlers freely through the story river :P Look for the $:/panmacros tiddler to see a macro the lets you make any element movable -- You received this message because you are

[tw5] Sorting table of contents by multiple parameters

2018-04-22 Thread Fadel M
Hi, >From what I understand, the default sort for the table of contents is by the *created* field. The *list* field overrides the sort by putting the listed tiddler titles on top in listed order. What I'd like to achieve is to sort the contents by title, but keep the ability of the *list*

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

2018-04-22 Thread Ste Wilson
Yeah. The clone tiddler has been my goto button but this could be.. Shinier :D -- 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

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

2018-04-22 Thread David Gifford
The basic process is this: 1) Read a book and take notes or highlight or underline. 2) In my adaptation, add the author and book title in the field on the front page (HQ). This will speed things up in the next step. 3) Go back through the book and create a note for each thing you want to keep

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

2018-04-22 Thread TonyM
Ste, Yes I belive it can be extended and there are other alternatives but also consider creating a tiddler automaticaly open in edit mode, changing the title and adding and editing fields. I often use clone tiddler to this end, and are building and finding tools to help manage fields. Regards

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

2018-04-22 Thread TonyM
Thanks Jed, You have done two things for me, provided a resonable solution and confirmed I was not imagining things. With respect to all the greatness of tiddlywiki this is to me a gap that must be filled, because I for one, and I suspect many others, expected a more direct approach to exist,

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

2018-04-22 Thread Ste Wilson
Sorry to drag this back up but I'm a bear of little brain. I get that this can make a new tiddler with a title entered into the presented field box... Can this be extended to ask for some more fields which get filled in in the new tiddler too? Stephen -- You received this message because

[tw5] Re: how's tiddlyclip?

2018-04-22 Thread BJ
Tiddlyclip is designed to remove docking info when a tiddlywiki is removed (in anyway) from the browser. Any other behavior would take some effort to program. On Sunday, April 22, 2018 at 12:21:05 PM UTC+2, Costi Budai wrote: > > Works perfect now, thanks. > > Only inconvenient is that

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

2018-04-22 Thread BJ
may be we could have a 'pop' widget http://bjhacks.tiddlyspot.com/#pop%20example On Sunday, April 22, 2018 at 4:29:41 AM UTC+2, TonyM wrote: > > Folks, > > Perhaps this answer is already in my mind but I wish to state it > succinctly and see if a more experienced TiddlyWiki Fan can state a

[tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-22 Thread 'Vytas' via TiddlyWiki
As a new TiddlyWiki user, I also find the possibility of "renaming tiddlers without breaking the links" to be significant. That's why I think this discussion is both very interesting and important! >From the BEGINNER's perspective, with the following points, I'd argue for the SIMPLEST

[tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-22 Thread Kalmir
Mark S., thanks a lot, works like a charm! On Saturday, April 21, 2018 at 9:50:31 PM UTC+2, Mark S. wrote: > > Part Deux, > > To make things easier, type $:/tags/EditTemplate into the "shadows" tab of > the advanced search. > > Click on > > $:/core/ui/EditTemplate/title > > and clone it. Rename

[tw5] Re: how's tiddlyclip?

2018-04-22 Thread Costi Budai
Works perfect now, thanks. Only inconvenient is that refreshing/reloading the TW page it will clear the "tiddlyclip rightclick menu". Each time I reopen it I have to redo the "dock here" setting/setup. Is there any persistent config for this? PS: I'm running TW on Node.js. On Friday, April

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

2018-04-22 Thread Jed Carty
I don't think there is a 'best way'. There isn't any convenient shorthand for {{!!fieldname}} for anything other than the tiddler listed in currentTiddler. If you have to reference both the containing tiddler and the current tiddler in the list a lot than you can make a macro like this \define