[tw] Re: Best "equal" operator?

2017-08-28 Thread Stephan Hradek
What about the $reveal 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to

[tw] Re: Help With the Strex Macro

2017-08-27 Thread Stephan Hradek
Am Sonntag, 27. August 2017 17:48:21 UTC+2 schrieb Thomas Elmiger: > > Concerning hover effects and :before I am not sure about the accessibility > of such solutions. Touch devices and screen readers might have difficulties > with those. > > Change the macro to: \define fn(name) <$link

[tw] Re: Dynamic Filters

2017-08-27 Thread Stephan Hradek
What about putting your project importance values as tags to your tiddler which should filter? Example which you can test on tiddlywiki.com: <$list filter="[[Articles]] [[Contents]] [[Editions]]" variable="tag"> <$checkbox tag=<>> <$text text=<>/> -- <$list filter="[tags[]tagging[]]

[tw] Re: Help With the Strex Macro

2017-08-27 Thread Stephan Hradek
Am Sonntag, 27. August 2017 08:52:21 UTC+2 schrieb K: > > I appreciate the help here, but I left out some information in my first > post, the macro has already been adapted, and I'm not to proficient in > scripting. If you still want to help, I've thrown together an empty > tiddlywiki file

[tw] Re: Help With the Strex Macro

2017-08-27 Thread Stephan Hradek
Am Sonntag, 27. August 2017 08:52:21 UTC+2 schrieb K: > > I appreciate the help here, but I left out some information in my first > post, the macro has already been adapted, and I'm not to proficient in > scripting. If you still want to help, I've thrown together an empty > tiddlywiki file

[tw] Re: TW5 Search and replace within text

2017-08-26 Thread Stephan Hradek
A quite old question. Here is a (kind of) solution with vanilla TW5: \define settext() $(start)${{$:/state/sr!!replace}}$(right)$ Search: <$edit tiddler="$:/state/sr" field="search"/> Replace: <$edit tiddler="$:/state/sr" field="replace"/> <$list filter="[tag[x]]" variable="replaceHere">

[tw] Re: Help With the Strex Macro

2017-08-26 Thread Stephan Hradek
As there was a small typo in the CSS and I wanted to experiment with a macro, please see below a macro-version. CSS: span.strex:before { content:"\00a0[...]\00a0"; background-color: lightgray; } span.strex > span { display: none; } span.strex:hover:before { content:""; margin-right: 0em; }

[tw] Re: Help With the Strex Macro

2017-08-26 Thread Stephan Hradek
I don't know the macro and I don't want to dive into it, but here is a starting point for you using pure CSS: CSS Tiddler: span.strex:before { content:"... "; } span:strex > span { display: none; } span.strex:hover:before { content:""; } span.strex:hover > span { display:inline; } Strex is

[tw] Re: [TW5] Time Tracking - Searching ideas & hints

2017-08-24 Thread Stephan Hradek
Am Donnerstag, 24. August 2017 18:09:05 UTC+2 schrieb Mark S.: > > Just to be clear -- when you talk about time-tracking, are you thinking in > units of days or hours/minutes? > Even down to seconds ;) No.. Hours/minutes would be sufficient. -- You received this message because you are

[tw] Re: How do I create a custom field with added leading zeros?

2017-08-24 Thread Stephan Hradek
Am Donnerstag, 24. August 2017 12:52:36 UTC+2 schrieb Stephan Hradek: > > Wouldn't it be easier to fix all the titles? > Maybe this will help \define fixmonth() $(year)$0$(rest)$ \define fixday() $(year)$$(month)$0$(rest)$ <$list filter="[regexp[^\d\d\d\d-\d\d?

[tw] Re: How do I create a custom field with added leading zeros?

2017-08-24 Thread Stephan Hradek
Wouldn't it be easier to fix all the titles? -- 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

[tw] [TW5] Time Tracking - Searching ideas & hints

2017-08-24 Thread Stephan Hradek
Hi, in my current job I'm using Kimai for time tracking. Nice, web-based application but of course the downside is: It requires a webserver to run it. As my job finishes in a few days, I thought that TiddlyWiki could give me an alternative. But I have yet to figure out what can be done with

[tw] Re: Table with value from more than one datatiddler

