[tw] Re: Strategies for dealing with large TWs

2017-01-27 Thread wimm
Sometimes it helps to select a different tab in the sidebar before opening a new tiddler. Especially recent is cpu hungry tab. You might even opt for an new empty tab Create tiddler +, title: Fast, tag with $:/tags/sidebar (choose from dropdown for correct capitals), contents some hint //fast

[tw] Re: [TW5] Best Solution to Similar Tiddlers

2017-01-27 Thread Tobias Beer
Hi Jeff, You can use a JSON based workflow to do what you want, e.g.: 1. open Advanced Search > Filter 2. filter for your actual character tiddlers (however, they should have a proper tiddler syntax, fields and all) 3. then export those as json using the button to the right 4.

[tw] Re: [TW5] Best Solution to Similar Tiddlers

2017-01-27 Thread 'Jeff AnCap' via TiddlyWiki
Thanks for the replies, Tobias. I'm not committed to the method I've proposed, I was just really close to getting what I was looking for, and the JSON DataTiddler I had seemed valid because I saw that the History List was formatted similarly, to

[tw] Re: [TW5] Best Solution to Similar Tiddlers

2017-01-27 Thread Tobias Beer
Asked differently, What's your idea behind you wanting to use this kind of json? Why use it and does it have to be like this? Fwiw, the json you gave as an example does not fit the basic json "data tiddler" format TiddlyWiki can read. It resembles more the json produced when exporting

[tw] Re: [TW5] Best Solution to Similar Tiddlers

2017-01-27 Thread Tobias Beer
Hi Jeff, Long story short, I don't think there currently is a module for grabbing data from json like I imagine you want it to. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] [TW5] Best Solution to Similar Tiddlers

2017-01-27 Thread 'Jeff AnCap' via TiddlyWiki
For the last 24 hours, I've been trying various methods to solve the following problem. I want to have multiple tiddlers that have a similar format but with some variation (which I'll show below). I've looked into templates, transclusion, DataTiddlers, and macros, and I haven't yet been able

[tw] Re: Can you direct me to documentation on Table of content

2017-01-27 Thread Mat
Like almost all documentation, it's on tiddlywiki.com You might want to start with http://tiddlywiki.com/#Table-of-Contents%20Macros <:-) On Friday, January 27, 2017 at 10:31:01 PM UTC+1, kelsang sherab wrote: > > Hi > I've looked around for documentation for how to create TOC. > I've found

[tw] Can you direct me to documentation on Table of content

2017-01-27 Thread kelsang sherab
Hi I've looked around for documentation for how to create TOC. I've found something by Katei Bolte and another by TW5Magik

[tw] Re: [TW5] textlength[] filter to display size plus title of a tiddler

2017-01-27 Thread wimm
above tiddler as a tab in the sidebar called charcount ;-) -- 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

[tw] Re: my experimental fork of TiddlyDesktop

2017-01-27 Thread oleghbond
Dear Eucaly, I like very much TiddlydesktopQ. It is the very needed solution for those who work intensively in many TW projects simultaneously. However, to my regret, I did not succeed to pass through the installation instruction (https://github.com/Eucaly/TiddlyDesktopQ#usage) though it is

Re: [tw] [TW5] Prerelease of v5.1.14

2017-01-27 Thread wimm
Hi Tobias *#2736 enables quotes in triple quotes as well as triple single quotes for > attributes and params* > https://github.com/Jermolene/TiddlyWiki5/pull/2736 > > Here's a demo: > http://2736.tiddlyspot.com > I tried your demo and some additional test cases, it works like a charm, thank

[tw] Re: Apply type of editor?

2017-01-27 Thread Mat
Ahaaa - change widget all together! Yes that does work! (even if it removes the pretty rich editor toolbar). Big thanks Tobias! <:-) On Friday, January 27, 2017 at 1:23:05 PM UTC+1, Tobias Beer wrote: > > Hi Mat, > > Works fine for me. > > All you need to do is use *$edit* instead of

[tw] Re: [TW5] textlength[] filter to display size plus title of a tiddler

2017-01-27 Thread wimm
to view a charactercount of the two most recent modified tiddlers (including the current drafts) create a tiddler with the following text {{{[all[tiddlers]!is[system]!sort[modified]textlength[]limit[2]]}}} -- You received this message because you are subscribed to the Google Groups

[tw] Re: NoteSelf mobile app ( well, kind of)

2017-01-27 Thread wimm
Danielo, Congrats, very nice concept, chapeaux! I made a little modification to the transclude tiddler to view the *source *instead of the wikified version of the revisions. $:/plugins/danielo515/tiddlypouch/ui/revisions/transclude-template <$list filter="[is[current]!field:title]">

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-01-27 Thread Tobias Beer
Hi Stu, Assuming you define that list yourself as a basic list in wikitext, you can simply do something like: http://codepen.io/alexdevero/pen/avKpLX with pure html and CSS. All you'd need is some macro, perhaps called *<>* to render a collapsible element, e.g. @@.nav * <> ** [[Item 1]] **

[tw] Re: Apply type of editor?

2017-01-27 Thread Tobias Beer
Hi Mat, Works fine for me. All you need to do is use *$edit* instead of *$edit-text* in your *sideeditor* macro, e.g.: <$edit tiddler="""$tid$""" class="sideeditor" /> Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-01-27 Thread PMario
Hi Jed, On Friday, January 27, 2017 at 9:51:32 AM UTC+1, Jed Carty wrote: > > Mario, > > I had forgotten about that. I think that from the last meet up we made a > slightly more polished version of the tool using parent fields for the main > twederation site before I started working on the new

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-01-27 Thread PMario
On Friday, January 27, 2017 at 9:51:32 AM UTC+1, Jed Carty wrote: > > Mario, > > I had forgotten about that. I think that from the last meet up we made a > slightly more polished version of the tool using parent fields for the main > twederation site before I started working on the new TOC

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-01-27 Thread Jed Carty
Mario, I had forgotten about that. I think that from the last meet up we made a slightly more polished version of the tool using parent fields for the main twederation site before I started working on the new TOC widget for it. I will see if I have a usable version on any of the old sites. --

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-01-27 Thread PMario
Hi Stu, I did experiment with a TOC structure, that is based on a "parent" field. So instead of tags it uses the parent of a tiddler. Since tagging is deeply integrated, it has an easy workflow. My experiment needs manual field definition. No tag dropdowns and such... I did stop the