[tw] Re: TW5 - fields for contacts?

2013-11-03 Thread Evolena
Also, is there a way to grab a field from all the tiddlers tagged with Personal contacts? Here is what I've done for a prononciation guide tiddler extrated from tiddlers tagged with lexique which contained a prononciation field: \define prononciationMacro(title) [[$title$]]: $view

[tw] Re: TW5 - fields for contacts?

2013-11-03 Thread Evolena
It seems that format=link works with the view widget but not the transclude one (my first attempt with the macro also works with [[$title$]], but I admit it's less smart). Maybe try: $list filter=[tag[personalcontacts]] |$*view* field=title format=link/|$transclude field=email/|$transclude

[tw] Re: TW5 - fields for contacts?

2013-11-03 Thread Evolena
Hum.. I give it a try for my prononciation guide, and it seems that each line of the table is considered as a single line, so that the table doesn't render very well (and with the macro it is even worse, as the | of the table are not interpreted). -- You received this message because you are

[tw] [TW5] some widget attributes doesn't work

2013-12-05 Thread Evolena
In order to experiment with the edit widget, I tried: $edit-text tiddler=$:/SVGExampleRadius/ then $edit tiddler=$:/SVGExampleRadius/ The first displays a textarea with the content of the $:/SVGExampleRadius tiddler. The second displays a textarea with the content of the current tiddler,

[tw] [Bug ?] TextReferences {{!!tags}}

2013-12-10 Thread Evolena
As tw5.com states that: Text references can be used in several places: - As IndirectOperands http://five.tiddlywiki.com/#IndirectOperandswithin TiddlerFilters http://five.tiddlywiki.com/#TiddlerFilters (eg, $list filter=[tag{MyTag!!name}]/) - As

[tw] [TW5] bug in tags autocompletion

2013-12-17 Thread Evolena
Maybe you're already aware of this, but I've noticed that the autocompletion feature for tags sometimes let some wrong words. For example, on tiddlywiki.com: - type z - you only get deserialized, it's ok - type q - you get nothing, it's ok - type j - you get command (no j here) - type k - you get

Re: [tw] Re: Add Code Block in The Bullet List

2014-09-24 Thread Evolena
Yes, I've changed my display name here accordingly, it will be easier. -- 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

[tw] Re: Filter Items Not Showing Up In Tabs

2014-09-25 Thread Evolena
I think it's related to the curernt tiddler not being the same according to the context: - in the tiddler containing the tabs macro, it is this tiddler - in the content of a tab, it is the tiddler displayed in the tab In case of doubt, include some currentTiddler everywhere to check what is

[tw] Re: NewHere button issues

2014-10-02 Thread Evolena
Where did you get it ? I think it uses the newtiddler plugin originally writen by Stephan Hradek. However, I suspect it may not be up-to-date with the current TW5 version, especially the changes made in TW5.0.16: Changed

[tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2014-10-02 Thread Evolena
I'm confused. I don't recognize TWC in what you're describing. OK, TWC has 3 columns display. This is achievable thanks to Ton Gerner's guide, I assume. OK for text buttons too. There is an option for that in TW5 (ControlPanel, Setting, Toolbar buttons). However, my hunch is that the result

[tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2014-10-03 Thread Evolena
Eucaly, it seems you forgot the target of your last link (how you switch from TWC to TW5). Maybe this would be interesting to reference in tiddlywiki.com (near what happenned to the original tiddlywiki) ? Le jeudi 2 octobre 2014 17:53:08 UTC+2, Eucaly J a écrit : Hi Leo: Yes, stick to TWC

[tw] Re: TW5, download set of tiddlers.Some help needed

2014-10-06 Thread Evolena
You can check the filter for the download empty button on tiddlywiki.com, it may be a minimal set for TW5 to work: http://tiddlywiki.com/#%24%3A%2Feditions%2Ftw5.com%2Fdownload-empty Here is the filter: [[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]]

[tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2014-10-06 Thread Evolena
Did you tried the seamless theme? Tiddler bar is a plugin, as are all the other things you mention (I've used some of them in TWC, they are useful but by the time someone re-do them, I'm getting used to vanilla TW5). So you don't want a TWC theme, you want your TWC+theme+plugin edition.

[tw] Re: A transcluding template that transcludes fields from a transcluding tiddler which lists and tanscludes indexed data from another tiddler

2014-10-14 Thread Evolena
Sorry, I reckon I'm a bit too tired today to make the effort to understand your 4-transclusion-word use-case, so I only corrected your syntax. You should look at the currentTiddler mechanism. Le mardi 14 octobre 2014 15:03:51 UTC+2, Philip Coltharp a écrit : I was happy when crafted this list

Re: [tw] Re: [TW5] Advanced search - funny

2014-10-21 Thread Evolena
The search string is indeed excluded from the search results, but it is still counted (try with an inexisting string, it'll display 1 match but no link). Le lundi 13 octobre 2014 10:13:59 UTC+2, Jeremy Ruston a écrit : On Mon, Oct 13, 2014 at 9:00 AM, Danielo Rodríguez rdan...@gmail.com

[tw] Re: Import button in view toolbar

2014-10-24 Thread Evolena
This doesn't solve your whole issue, but you can quite easily get rid of one step: As of now, one goes to import on the page toolbar import's an image as a tiddler changes the title of the image transcludes the image-tiddler into the tiddler one wants the image to be in. If I understand

Re: [tw] [TW5] Spanish Translation

2014-10-24 Thread Evolena
I have a few dozens tiddlers already translated, but this wouldn't make a set as coherent as in http://tiddlywiki.com/languages/de-AT/index.html yet. A tw5.com translation is a project I often have and give up (half the WikiText tiddlers for the last try), but if you need some review

Re: [tw] [TW5] Spanish Translation

2014-10-24 Thread Evolena
(hem.. if you were here speaking of a French edition, not a Spanish one) -- 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

[tw] Re: Need help with action-sendmessage code

2014-10-29 Thread Evolena
I don't know if this would have solved your problem, but according to http://tiddlywiki.com/#ActionSendMessageWidget, it seems that in $action-sendmessage $message=tm-delete-tiddler param=$:/temp/new/entity you need a $ before the param. The given example is: $action-sendmessage

[tw] Re: Need help with action-sendmessage code

2014-10-29 Thread Evolena
Also, with the example on tw5.com, closing the created tiddler discard it. Maybe you should have used tm-save-tiddler instead of close. Le mercredi 29 octobre 2014 14:19:43 UTC+1, Evolena a écrit : I don't know if this would have solved your problem, but according to http://tiddlywiki.com

Re: [tw] [TW5] Modal message title

2014-10-30 Thread Evolena
Not explicitely. There is the wizard example in the Features (directly in the Features tiddler, not in tiddlers tagged with Features, so it's easy to miss it). In the ControlPanel/Info/Advanced/TiddlerFields, there is this mention: *subtitle*:*The subtitle text for a wizard* -- You received

[tw] Re: [TW5] assign value to fields on tw-new-tiddler action or similar action when creating a new tiddler from a template

2014-11-01 Thread Evolena
Maybe look at actionWidgets : http://tiddlywiki.com/#ActionWidgets There will be an action-setField-widget in the forthcoming 5.1.5 version (see https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/prerelease/tiddlers/ActionSetFieldWidget.tid for the associated documentation) -- You

[tw] Re: Highlighted search results possible?

2014-11-01 Thread Evolena
It is because of a recent change in order to avoid counting the search system tiddler. Comparing to core search tiddlers, you need a set widget: $reveal state=$:/temp/advancedsearch type=nomatch text= $set name=resultCount value=$count

[tw] Re: Numbers in TW, cost tracking?

2014-11-03 Thread Evolena
You can look at the nsort filter: http://tiddlywiki.com/#FilterOperator%3A%20nsort There isn't any mathematical operation available for the moment (but it is planned: https://github.com/Jermolene/TiddlyWiki5/issues/254). -- You received this message because you are subscribed to the Google

Re: [tw] Re: A use case story: reading a text, annotating with questions, filtering with sufix

2014-11-06 Thread Evolena
The preview pane came in useful. I created a link, then was able to click on the link in the preview to make that tiddler. I then removed text from the original and put it in the new tiddler. Very interesting. I've already used the preview pane this way too. -- You received this

[tw] Re: Link with Custom Title to Section Heading Inside Tiddler

2014-11-13 Thread Evolena
I just gave it a look some time ago, but what if - you create a substory in a tiddler, with several tiddlers inside it - you insert at the top of the hosting tiddler a list similar to the Open tab, but for the substory If you manage to prevent the tiddler toolbar of the substory to show, or

[tw] Re: Link with Custom Title to Section Heading Inside Tiddler

2014-11-14 Thread Evolena
But then, again, it would really be nice to see all of book and chapters in one story lineup as... story tiddler chapter 1 chapter 2 ...with the ability to directly open / go to any (generated) section via some clickable toc (or a manually defined link, really), and preferably some

[tw] Re: TW5: list of available macros and where they are defined

2014-11-14 Thread Evolena
Only for finding global macros, you can use some more precise filters: [all[shadows]module-type[macro]] - all core JS macro [all[shadows]tag[$:/tags/Macro]] - all core wikitext macros [tag[$:/tags/Macro]] - all user defined wikitext macros A description field exist, but it is not used for core

Re: [tw] [TW5] Top Bars

2014-11-14 Thread Evolena
I would also like my clock to show up first? Or would that be another feature enhancement? Just add to the clock button the field list-before. It seems to work even without value, but I had to save two times the tiddler for the date to correctly display first. Also there is a little

[tw] Re: [TW5] Tagging Macro Problems

2014-11-17 Thread Evolena
Le lundi 17 novembre 2014 13:41:26 UTC+1, Tobias Beer a écrit : I was trying to create a simple tagging macro tagged $:/tags/Macro , so I thought. http://taggly5.tiddlyspot.com/#%24%3A%2Fmacros%2Ftagging \define tagging() $list filter=[all[current]tagging[]] /$list \end Any reason

[tw] Re: [TW5] Tagging Macro Problems

2014-11-17 Thread Evolena
There must be a smarter solution, but you can try this macro definition: \define tagging(title:currentTiddler) $set name=myTitle value=$title$ myTitle $list filter=[titlemyTitletagging[]] /$list /$set \end However for it to work with a title, you need to use a trick: All content for current

[tw] Re: [TW5] Tagging Macro Problems

2014-11-17 Thread Evolena
(you can get rid of the myTitle line, it was here for investigating purposes) -- 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

[tw] Re: [TW5] How do I add a TOC or links to the right hand control panel?

2014-11-17 Thread Evolena
It is briefly mentioned in http://tiddlywiki.com/#SystemTags but it would deserve to be at least referenced in the Customise TiddlyWiki http://tiddlywiki.com/#Customise%20TiddlyWiki toc section. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Evolena
Is the list widget an appropriate parent for the action widgets? -- 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: [TW5] limit with macrocall for timeline ignored?

2014-11-20 Thread Evolena
That's because the limit parameter applies to the outer list (ie the dates), and not to the number of results of the inner list (the tiddlers modified at that date). It has been said somewhere, but I don't remember where. Le jeudi 20 novembre 2014 12:46:07 UTC+1, Tobias Beer a écrit :

[tw] Re: [TW5] FILTER: [valueA]listed[field1] AND [valueB]listed[field2] ???

2014-11-21 Thread Evolena
Isn't that the old regexp syntax that has been removed in 5.0.17? -- 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

[tw] Re: [TW5] FILTER: [valueA]listed[field1] AND [valueB]listed[field2] ???

2014-11-21 Thread Evolena
Does this work? $list filter=[regexp:courses{Sara!!course}regexp:levels{Sara!!level}]/ -- 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

[tw] Re: [TW5] FILTER: [valueA]listed[field1] AND [valueB]listed[field2] ???

2014-11-21 Thread Evolena
Does this work? $list filter=[regexp:courses{Sara!!course}regexp:levels{Sara!!level}]/ Or would you like to avoid the regexp thing? I'm not sure this is possible for this use-case (I know of nothing for ANDing filters when the sources on which they apply are different). -- You received this

[tw] Re: [TW5] FILTER: [valueA]listed[field1] AND [valueB]listed[field2] ???

2014-11-21 Thread Evolena
The listed filter is more complex The *listed* filter operator returns the titles of the tiddlers that have list fields that contain any members of the current list. The optional operand can be used to specify a different field.. So: - you select a list of tiddlers, which are what you are

Re: [tw] [TW5] How to make sure filter has only unique items?

2014-11-23 Thread Evolena
You see twice the code of $:/template/view-template because it is tagged with $:/tags/ViewTemplate, so it applies the template to itself once because it is displayed inside itself, and once because it is displayed as any other tiddler (see any other ViewTemplate tiddler, for example

Re: [tw] Re: Workflow: save current set of tiddlers?

2014-12-01 Thread Evolena
Really interesting work (saving stories from Metabele and TB5 from Tobias). I should search for a dedicated TB5 post, but I have a remark: you shouldn't prefix non-core system tiddler with $:/core/ui/foo (now that I've understand what this foo word is, I can use it instead of ... or xxx :-P ),

[tw] Re: [TW5] Default AutoSave to be OFF

2014-12-02 Thread Evolena
However if autosave is OFF by default, you still cannot loose that much because the wiki informs you about unsaved changes. Again I think we need other users' opinion on this. And by users I mean non-developer users :-) Misclick the back button of the browser, and you will loose that

[tw] Re: Workflow: save current set of tiddlers?

2014-12-02 Thread Evolena
Underscore (this one is proposed on Adopt a Titles Policy, or any other character that suits you), is in my opinion good for personal use, because you may want to easily find your own system tiddlers at the top of the list. What I tried to say is that $:/tb/ui/MoreSideBar/Stories (so without

[tw] Re: TW5 drawing configuration

2014-12-07 Thread Evolena
You can also configure the defaul color and linewidth in these tiddlers: $:/config/BitmapEditor/Colour http://tiddlywiki.com/#%24%3A%2Fconfig%2FBitmapEditor%2FColour $:/config/BitmapEditor/LineWidth http://tiddlywiki.com/#%24%3A%2Fconfig%2FBitmapEditor%2FLineWidth -- You received this

[tw] Re: [TW5] Getting macros to work at all

2015-11-04 Thread Evolena
Le mercredi 4 novembre 2015 10:12:45 UTC+1, Bob Wentworth a écrit : > > I am presumably missing something really basic, because I can't seem to > get the core macros to work at all. > > Here is text I tried as the body of a tiddler: > > Version is <>. > > Date is <>. > Date is <>. > The macro

[tw] Re: [TW5] tabs macro

2015-10-14 Thread Evolena
Hi Bob, Have you try the "toc-tabbed-internal-nav" from Table-of-Contents Macros ? With your "index" tiddler being the only one tagged with the tag used for this toc, it may achieve something not too far from what you want? -- You received

[tw] Re: Documentation Macros

2015-10-08 Thread Evolena
The documentation macros are part of the "tw5.com" edition, so it is not included in an empty edition. Here are the main tiddlers you would need to use these macros: permaview

[tw] Re: [TW5] How to close tiddlers by tag?

2015-10-11 Thread Evolena
Le dimanche 11 octobre 2015 12:23:22 UTC+2, Danielo Rodríguez a écrit : > > > Since when is this possible? The last time I checked was not possible to > use action widgets inside list widgets. > Since the 28th january on Github, so the 5.1.8 (but it doesn't appear clearly in the release

[tw] Re: Pass macro to widget attribute: Create new tiddler with specified title

2015-10-09 Thread Evolena
Maybe I've not been clear enough: the code I've posted (with nested macro) is the non working one, as Mark posted the working one while I was struggling with posting. One should invert the two first lines to make it work. I thought that I had managed to use the tmp macro in brorgschlr85 first

[tw] Re: Pass macro to widget attribute: Create new tiddler with specified title

2015-10-09 Thread Evolena
I was trying to send a similar solution for 10 minutes but that dummy Publication button doesn't seem to want to make something apart frozing the subject... I was wondering for the nested macro too... Nested macro definitions seems to work outside of the outer macro definition, but not inside.

[tw] Re: TW5 $button to... Not working on static

2015-08-30 Thread Evolena
Isn't it related to the fact that static version purpose is to not use Javascripts? -- 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: [tw] Re: [TW5] Most basic Hello World version of TW?

2015-08-30 Thread Evolena
Maybe the right question is not How do I separate the Tiddlers from the Wiki? (tiddlers, not tiddles :) )but How do I modify the UI to fit my needs? You can look at Jed's Stuff (http://ooktech.com/jed/externalbrain/#Dashboard) for example. It doesn't look like a wiki anymore, it's more of a

[tw] Re: [tw5] Text-Slicer Plugin

2015-09-05 Thread Evolena
I'm following this plugin with interest, especially with the recent commit to use list field instead of tags for the parental relation (not yet available on the prerelease) :) It doesn"t manage all wikitext for the moment, ok. But it recognize only one level of list (I tried to slice the

[tw] Re: Request for Input: BibTeX to Tiddler conversion method

2015-09-08 Thread Evolena
You can easily import tiddlers stored in json files in Tiddlywiki. Try to export (Advanced Search, "Filters" tab) a selection of tiddlers in JSON, to look at how it is structured. Le mardi 8 septembre 2015 01:13:09 UTC+2, Tierney Coren a écrit : > > This looks like it might be good, if

[tw] Re: thumbnail-right just an image

2015-09-08 Thread Evolena
Le mardi 8 septembre 2015 12:11:58 UTC+2, Mat a écrit : > i.e to me it seems that it expects as its first argument a link, i.e which > tiddler that it should link to. You can try to make this empty like so: > > <> > No, his macro call is right. The first link parameter is optional, and as he

[tw] Re: [tw5] Text-Slicer Plugin

2015-09-08 Thread Evolena
Le lundi 7 septembre 2015 14:52:15 UTC+2, Jeremy Ruston a écrit : > > Thanks for the comments (and good to see you posting again!). > I was busy spreading the word by using Tiddlywiki in a project with others people (so I went further in interface customization than I ever did before, with

[tw] Re: thumbnail-right just an image

2015-09-08 Thread Evolena
OK, I've found how to correct the display of this "" when there is no caption parameter : In the shadow tiddler "$:/core/macros/thumbails", at the end of the definition of the thumbnail macro, there are these lines: $caption$ \end The issue is corrected by adding a line break between the

Re: [tw] Re: Learning by looking and stealing ;-)

2015-09-10 Thread Evolena
Le jeudi 10 septembre 2015 14:14:56 UTC+2, Ray Vermey a écrit : > > Yes i saw the macro description indeed, but what i would like to learn is > WHEN and WHY could you use Maros? > Concepts are explained too: http://tiddlywiki.com/#Macros A macro is basically text replacement, with the

[tw] Re: Learning by looking and stealing ;-)

2015-09-10 Thread Evolena
Le jeudi 10 septembre 2015 11:48:42 UTC+2, Ray Vermey a écrit : > I really miss a solid introduction (of the more advanced features) > For instance: What are macro's, how to use them? How to create them > You looked at other TW site, but did you read the reference documentation on

Re: [tw] Re: Learning by looking and stealing ;-)

2015-09-10 Thread Evolena
Some examples of usage: - you have a piece of text that is laborious to write, but that you have to use at several places. For example, in French we nee unbreakable spaces before ":", ";" or "?", but unbreakable space is laborious to write, so I can define a macro that replaces

Re: [tw] Re: Learning by looking and stealing ;-)

2015-09-10 Thread Evolena
Le jeudi 10 septembre 2015 15:49:34 UTC+2, Ray Vermey a écrit : > is there also the possibiltie of giving a field a numerical value and the > create a filter where i want to show > the results of the values BETWEEN or GREATER THAN a certain value? > I know how to display tiddlers with a known

[tw] Re: macrocall to transclude... Why no worky?

2015-09-10 Thread Evolena
Maybe transclude is a widget and not a macro? ;) A : transclusion B : widget call C : macro call of a widget -- 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

[tw] Re: [TW5] looping through an array in a macro

2015-09-13 Thread Evolena
Le dimanche 13 septembre 2015 10:48:18 UTC+2, Bob Flandard a écrit : > > Hello, > > Is it possible to define an array and pass it as an argument to a user > defined macro and then loop through each element of the array within the > macro? > > Thanks, Bob > Of course, something lke that:

[tw] Re: Reusing the TW5 official site's documentation macros

2015-09-14 Thread Evolena
The tw5.com documentation has been restructured a while ago. The macros and styles it uses are system tiddlers of the tw5.com edition, and not included in the TW core: $:/editions/tw5.com/doc-macros $:/editions/tw5.com/doc-style $:/editions/tw5.com/if-macro.js If something else is missing,

[tw] Re: Reusing the TW5 official site's documentation macros

2015-09-14 Thread Evolena
You may also need $:/editions/tw5.com/if-macro.js -- 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,

[tw] Re: TW5 - Suggestions for truly long term use?

2015-09-13 Thread Evolena
See Performance If your current sidebar tab contains a long list (e.g. the Recent tab), it slows down TW. As if you've opened tiddlers with a lot of lists. As an example, my 4,5 Mb TW saves in ~4s if I'm on the Recent tab, and less than 2s if I'm on "Open"

[tw] Re: [TW5] Reveal or Slider within a table

2015-09-16 Thread Evolena
Le mercredi 16 septembre 2015 11:33:27 UTC+2, Tobias Beer a écrit : > > This would cater for it but there was reluctance to accept the change... > > https://github.com/Jermolene/TiddlyWiki5/pull/1380 > > Best wishes, > > — tb > It is now possible with the new "tag" attribute of the reveal widget,

[tw] Re: macrocall to transclude... Why no worky?

2015-09-11 Thread Evolena
I haven't understood it at the first glance. And because of the final smiley I was wondering if you were kidding (sharing a funny mistakes that you had already resolved) or if it was serious. If it often happens to you, you can define that macro: \define transclude(tiddler) <$transclude

[tw] Re: favicon in tiddlywiki5.x

2015-09-15 Thread Evolena
The issue with being able to directly edit the TW5.com is that, unlike other wikis systems, the TW core is also editable, so anyone could break it, or worse. So the moderation is far more important than content-only moderation. -- You received this message because you are subscribed to the

[tw] Re: Changing $:/core/ui/TagTemplate

2015-09-15 Thread Evolena
In the tag-body-inner macro, you only need to - change the behaviour of the button widget to navigate to the current tiddler instead of displaying a popup - delete all the reveal widget (which displays the content of the popup) \define

Re: [tw] Re: [TW5] Prevent the state of the Contents (TOC) SideBar from being saved?

2015-09-17 Thread Evolena
Le jeudi 17 septembre 2015 05:00:45 UTC+2, Hegart Dmishiv a écrit : > > I'm currently using unordered lists on my tiddlers for linking to > "sub-types", which of course are also listed in my TOC in the SideBar. > While I'm building my knowledgebase wiki, having the static links on the > tiddler

Re: [tw] Re: [TW5] Prevent the state of the Contents (TOC) SideBar from being saved?

2015-09-17 Thread Evolena
This information is already available on every tiddlywiki: go to the controlPanel, Info/Basics tab, there is a "Number of overridden shadow tiddlers" with an icon that leads to an advanced search filter. Or there is a premade "Overridden shadow tiddlers" filter available in the Advance search

[tw] Re: [TW5] Parameter substitution in macro that uses an external link

2015-09-17 Thread Evolena
Le jeudi 17 septembre 2015 20:52:48 UTC+2, Bob Flandard a écrit : > to be: > > <> {{!!$file$}}>> > > > and created some more junk. > There may be other issues, but a first remark: you can't call a macro with the ordinary wikitext syntax if a parameter is a variable or a macro (like your

[tw] Re: [TW5] Prevent the state of the Contents (TOC) SideBar from being saved?

2015-09-17 Thread Evolena
It still may lead to a lose of data. I've experimented it once. A syntax error that causes the filter to match nothing, and you end with a nearly empty file... So backup every time you change the save-filter! Le jeudi 17 septembre 2015 23:06:53 UTC+2, Tobias Beer a écrit : > > Just to be clear,

[tw] Re: TWC to TW5 help

2015-09-12 Thread Evolena
Le samedi 12 septembre 2015 14:12:17 UTC+2, Bob Flandard a écrit : > > For the TW5 code above to work (for me), I needed to delete the macro > argument and replace $$PROP$$ with !!summary, having first defined a > field in each tiddler called summary. This is really inconvenient because I >

[tw] Re: [TW5] Show field from story tiddler within list widget

2015-09-12 Thread Evolena
Le samedi 12 septembre 2015 14:49:39 UTC+2, francois godard a écrit : > Now I have a sublist that needs both filtering on the story tiddler and on > the <> > <$list filter="[is[current]tagging[]] +[tag[<>]]" variable="Rec"> > > saddly the run +[tag[<>]] is not understood > > What would be the

[tw] Re: Need some help with $set or $reveal widgets

2015-09-29 Thread Evolena
I don't understand why do you absolutely want to use a set or reveal widget, as you only use the variable to display it. Is there a reason I don't see? My list example works perfectly fine when typing the new title, even if a tiddler with the same title is created in the meanwhile, without

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Evolena
Le mardi 29 septembre 2015 23:05:48 UTC+2, Bob Flandard a écrit : > The > > {{{ [tag[some field]each[field_name_2]get[field_name_2]sort[title]] }}} > > > part just concatenates all the field values into a single line with no > spaces, rather than a list of separately selectable options, that

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-30 Thread Evolena
Le mardi 29 septembre 2015 23:50:08 UTC+2, Bob Flandard a écrit : > > Hello Evolena, > > Most of my TW5 belongs to you! > > Do you have stuff on TiddlySpot that I might scrutinize? > Thank you. No, I don't have such a site. And if I had, it would be in French ;) B

[tw] Re: [TW5] Document dirty even without committing any changes

2015-09-28 Thread Evolena
Le lundi 28 septembre 2015 16:48:27 UTC+2, Hegart Dmishiv a écrit : > > Thanks for explaining that, *Evolena*. I would have thought that clicking > the "discard changes to this tiddler" button would have deleted the "Draft > of..." tiddler, thus returning t

[tw] Re: [TW5] Document dirty even without committing any changes

2015-09-28 Thread Evolena
As soon as you open the edit mode of a tiddler, the tiddler "Draft of tiddler" is added in the StoryList. Evenif you discard your change, the StoryList tiddler has been changed, and thus your TW "needs" saving. Le lundi 28 septembre 2015 15:40:36 UTC+2, Hegart Dmishiv a écrit : > > I've noticed

[tw] Re: [TW5] List widget (noob question)

2015-10-01 Thread Evolena
Humm In [TW5] Tag dependant fields I provided you with this code: <$list filter="[all[current]tag[some tag]]"> Field name 1: <$select field="field_name_1"> value 1 value 2 value 3 Field name 2: <$select

[tw] Re: [TW5] How to Transclude all tiddlers with a tag

2015-10-03 Thread Evolena
Le samedi 3 octobre 2015 01:43:29 UTC+2, Nolan a écrit : > > Reading through this discussion with Jeremy > https://github.com/Jermolene/TiddlyWiki5/issues/121 it sounds as though > I should be able to transclude the content of multiple tiddlers based on > their tags using the following > >

[tw] Re: Need some help with $set or $reveal widgets

2015-09-28 Thread Evolena
For a similar use-case, I've used a simple list widget with a filter testing if the new title is an existing tiddler: @@.tc-alert-highlight <$list filter="[{Temp Test!!draft.title}is[tiddler]]"> Caution, <$link><> already exists!@@ I assume here that the "Temp Test" tiddler is always used for

[tw] Re: [TW5] Tag dependant fields

2015-09-28 Thread Evolena
Le lundi 28 septembre 2015 10:51:43 UTC+2, Tobias Beer a écrit : > > Hi Evolena, > > That was a worthy exercise, > and you were quicker to reply. :-) > It was something I only had to copy-paste (and adapt) from one of my own TW, hence the quick reply! The only difference bei

[tw] Re: [TW5] Tag dependant fields

2015-09-28 Thread Evolena
Le lundi 28 septembre 2015 12:25:19 UTC+2, Tobias Beer a écrit : > > Hi Evolena, > > Could you please correct the above code > so as to use *valid* field names? > Ah yes, I've not paid attention to my placeholder names. > By the way, what you call "default"

[tw] Re: [TW5] Tag dependant fields

2015-09-28 Thread Evolena
You can define a custom editTemplate element triggered by the tag. Create a new (system) tiddler tagged with "$:/tags/EditTemplate". You can give it a field "list-after" set to "$:/core/ui/EditTemplate/body" (the fields you want with dropdown will be located after the body editing window,

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-19 Thread Evolena
know. Le samedi 19 septembre 2015 15:27:28 UTC+2, Hegart Dmishiv a écrit : > > Thanks for that *@Evolena*. Yeah, I was anticipating having to use > <$transclude > field="defn" mode="block"/> for that, but then I saw your example code > and got confuse

Re: [tw] Re: [TW5] Default values for templates

2015-09-20 Thread Evolena
Le dimanche 20 septembre 2015 00:29:51 UTC+2, Tobias Beer a écrit : > > Now I'm confused, because... what was I testing earlier? ^_^ > > [...] one of the last times this kicked in: > > #1939 saving a tiddler with non-empty input fields > >

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-20 Thread Evolena
Look at the LinkWidget . If I correctly understand what you try to achieve, something like this may work: <$link to="Open Source" tooltip={{Open Source!!dfn}} tag="abbr">open source or: <$set name="tv-wikilink-tooltip" value="{{!!dfn}}"> <$link to="Open

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-20 Thread Evolena
Le dimanche 20 septembre 2015 09:38:23 UTC+2, Hegart Dmishiv a écrit : > > Thanks *@Eric* and *@Evolena*, it's always great to get multiple answers > showing different ways of achieving something, it gives me more opportunity > to learn. > > Speaking of which, I just wanted

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-20 Thread Evolena
to formalize it, but it doesn't match to what I'm looking for most of the time, it's like an advanced documentation (which can also be useful from time to time). Le dimanche 20 septembre 2015 10:54:32 UTC+2, Tobias Beer a écrit : > > Hi Evolena, > > >> I must admit that I'm n

Re: [tw] Re: [TW5] Default values for templates

2015-09-19 Thread Evolena
As all the examples you provided used a literal default value, it could have been a suitable solution. Le samedi 19 septembre 2015 21:35:20 UTC+2, FrD a écrit : > > Hi Evolena, > > Thanks for the tip. I've tested it : it works. > But as Tobias says, it's only useful for literals.

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Evolena
Le mercredi 23 septembre 2015 16:04:36 UTC+2, Hegart Dmishiv a écrit : > EDIT: It's okay, I worked it out myself. I just had to encapsulate the > <$view> in a blank <$link> code block, like this.. > > > <$list filter="[tag[Definitions]]"> > <$link><$view field="title"/> > <$transclude

[tw] Re: Split Title Listing to List

2015-09-23 Thread Evolena
So your request has to be more specific. You did mention the content of your field (which is not useful for the response), but not the name of this field, so the answers given to you must use a non-specific field name. Le mercredi 23 septembre 2015 16:48:45 UTC+2, James a écrit : > > Hi All, >

[tw] Re: Split Title Listing to List

2015-09-23 Thread Evolena
Arggh, you're right, thank you. I think it has already been said that this is counter-intuitive... Le mercredi 23 septembre 2015 17:40:55 UTC+2, Tobias Beer a écrit : > > Hi Evolena, > > >> However, I think (not tested), that all the filter should be: >> &g

[tw] Re: How to delete unused Tags in TW5

2015-09-21 Thread Evolena
Le lundi 21 septembre 2015 15:00:55 UTC+2, Tobias Beer a écrit : > @Metabele, > Don't we already have the ability yet to use lists with action widgets? > > Yes, it's now possible (and very useful!). In TW5.1.10, there will also be a tm-rename-tiddler message, which allow to rename a tiddler

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-19 Thread Evolena
Le samedi 19 septembre 2015 12:28:13 UTC+2, Hegart Dmishiv a écrit : > > As a secondary issue, the results of the <$view field="defn" /> line are > not being parsed properly as wikitext, yet when I use {{!!defn}} on the > tiddler where the field is created, it shows properly as wikitext. What >

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-19 Thread Evolena
> > Usually, the mode is determined by whether the transclude widget itself > has been parsed in block or inline mode. This can be overridden with the > mode attribute. > So I guess that being in a definition list, the parent mode is block, and so is the transclude widget mode. To be honest,

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-19 Thread Evolena
Le samedi 19 septembre 2015 12:28:13 UTC+2, Hegart Dmishiv a écrit : > > This is my first attempt at displaying content programmatically within a > tiddler. Well, almost my first anyway. I have successfully displayed a > tiddler field in the text of the same tiddler itself, using >

  1   2   >