2017-08-20 Thread Stephan Hradek
Data tiddler 1 idxa:dt1-a idxb:dt1-b idxc:dt1-c Data tiddler 2 idxb:dt2-b idxc:dt2-c idxd:dt2-d Tabel Tiddler Indexdt1dt2 <$list filter="[[dt1]] [[dt2]] +[indexes[]]"> <> <$view tiddler="dt1" index=<>/> <$view tiddler="dt2" index=<>/> -- You received this

[tw] Re: [OffTopic] Anyone going to FrOSCon this year?

2017-08-17 Thread Stephan Hradek
No one's interested!? What a shame :( I will be there on both days. -- 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] [OffTopic] Anyone going to FrOSCon this year

2017-06-27 Thread Stephan Hradek
Hi, will anyone of you come to FrOSCon this year? https://www.froscon.de/en/ I will be there the third time now this year and it was each time very interesting. My son will be a tutor for the FrogLabs, so if you want to bring your kids, make sure to book FrogLabs for them ;)

[tw] Re: [TW5] Popups make TiddlyWiki "dirty" (to be saved)

2017-05-23 Thread Stephan Hradek
:( Another occurence of "Please search before you ask"! https://groups.google.com/forum/#!topic/Tiddlywiki/I8YunVLvxvY <> helped as "$:/state/…" doesn't seem to be eligible for saving. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] [TW5] Popups make TiddlyWiki "dirty" (to be saved)

2017-05-23 Thread Stephan Hradek
Something I noticed after @PMario solved my popup-issue https://groups.google.com/forum/#!topic/tiddlywiki/C9IujCV8S0g Each time I open one of the popups, my TW comes into a "has to be saved" state. Understandable as it will alway create a new tiddler to store the popup's current state. Is

[tw] Re: [TW5] Popup an info tiddler?

2017-05-22 Thread Stephan Hradek
Thanks so much Mario, Works like a charme. -- 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

[tw] [TW5] Popup an info tiddler?

2017-05-22 Thread Stephan Hradek
Maybe someone can point me into the right direction. I am trying to achieve the following: I have a list of links for which I also might have an information stored in a tiddler. So in case the information tiddler exists, I want to render an (i) and upon click the information tiddler should pop

[tw] Re: TiddlyFox - freshly installed - doesn't work anymore

2017-05-12 Thread Stephan Hradek
SORRY! One should read what Jeremy wrote in the Instructions for TiddlyFox ;) Now I found the "Big Blue Ball", followed the instructions (click it and allow saving) and now it works. Great stuff btw., Jeremy! I still love TiddlyWiki and already convinced several others. Unfortunately I have

[tw] TiddlyFox - freshly installed - doesn't work anymore

2017-05-12 Thread Stephan Hradek
Hi, My TiddlyWiki cannot be saved anymore with TiddlyFox installed. When I click the save button I'm prompted to save the file under a new name or open it in IE. I removed and reinstalled TiddlyFox but it didn't help. Windows 7 FireFox 53.0.2 (32-bit) What else can I post to help find the

[tw] Re: [TW5] use a title as a list - or maybe another proposal?

2016-09-26 Thread Stephan Hradek
Moin Tobias! Am Freitag, 23. September 2016 20:50:30 UTC+2 schrieb Tobias Beer: > What recipients? And what are they to receive? > Colleagues who have to take over the handling of the issues > What data, for use where? > The list of issues and related tickets. I also received the list

[tw] Re: [TW5] use a title as a list - or maybe another proposal?

2016-09-23 Thread Stephan Hradek
Thanks, Tobias and Marc. That was my initial idea, but the "problem" here are: 1) The recipients are not really TiddlyWiki users 2) The Data is only intermediate. Eventually the recipients will transfer the data to something else 3) The fields are not automatically searched so they might get

Re: [tw] [TW5] use a title as a list - or maybe another proposal?

2016-09-23 Thread Stephan Hradek
Am Donnerstag, 22. September 2016 15:45:45 UTC+2 schrieb Jeremy Ruston: > > > I think I’d be inclined to make a global macro: > > <> > > The problem here is that I couldn't figure out how to "split" the elements of the macro's parameter. That's why I started thinking of using [list[...]] -

[tw] [TW5] use a title as a list - or maybe another proposal?

