Re: [tw] Button to open infoToolbar on certain tab

2016-09-01 Thread Danielo Rodríguez
> > In fact, the main view template computes the title for the state tiddler > for the display state of the tiddler info panel and places it in the > variable “tiddlerInfoState": > > > https://github.com/Jermolene/TiddlyWiki5/blob/master/core/ui/ViewTemplate.tid#L9 > Hello Jeremy, Isn't that

Re: [tw] Dropbox no longer serving HTMTL files?

2016-09-01 Thread Ste Wilson
There are a few Dropbox Apps that allow you to serve files. I use pancake.io. to serve. svg files to my tiddlyspot. There is also my.droppages. duet.to which I think you have to pay for. I think I managed to serve a tiddlywiki from the first two before some helpful soul on the forums pointed

[tw] Variable or macro between quotation marks

2016-09-01 Thread Jolly Jumper
Hello! I'm new to TiddlyWiki and i couldn't manage to get the following example work. <$select tiddler='$:/city-select'> All <$list filter="[tag[City]]"> <> <$set name=filterAdd value={{$:/city-select}}> <> It seems to me that the main error is the line <> Could somebody give me a hint?

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-09-01 Thread Tobias Beer
Hi Taylor, Take a look at WidgetMessage: tm-new-tiddler . Then, to have a button like the below become a toolbar button marry that with the instructions at: Create Tiddler From Template @ tb5

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread Danielo Rodríguez
Hello NT, Take a look at Eucaly's answer -- 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

Re: [tw] Re: Hide parts of a tiddler without using a tag or global css styles

2016-09-01 Thread PMario
As Jeremy suggested, I did change the html attribute name to "data-*". It actually seems to be designed with our usecase in mind. So the CSS handling should be optimized already and there are some other nice side effects. The generic browser javascript api seems to be demanding, but that's not

[tw] Re: How to generate titles for childern of Tiddlers seting the title and a number based on the count widget.

2016-09-01 Thread Tobias Beer
Hi Jan, 1. Do you actually have calc @ tb5 installed? 2. Did you save and reload your wiki (since it's a JavaScript module)? 3. your $set widget openening tag appears to not have a closing ">" - also, you could just use one $vars widget and

Re: [tw] Re: How to generate titles for childern of Tiddlers seting the title and a number based on the count widget.

2016-09-01 Thread Tobias Beer
Hi Jan, > Calc does not render if the counter-Field does not exist or is empty. > I could extend calc, so that it would initialize the value when it would otherwise be undefined / NaN, e.g.: > Meaning: - if counter is undefined / NaN, initialize as 0 - if counter is a

Re: [tw] Dropbox no longer serving HTMTL files?

2016-09-01 Thread Danielo Rodríguez
Couchdb (and by extension cloudant too) is able to serve html documents. This have the advantage that your wiki is being served from the same domain where your data is stored, so CORS restrictions do not apply, and hence security increases (no need to enable CORS). Noteself can be used as

Re: [tw] Re: Latency of editing-fields

2016-09-01 Thread Jan
Hi Birthe, I'll give this a try Thanks a lot Jan Am 31.08.2016 um 11:32 schrieb 'Birthe C' via TiddlyWiki: Hi Jan, In your $:/MetaTabs/newReference Lang, I think you need to clear float. Birthe Den tirsdag den 30. august 2016 kl. 23.04.32 UTC+2 skrev Jan: Well, correction...I feel even

Re: [tw] Re: Hide parts of a tiddler without using a tag or global css styles

2016-09-01 Thread Mat
@pmario Brief tests on Win10 chrome works good, including it surviving some arbitrary crash-attempts. Thank you very much for this Mario! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread NT
Am Donnerstag, 1. September 2016 12:00:37 UTC+2 schrieb NT: > > Eucaly, that's perfect so far. Thank you, man. > > I know the "system" filter, but I didn't know the "missing" keyword. Are > there others keywords as well? Is somewhere a list of keywords? > Ok, by trying to answer the question

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-09-01 Thread Taylor Jensen
Tobias, This is *really close*. Much closer than I got. It successfully adds all the text in *tags*, plural. Where there are spaces in the {{Tiddler!!text}} it separates in to a new tag. Is there a way around this? Putting it in quotes of course just adds {{tiddler!!text}} as a tag. -TCJ On

Re: [tw] Re: How to generate titles for childern of Tiddlers seting the title and a number based on the count widget.

2016-09-01 Thread Jan
Thanks Tobi, I thought calc was a core feature... a very useful thing you did there. Your help put me a great deal ahead... Calc does not render if the counter-Field does not exist or is empty. I am using this as a template so I need a switch for the first Child where the counter field won't

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread NT
Oh Danielo, you're right - have not seen this. Thanks a lot. Am Donnerstag, 1. September 2016 08:25:22 UTC+2 schrieb Danielo Rodríguez: > > Hello NT, > > Take a look at Eucaly's answer > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread NT
Eucaly, that's perfect so far. Thank you, man. I know the "system" filter, but I didn't know the "missing" keyword. Are there others keywords as well? Is somewhere a list of keywords? If the list would consist of tagpills instead of pure links then - with a click - you could see the tiddlers

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread Danielo Rodríguez
> > Ok, by trying to answer the question for a list of keywords on my own my >> best guess would be http://tiddlywiki.com/#is%20Operator >> > If you search the keyword Operator you will get a list of operators. No all of them are user friendly or evident, so feel free to ask. If the list

[tw] Re: NoteSelf the Evernote-like experience update

2016-09-01 Thread Danielo Rodríguez
I just released a new update, version 0.13.2 This version includes a better UI for revision management: - Revisions are displayed as tabs inside the same tiddler - There is a button to open revisions tab of the info tiddler - That button loads the revisions before opening the revisions

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread NT
Hey Mat, you are a good observer. Indeed I am interested in using the wiki in a semantic way, in a RDF-like style. Would be awesome if you could do deductive reasoning over the connections of some more tiddlers. Semantic tagging could lift this a step further to realisation. But I am still at

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread Mat
NT, you might be interested in tiddlywizard @Jed / @inmysocks "Gen Tags ". It aims to solve the recurring request for different *types *of tags ("typed tags", "sematic tagging", and more

[tw] Re: Variable or macro between quotation marks

2016-09-01 Thread Mat
> It seems to me that the main error is the line > > <> > > Accepting your assumption that this is the only problem (I haven't triied your code) then the I must ask what you expect that "value" to be? You've already put a filter around the option values. I htink that the option value cannot

[tw] Re: Like Mixing Evernote and Tiddliwiki: NoteSelf

2016-09-01 Thread Danielo Rodríguez
El martes, 9 de agosto de 2016, 0:16:27 (UTC+2), Mark S. escribió: > I notice that the "Pack Database" option doesn't have a button associated > with it. At least not on mine. I can include a snapshot if that is helpful. > > Also, if there was a "Pack Database" button, would there also be a

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread Danielo Rodríguez
I have edited my previous answer, but in case anyone is reading the emails, here is the correct filter: <$list filter="[tags[]is[missing]!is[system]]"> {{!!title||$:/core/ui/TagTemplate}} <$list filter="[tag]"> {{!!title}} -- You received this message because you are subscribed to the

[tw] Re: Show a list of all tags without "companion" tiddler

2016-09-01 Thread NT
Oh nice - great stuff, Danielo! Special Thx for this effort. The code is always less than I expect it would be. I have to get back more into Wiki syntax again. For now this topic is solved for me. Thanks to everyone. Am Donnerstag, 1. September 2016 13:44:52 UTC+2 schrieb Danielo Rodríguez: > >

[tw] Dropbox no longer serving HTMTL files?

2016-09-01 Thread Steven Schneider
Has anyone received this email from Dropbox: We’re writing to let you know that we’ll be discontinuing the ability to render HTML content in-browser via shared links or Public Folder. If you're using Dropbox shared links to host HTML files for a website, the content will no longer display

[tw] Re: [TW5] Tabs Help

2016-09-01 Thread reaktorblue
I didn't get a chance to update the wiki but I think this might be of some help - https://groups.google.com/forum/#!topic/tiddlywiki/xFs6zrFMNlo The problem I'm running into is that I'm nesting the tabs. Once I create a tab, I'm trying to create tabs within that tab. If I use tag in my child

Re: [tw] Re: How to generate titles for childern of Tiddlers seting the title and a number based on the count widget.

2016-09-01 Thread Tobias Beer
Hi Jan, I have made an update of calc to allow initialization of undefined fields: Get it here: calc @ tb5 Implementation: > > > > Meaning: > >- if counter

[tw] Re: [TW5] TOC External Navigation Style for a List

2016-09-01 Thread PMario
On Wednesday, August 31, 2016 at 11:45:44 PM UTC+2, Taylor Jensen wrote: > > It's pretty simple tbh. It's just something like [tag{Tiddler}Tag[tag]]. > It's allowing me to see all of the tiddlers with a preset tag, and then in > a group that gets changed by the contents of [[Tiddler]]. > > The

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-09-01 Thread Danielo Rodríguez
El lunes, 23 de mayo de 2016, 0:56:17 (UTC+2), Jed Carty escribió: > > I made some improvements. Now you can edit the alternate fields the same > way as the tags field. > How? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: Dropbox no longer serving HTMTL files?

2016-09-01 Thread Mat
It seems others also got this. In deed a likely problem for TWs hosted there. My spontaneous recommendation is TiddlySpot but it seems some also like Neocities . IMO the former is by far the easiest but I'm hoping some "simplification" could be

[tw] Dropbox to discontinue HTML rendering

2016-09-01 Thread 'Mark S.' via TiddlyWiki
In this morning's mail from Dropbox: > > *We’re writing to let you know that we’ll be discontinuing the ability to > render HTML content in-browser via shared links or Public Folder. If you're > using Dropbox shared links to host HTML files for a website, the content > will no longer display

[tw] Button to open infoToolbar on certain tab

2016-09-01 Thread Danielo Rodríguez
Hello, I am here with a task that I though it would be easy, but it is driving me nuts. I want to create a button that opens the info toolbar on certain tab. Sadly, due to the following characteristic of the qualify macro: It returns a unique string that encodes its position within the widget

[tw] Older Tiddly won't open

2016-09-01 Thread Salim Farhat
Hello, I got Tiddly a few years ago and I still have an older one. I'm not sure which version it is, but it is pre-2014. I added a bit of information onto it and I neglected to transfer the stuff onto the new version... and now my older one just won't open. I opened it today, made some

Re: [tw] Button to open infoToolbar on certain tab

2016-09-01 Thread Jeremy Ruston
HI Danielo > I am here with a task that I though it would be easy, but it is driving me > nuts. > > I want to create a button that opens the info toolbar on certain tab. Sadly, > due to the following characteristic of the qualify macro: > > It returns a unique string that encodes its position

[tw] Re: Quora members: This guy needs TW

2016-09-01 Thread Thomas Schulte
I answered the first item. Not familiar enough with TiddlyMap to say anything about it. On Thursday, September 1, 2016 at 10:26:17 AM UTC-5, Mat wrote: > > Stumbled on this for another matter. Could someone with Quora account > answer this poor fella´? > > Is there an open-source or

[tw] Re: Button to open infoToolbar on certain tab

2016-09-01 Thread Mat
Not-thought-through-idea; instead of qualifying "$:/state/tab", qualify something that also ncludes the tab title so that it is uniquely findable ...? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-09-01 Thread Tobias Beer
Hi Taylor, Many ways be leading to Rome. The easiest way to go about it would be to have the content be a link rather than just text: [[The Tempest]] A more complicated way would be to use a button template like: title: $:/_toolbar/new-show-journal \define as-link() [[$(title)$]] <$list

Re: [tw] Dropbox no longer serving HTMTL files?

2016-09-01 Thread Jeremy Ruston
I’ve just received the same email from Dropbox, but in my case the retirement date is September 1st 2017. Perhaps paying for Dropbox Pro has bought an unexpected benefit. Best wishes Jeremy > On 1 Sep 2016, at 16:41, 'Mark S.' via TiddlyWiki > wrote: > > I