2016-09-22 Thread Stephan Hradek
Hi! After a very long pause I'm using TiddlyWiki again. And now I came across this "puzzle" which you might be able to solve. Background: I have a long list of issues which are documented as tiddlers. Some of the issues are related to tickets and now I want to add a link to these tickets in

Re: [tw] Re: [TW5] how to get the list of fields of tiddler with value yes

2015-04-20 Thread Stephan Hradek
It's very difficult (for me) to follow what you're trying to achive. Do you have someting online where we can take a look anf maybe experiment? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

[tw] Re: Is there a way to force wikification of text?

2015-04-20 Thread Stephan Hradek
Am Samstag, 18. April 2015 18:27:49 UTC+2 schrieb c pa: PMario, I have set up my public wiki with the elements I'm working on. here http://cpashow.tiddlyspot.com/ With comments I couldn't follow that. Maybe you can set up a static tiddler there whcich describes your workflow and what

[tw] Re: TiddlyWiki Jazzy Jingle

2015-04-18 Thread Stephan Hradek
Nice. Should be played as an intro to every hangout recording. -- 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: What use instead of {{!!title}} in template?

2015-04-17 Thread Stephan Hradek
Am Donnerstag, 16. April 2015 19:23:14 UTC+2 schrieb Jed Carty: $link to={{!!title}}$view field=title//$link should work I think $link$view field=title//$link should be sufficient. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: filter expressions difference

2015-04-17 Thread Stephan Hradek
Am Donnerstag, 16. April 2015 10:13:57 UTC+2 schrieb Rustem: Is there any difference between [some_filter[]sort[]] and [some_filter[]] +[sort[]]? Is one more efficient than the other? The second version can be used for stuff like this: [some_filter[]] [some_other_filter[]] +[sort[]] The

[tw] Re: [TW5] Best handling of sorting section numbers?

2015-03-29 Thread Stephan Hradek
When you already have an order field, why not add a suborder field? Instead of puttong 1.10 into order put 1 into order and 10 into suborder. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

Re: [tw] Re: pretty quotes?

2015-03-15 Thread Stephan Hradek
If I would want pretty quotes, I'd simply enter them wher I want them. On my Keyboard it's simply Alt-^ for „ and Shift-Alt-^ for “. Would I want Guillemets I'd enter Alt-Q for « and Shift-Alt-Q for ». It's just a matter of getting used to it. I always HATE it when Word and

[tw] Re: Saving just re-downloads the file. How to re-configure the save option?

2015-03-14 Thread Stephan Hradek
http://tiddlywiki.com/#GettingStarted%20-%20Chrome TiddlyWiki http://tiddlywiki.com/#TiddlyWiki on Google Chrome can only save changes using the HTML5-compatible fallback saver module. To me it seems: There is no other way in Chrome. -- You received this message because you are subscribed

Re: [tw] [TW5] Export Story as HTML?

2015-03-13 Thread Stephan Hradek
Am Donnerstag, 12. März 2015 16:59:08 UTC+1 schrieb Jeremy Ruston: I'm not quite following; it sounds like you've already got a static HTML export that does not contain the menu. Would I ask if it were not there? ;) Please check waht you wrote above. When I export a static HTML from my

Re: [tw] Re: pretty quotes?

2015-03-13 Thread Stephan Hradek
Am Donnerstag, 12. März 2015 21:01:40 UTC+1 schrieb AlexHough: Then it's easy to create a parser rule for it. -- not for me unfortunately any pointers most appricated Pointer: http://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fparsers%2Fwikiparser%2Frules%2Fdash.js Of course you need to

Re: [tw] Re: pretty quotes?

2015-03-13 Thread Stephan Hradek
Am Freitag, 13. März 2015 09:49:50 UTC+1 schrieb AlexHough: Stephan. thank you... yes I see now-- it works In terms of flow though, typing ``; is a lot slower than Sure it's slower. But feel free to adapt it to your needs. Change the regexp to whatever you like. For examle

Re: [tw] Re: pretty quotes?

2015-03-13 Thread Stephan Hradek
Am Freitag, 13. März 2015 07:59:40 UTC+1 schrieb AlexHough: Thanks Stephan I cloned the dash module and made the changes you suggested. (see below) Its not working :( I have possibly overlooked something simple I'm pretty sure you overlooked someting really simple. When I read your

[tw] Re: pretty quotes?

2015-03-12 Thread Stephan Hradek
there is no parser rule for and I doubt it would be good. There are far too many edgecases where you wouldn't want it to be replaces. Better make up some text which then should be replaced by your intended quotes. Maybe something that's not likely to interfere with other stuff. Maybe

Re: [tw] [TW5] Export Story as HTML?

2015-03-12 Thread Stephan Hradek
Am Donnerstag, 30. Oktober 2014 16:09:37 UTC+1 schrieb Jeremy Ruston: Are you printing the main TiddlyWiki, or generating a static file for printing? When printing the main TiddlyWiki page the sidebar is automatically hidden, at least for browsers that support print media rules. The

Re: [tw] Re: ubuntu: tw5 link to open local bash script files

2015-03-11 Thread Stephan Hradek
Am Dienstag, 10. März 2015 08:24:02 UTC+1 schrieb Felix Küppers: Hi Dave, Nevermind - I just tried browsing to /bin/bash and it worked, ha ha just be careful executing a shell script offered as download by your browser is a big security hole. To make it a bit more secure

[tw] Re: Handy Filter Snippet for Journals

2015-03-11 Thread Stephan Hradek
If you turn it around, you don't need to sort that much: [tag[Journal]!sort[modified]limit[10]] You'r sorting all tiddlers. This sorts just the Journals. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: Illness

2015-03-01 Thread Stephan Hradek
Get well soon! -- 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 email to

Re: [tw] [TW5] Lernkartei / Zettelkasten

2015-02-27 Thread Stephan Hradek
Am Freitag, 27. Februar 2015 09:27:29 UTC+1 schrieb Andreas Hahn: Thats cool, thanks Stephan. Do you think it would be possible to only display one card (or question) at a time ? replace limit[10] with limit[1] And furthermore, I think it should be possible to type in an answer

[tw] Re: [TW5] Lernkartei / Zettelkasten

2015-02-27 Thread Stephan Hradek
@all Thanks for all the great ideas - feel free to try and implement them. For the time being I do not feel like testing any of those. I just smashed my old (late 2008) MacBook Pro in trying to repair it :( -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Lernkartei / Zettelkasten

2015-02-26 Thread Stephan Hradek
Am Freitag, 27. Februar 2015 00:59:29 UTC+1 schrieb Jed Carty: I like it. Now I just need to make one for French. Also, the first thought I had is that it wouldn't be hard to make something that gives you a random selection of cards from a box instead of using the modified field to sort

[tw] Re: [TW5] Some simple date macros

2015-02-26 Thread Stephan Hradek
Am Mittwoch, 25. Februar 2015 23:21:50 UTC+1 schrieb Jed Carty: I made some simple date macros http://inmysocks.tiddlyspot.com/#Date%20Macro%20Demos that give the time between two dates and one that will add (or subtract) a specific amount of time to the current date. For adding and

[tw] [TW5] Lernkartei / Zettelkasten

2015-02-26 Thread Stephan Hradek
Thanks to Peter Miller's question https://groups.google.com/d/msg/tiddlywiki/gNHEhTRdZQE/uU-eMpBU5YMJ I just created a small Lernkartei / Zettelkasten app using plain TW5. Have fun learning some animals in Englisch and German http://lernkartei.tiddlyspot.com -- You received this message

[tw] Re: [TW5] Marking a tiddler as previously visited

2015-02-25 Thread Stephan Hradek
Could this experiment be something for learners? Go to http://tiddlywiki.com and create a new tiddler containing ! Sections to learn: $list filter=[!is[system]!tag[learned]sort[]limit[10]] $checkbox tag=learned $view field=title/ /$checkboxbr/ /$list --- $list

[tw] Re: [TW5] Marking a tiddler as previously visited

2015-02-25 Thread Stephan Hradek
Am Mittwoch, 25. Februar 2015 12:15:29 UTC+1 schrieb Peter Miller: Many thanks, Stephan. Not quite what I was looking for but it certainly looks useful, especially for revision purposes. Thank you for asking that question as it made me think a bit about it and I realized: It should be

[tw] Re: [TW5] Calculate Age

2015-02-24 Thread Stephan Hradek
I would have thought something like this would work: $view field=birthday format=relativdate/ -- 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: Embed a ZIP for download?

2015-02-23 Thread Stephan Hradek
Thanks Andreas - So Mario is right with his hint that I need to convert to base 64. -- 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: Embed a ZIP for download?

2015-02-23 Thread Stephan Hradek
Am Montag, 23. Februar 2015 10:06:00 UTC+1 schrieb Andreas Hahn: Yes, it is unfortunately it is the only way to do it, without editing core source code. I btw use powershell with a function I found online[1], that makes it kinda easy to do (since it even copies it to the clipboard). I

[tw] Re: Embed a ZIP for download?

2015-02-23 Thread Stephan Hradek
Am Montag, 23. Februar 2015 08:54:49 UTC+1 schrieb PMario: So you want to distribute the application within the documentation? I want to host the TiddlyWiki on (e.g.) tiddlyspot. As a sideefect yes, the documentation would contain the zip in a saveable form. -- You received this message

[tw] Re: Embed a ZIP for download?

2015-02-23 Thread Stephan Hradek
Am Montag, 23. Februar 2015 09:31:22 UTC+1 schrieb PMario: If you use eg: github to host 2 different files, you can use a simple download link in TW At the moment I have difficulties using GIT. My browsers are no longer supported by them and the commandline also is very reluctant :(

[tw] Embed a ZIP for download?

2015-02-22 Thread Stephan Hradek
I was wondering how this could be achieved. It seems to be possible to import a zip file into a TiddlyWiki. But how would I make it downloadable? The background: I've created a small application (just around 8KB as a zip) I want to make available for download. At the same time I want to

Re: [tw] Re: Automatically converting selected string patterns in to hyperlinks (CL12345, or BUG12345, JIRA12345 etc)

2015-02-18 Thread Stephan Hradek
Am Mittwoch, 18. Februar 2015 13:09:12 UTC+1 schrieb Nicola Worthington: Simply for my own speed of productivity. I don't want to think about formatting my regular workflow in order to make the tool work for me. I'm not going to be sharing the markup with anyone; it's purely a personal

[tw] Re: Automatically converting selected string patterns in to hyperlinks (CL12345, or BUG12345, JIRA12345 etc)

2015-02-17 Thread Stephan Hradek
If you understand JavaScript, take a look at the wikilink.js http://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fparsers%2Fwikiparser%2Frules%2Fwikilink.js module. Maybe it gives you enough insight to copy and adapt it to your needs. -- You received this message because you are subscribed to

[tw] Re: [TWC] Setting variables from links

2015-02-15 Thread Stephan Hradek
To be honest: I don't understand your problem. Can you elaborate? Maybe you have an example to look at online? -- 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: Possible to list all fields in a tiddler?

2015-02-15 Thread Stephan Hradek
Am Freitag, 13. Februar 2015 12:44:29 UTC+1 schrieb Danielo Rodríguez: The fields operator is absolutely new for me. And looks new on TW.com also it was already present in 5.0.7 beta as you can see on http://tw5magick.tiddlyspot.com/ which is still at that old version. -- You

[tw] Re: [TW5] Show image depending on field value

2015-02-15 Thread Stephan Hradek
Am Sonntag, 15. Februar 2015 21:41:08 UTC+1 schrieb magev958: If field *temp* has value *warm* I'd like to have the image *sun.svg* to show. Would it be possible to do that? There are multiple ways how to achieve that. You could use the reveal widget http://tiddlywiki.com/#RevealWidget or

[tw] Re: Possible to list all fields in a tiddler?

2015-02-13 Thread Stephan Hradek
Am Freitag, 13. Februar 2015 08:40:23 UTC+1 schrieb James: Hi all, Would it be possible to list all fields in a tiddler? You mean like this? dl $list filter=[is[current]fields[]] -[[text]] variable=fieldname dt$text text=fieldname//dt dd$view field=fieldname//dd /$list /dl -- You

[tw] Re: [TW5] Selecting all text displayed on a single tiddler

2015-02-11 Thread Stephan Hradek
I think this would be worth a plugin. This function could select the text of a DOM element: function selectText( node) { if ( document.selection ) { var range = document.body.createTextRange(); range.moveToElementText( node ); range.select(); } else if (

[tw] Re: [TW5] How dow I escape and characters

2015-02-09 Thread Stephan Hradek
Am Montag, 9. Februar 2015 12:18:28 UTC+1 schrieb Branimir Braykov: And until suppressed parsing is invented, I just wanted to add that does not have to be escaped if is escaped. So only lt;some text is enough :-) Are you sure? \define showme(txt) $txt$ # showme testgt;gt; - correct #

[tw] Re: Would it possible to change the tiddler title font?

2015-02-08 Thread Stephan Hradek
Am Montag, 9. Februar 2015 06:59:00 UTC+1 schrieb James: Hi, I am planning to create a new CSS for my tiddler. Would it be possible to replace the default css stylesheet with my own one? Sure it would be possible, but why take all the trouble? Simply create your own stylesheet and

[tw] Re: [TW5] How dow I escape and characters

2015-02-04 Thread Stephan Hradek
Am Mittwoch, 4. Februar 2015 17:51:55 UTC+1 schrieb Tobias Beer: Please, don't suggest to use html entities. I know about it, but I want to find a general solution. If you prefer a general solution instead of the entities lt; gt;, you can use #60; and #62; Is there actually a d

[tw] Re: [TW5] How dow I escape and characters

2015-02-04 Thread Stephan Hradek
Am Mittwoch, 4. Februar 2015 15:31:15 UTC+1 schrieb Branimir Braykov: P.S. Please, don't suggest to use html entities. I know about it, but I want to find a general solution. If you prefer a general solution instead of the rntities lt; gt;, you can use #60; and #62; -- You received

[tw] Re: [TW5] Tagging with currentTab within tm-new-tiddler creates two tags when the tab title has spaces

2015-02-02 Thread Stephan Hradek
Try \define bracketedCurrentTab() [[$(currentTab)$]] $button $action-sendmessage $message=tm-new-tiddler $param=$:/_Blank tags= bracketedCurrentTab/ New Arrangement /$button Please note: Will fail if your title includes brackets. -- You received this message because you are subscribed to the

[tw] Re: Why is my ButtonWidget does not talk my variable???

2015-01-31 Thread Stephan Hradek
Am Dienstag, 27. Januar 2015 21:57:44 UTC+1 schrieb Jimmy Armand: I figured it out. So why don't you show? Is it a secret? -- 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

[tw] Re: [TW5] creating new tiddlers silently?

2015-01-30 Thread Stephan Hradek
Is it required? You could use the setfield to do that. Simply set the title field. -- 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: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Stephan Hradek
Am Mittwoch, 28. Januar 2015 12:49:27 UTC+1 schrieb Jeremy Ruston: Note that script tags are allowed in text/html tiddlers because they are safely sandboxed in an iframe. I'm not sure, whether or not I understand sandboxed correctly. Please go to tiddlywiki.com Set a username Create a

[tw] Re: [TW5] Let the creator field be required for every new tiddler

2015-01-28 Thread Stephan Hradek
Would it be enought to set this as the first tiddler to display? $reveal state=$:/status/UserName type=match text= Please set your username first. $edit-text tiddler=$:/status/UserName tag=input type=text/ /$reveal $reveal state=$:/status/UserName type=nomatch text= If {{$:/status/UserName}}

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Stephan Hradek
Go to tiddlywiki.com Create a New Tiddler Paste this into the tiddler: script type=text/javascript alert(Hooray); /script Set the type to text/html Finish editing Hooray! -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: New Google Group Settings

2015-01-28 Thread Stephan Hradek
me too. -- 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 email to tiddlywiki@googlegroups.com.

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Stephan Hradek
Please look further down the thread. The encapsulated javascript can access window.parent.$tw and its children. -- 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: Citations from Google Scholar

2015-01-27 Thread Stephan Hradek
I think this could also well be solved with a bookmarklet. Paste the text into the tiddler's body and execute the bookmarklet, which will then pick the text and distribute it into the appropriate fields. -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-27 Thread Stephan Hradek
Could you please post a fully (non-)working example? I have difficulties in understanding what you're trying to do by just looking at an image. I'd prefer to be able to play around a bit with real data and not try to make up test data which I made up on my own and which need not match what you

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-27 Thread Stephan Hradek
Am Mittwoch, 28. Januar 2015 08:42:13 UTC+1 schrieb Stephan Hradek: Could you please post a fully (non-)working example? I have difficulties in understanding what you're trying to do by just looking at an image. I'd prefer to be able to play around a bit with real data and not try to make

[tw] Re: [TW5] Automattically adding date created to title of tiddler

2015-01-26 Thread Stephan Hradek
Am Montag, 26. Januar 2015 16:11:33 UTC+1 schrieb Dmitry Berman: Thanks Astrid, That makes sense. I'm using Journals for something else, but I can use tags too separate the two work flows. Just take a look at how the journal button is configured. I think it shouldn't be too difficult to

[tw] Re: How to create a tag editing field in tiddler?

2015-01-26 Thread Stephan Hradek
you mean like this? table $list filter=[all[]] tr td $link$view field=title//$link /td td {{||$:/core/ui/EditTemplate/tags}} /td /tr /$list /table Only problem I see: When you enter into one tag field, the text will appear in all. When you

[tw] Re: How to create a tag editing field in tiddler?

2015-01-25 Thread Stephan Hradek
Put this into your tiddler: {{||$:/core/ui/EditTemplate/tags}} -- 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 beginners question: template to render link+content?

2015-01-22 Thread Stephan Hradek
Am Montag, 19. Januar 2015 19:13:45 UTC+1 schrieb Tobias Beer: Hi Joerg, A yet simpler way... And if the chapters are really named chapter # \define chapter() chapter $(chaptNo)$ $list filter=[removeprefix[chapter ]nsort[title]] variable=chaptNo !$link to=chapter$text

[tw] Re: You have got to see this!

2015-01-14 Thread Stephan Hradek
Also no crash here with FF35. -- 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 email to

[tw] Re: Hic trying to upgrade to 5.1.7

2015-01-14 Thread Stephan Hradek
I always do it like this: 1. Download the new empty TW5 2. Open it in a browser window 3. Drop the previous version onto it 4. After import and cleanup save the new version -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: Is Twiki better than Tiddlywiki?

2015-01-14 Thread Stephan Hradek
Am Dienstag, 13. Januar 2015 18:14:11 UTC+1 schrieb DaComboMan: Did have problem with Danielo's highlight search plugin. Recently posted to him a few days ago, asking for update. Still no reply. What are you complaining about? Everyone here is contributing here for free. The only price

[tw] Re: Is Twiki better than Tiddlywiki?

2015-01-10 Thread Stephan Hradek
Am Samstag, 10. Januar 2015 04:07:25 UTC+1 schrieb DaComboMan: I don't know. So far, i haven't been able to do an applied version of a wiki with Tiddlywiki as much as what Twiki seems to be promising. http://twiki.org/ So far I haven't been able to transport my whole furniture with my

[tw] Re: Learning TiddlyWiki from [[Easy]] to [[Hard]] using existing TW5's

2015-01-10 Thread Stephan Hradek
I don't give you what you asked for as I would have problems wit this. You see: I see TW5 as a pretty generic tool. It can be tweaked to almost anyones needs and I think there is no real learning path to make you a TW5 expert - except if you look into the source and understand it ;) But an

Re: [tw] Unable to type continuously using edit widget

2015-01-07 Thread Stephan Hradek
Am Mittwoch, 7. Januar 2015 19:21:54 UTC+1 schrieb Jeremy Ruston: Hi Stephan, Tobias On Wed, Jan 7, 2015 at 8:51 AM, Tobias Beer beert...@gmail.com javascript: wrote: Why not finally add the ability to tell an edit widget to only update its target upon focus loss or upon enter-key?

[tw] Re: TW5: Slider/drop down list in filter

2015-01-06 Thread Stephan Hradek
Am Dienstag, 6. Januar 2015 01:49:14 UTC+1 schrieb RickL: Specifically, I have a tiddler template with a field, call it 'field 1'. Upon creation of the tiddler by selecting the New Journal button, I complete 'field 1' with one of 5 different tiddler titles. Is it possible to see the 5

Re: [tw] [TW5] Is it possible to make a Copy2Clipboard widget?

2015-01-06 Thread Stephan Hradek
Am Dienstag, 6. Januar 2015 20:26:22 UTC+1 schrieb Jeremy Ruston: Hi Andrew I'd also love to have a copy to clipboard button. Take a look at GreaseMonkey's source. GreaseMonkey has a CopyToClipboard function and you could put it into tiddlyfox. So with tiddlyfox it would at least be

[tw] Re: TW5: Slider/drop down list in filter

2015-01-06 Thread Stephan Hradek
Okay… Here is a first shot at it: 1. Create one tiddler for each meditation (5 mins; 10 mins; 15 mins; 30 mins) and tag it as mediation 2. Create a tiddler meditation, tag it as meditation, add a field default and put the meditation-default value as its value. 3. Create a

[tw] Re: Unable to type continuously using edit widget

2015-01-06 Thread Stephan Hradek
Am Dienstag, 6. Januar 2015 18:24:38 UTC+1 schrieb Shash: Hi All, I am trying to use $edit field=myfield1/ inside my tiddler. I am unable to type in more than 1 letter at a time. You could use a macro like this: \define lazyedit(field) $edit-text tag=input type=text tiddler=

Re: [tw] Unable to type continuously using edit widget

2015-01-06 Thread Stephan Hradek
Hi Jeremy! Am Dienstag, 6. Januar 2015 19:24:48 UTC+1 schrieb Jeremy Ruston: @Jeremy : Can we have this feature as a request? Unfortunately, there's no reliable way of fixing this limitation. There has been quite a lot of discussion of the technical issues in the past. And it keeps

[tw] Re: TW5: Slider/drop down list in filter

2015-01-06 Thread Stephan Hradek
Am Mittwoch, 7. Januar 2015 00:53:20 UTC+1 schrieb Tobias Beer: Of course, I'm always going full circle to the same problems. ^^ It's not the *same* problem it seems, but a *similar*. The OP asked for selecting from a list of tiddlers, not from a list of fixed values. That's why I asked in

[tw] Re: Fun with Unicode and TiddlyWiki

2015-01-04 Thread Stephan Hradek
Am Samstag, 3. Januar 2015 19:13:11 UTC+1 schrieb Jim Lehmer: One objection people might have is I could simply use the HTML character entities for the troublesome characters, but then I have to look them up each time. Nope. Here is a handy bookmarklet for you:

[tw] Re: Javascript Interaction with a Textarea

2015-01-03 Thread Stephan Hradek
I'm using it heavily here in my bookmarklets: http://tw5magick.tiddlyspot.com/ Search for example for STRIKE. -- 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: Javascript Interaction with a Textarea

2015-01-03 Thread Stephan Hradek
Am Sonntag, 4. Januar 2015 00:04:55 UTC+1 schrieb Stephen Kimmel: Correct me if I'm wrong. Aren't the bookmarklets separate from TiddlyWiki Yes, but they can be used with tiddlywiki. I think this is proof that your code should work. Would it be possible to store them as javascripts in

Re: [tw] Re: [TW5] Search in field contents?

2015-01-01 Thread Stephan Hradek
Am Mittwoch, 31. Dezember 2014 17:15:05 UTC+1 schrieb Jeremy Ruston: Hi Tobias Smells like a core feature to me. However, this implementation uses the deprecated regexp operand syntax. We should use the new `regexp` filter operator instead if possible. It's possible. It's also

[tw] Re: [TW5] Search in field contents?

2014-12-28 Thread Stephan Hradek
Am Sonntag, 28. Dezember 2014 04:13:46 UTC+1 schrieb Dmitry Skopa: Hello, Stephan Do I need to name this tiddler in some special way or tag it with some special tag to make it work? No. Just take care to remove the line breaks which appeared somehow in the code :( \define

[tw] Re: [TW5] Search in field contents?

2014-12-28 Thread Stephan Hradek
As an update: Create a tiddler called Field tagged $:/tags/AdvancedSearch containing: \define searchInField(field, for) $list filter=[!is[shadow]!is[system]field:$field$/$for$/] $link$view field=title//$link /$list \end $edit-text tiddler=$:/temp/advancedsearch type=search tag=input/

[tw] Re: [TW5] Search for an index by its content (and some video and string concatenation stuff)

2014-12-28 Thread Stephan Hradek
Am Samstag, 27. Dezember 2014 22:16:48 UTC+1 schrieb Jed Carty: but I can't find a way to search all fields or indexes by their stored values. Does this help? https://groups.google.com/forum/#!topic/tiddlywiki/w03HpUdfSIk -- You received this message because you are subscribed to the

<    1   2   3   4   5   6   7   8   9   10   >