[tw] Re: Search duplicate caption-fields

2018-02-08 Thread BurningTreeC
hello Magnus, this could do what you need: \define compareCaptions() <$list filter="[[$(firstTidCaption)$]regexp[^$(thisTidCaption)$$]]"> $(firstTiddler)$ and $(thisTiddler)$ have the same caption <$button message="tm-edit-tiddler" param="""$(thisTiddler)$""">edit $(thisTiddler)$ \end

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
Question: Can you use this mechanism for ad-hoc assemblages of characters? I noticed in a config tiddler (I can no longer find) that seemed to indicate you could have ANY character on the keyboard AND that you could actually change layout (nos of keys?) Just wondering. Because if it could

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
I was already thinking about an emoji button to switch to emoji selection greek characters special characters <$button> snippets (and more for all standard tw widgets) more ideas welcome -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
The "normal" mode Keyboard in the test I just tried worked well. BUT, like the other you can't move it. A few comments. 1 - It doesn't need to be so big? The character size to key size in what I saw (Win FF52 64 desktop) was small characters, large keys ... 2 - I looked at the

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
thanks @TiddlyTweeter, the design is exactly where I need help for making decisions. Also - on mobile devices, where this could be used more - the standard mobile keyboards do make the wikis too small to be able to seriously edit tiddlers. I'd like to change that - I don't know if it's

Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread Jeremy Ruston
Hi Josiah > On 6 Feb 2018, at 11:30, @TiddlyTweeter wrote: > > I notice the backup folder is still created even if you switch off backups > for a TW. I guess they are problematic to disable too? Its just I end up with > a few irrelevant folders. But I'm assuming you

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread 'Mark S.' via TiddlyWiki
I use the Null Keyboard app for suppressing the popup keyboard when I have a physical board attached. Not sure how it works when no keyboard is attached. -- Mark On Thursday, February 8, 2018 at 10:29:39 AM UTC-8, BurningTreeC wrote: > > thanks @TiddlyTweeter, > > the design is exactly where I

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
thanks, in the normal view it should show in the bottom right page corner. I'll investigate -- 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] Search duplicate caption-fields

2018-02-08 Thread magev958
Most of my tiddlers have a uuid-title and a caption-field. With the collection of tiddler growing I have come across a couple of tiddler with same caption. I would likt to find all duplicates but don't know how /Magnus -- You received this message because you are subscribed to the Google

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
Just for ideas ... *Minimalist variant accent sets *... for years I have used a mini-app that works with any text entry program where you need to enter language specific variants not available on the keyboard. Here is a screen shot to show how elegant it is. All characters are definable. You

[tw] Help requested: "Import here" function

2018-02-08 Thread Michael Wiktowy
Hi, I would like to implement the functionality like "New Here" but for the "Import" functionality such that if you click on a button on a particular tiddler, it will import a file as a tiddler and tag it with that current tiddler much like "New Here" does. Does the tm-perform-import message

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
BTC Teething problems ... On both desktop Win7 FF 52 64bit & Chrome latest, the keyboard icon does NOT show up except in TiddlyTouch mode ... standard mode the editor does not display it. Best, J. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
BTC NO it IS THERE. I just didn't see it because I was expecting it to behave the same in both modes. My apologies for not noticing--however, my overlooking it may indicate a user design issue? Best wishes Josiah On Thursday, 8 February 2018 18:17:53 UTC+1, BurningTreeC wrote: > > thanks, in

[tw] Re: Search duplicate caption-fields

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Using only tools available in the core, this works: <$list filter="[all[tiddlers]has[caption2]each[caption2]get[caption2]sort[caption2]]" variable="capt"> <$list filter="[field:caption2count[]prefix[2]suffix[2]] [field:caption2count[]prefix[3]suffix[3]]" > Caption: <> used in <$list

[tw] Announcing TiddlyDesktop v0.0.13

2018-02-08 Thread Jeremy Ruston
I'm pleased to announce the release of v0.0.13 of TiddlyDesktop: https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.13 - Fixed problem with downloading/exporting - Fixed problem with saving with TiddlyWiki Classic

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
> > Question: Can you use this mechanism for ad-hoc assemblages of > characters? I noticed in a config tiddler (I can no longer find) that > seemed to indicate you could have ANY character on the keyboard AND that > you could actually change layout (nos of keys?) > > Just wondering. > >

[tw] How-to?: Make a button in the sidebar for multiple action-possibilities (like the "more actions")

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi TW-friends :-) I'd like to build a button in the sidebar (next to the other buttons) for building new tiddlers by templates. But I want to have several possibilities for new-tiddler-templates in this button. These should be choosable, when I click on this one button (like the "more

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Oops. Change CheckboxTemplate to <$checkbox field="criteria" checked="yes" unchecked="no"/> {{!!title}}Enter code here... and Search made by Mark to: \define addCrit() $(additionalCriteria)$ <$macrocall $name="toc-tabbed-internal-nav" tag="TableOfContents"

Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread Jeremy Ruston
Hi Josiah > On 8 Feb 2018, at 20:08, @TiddlyTweeter wrote: > > So, the act of checking if a backup folder exists creates a backup folder :-). Ah, the underlying primitive in nwjs that opens a folder seems to helpfully create the folder if it doesn’t exist. Not sure

Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread @TiddlyTweeter
Right. Probably not. The worst it will do is create a folder. No big deal. And now I know NOT to press that button :-) On Thursday, 8 February 2018 21:28:10 UTC+1, Jeremy Ruston wrote: > > Hi Josiah > > On 8 Feb 2018, at 20:08, @TiddlyTweeter > wrote: > > So, the act of

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Oh, sorry, I wrote something wrong: > >- When I choose "A" by clicking the checkbox, it adds the tag "B" to >the tiddler "B". > > I meant: When I choose "A" by clicking the checkbox, it adds the tag "A" to the tiddler "A". And, of course the same with example "B": When I choose

Re: [tw] Re: Announcing TiddlyDesktop v0.0.13

2018-02-08 Thread Jeremy Ruston
Hi Josiah > ... I'm not entirely clear HOW to get those config files into a sub-dir of: > C:\bag\PortableApps\tiddlydesktop or whether it can accept relative > addressing so I can just put "bag" on a pendive and know it will work the > same? You should be able to do use the --user-data-dir

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
@Mark, thanks for the tip with the Nullkeyboard app, I'll try that I guess there may also be keyboards that can float on the screen, but I'd like to see how a tw solution would work. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread @TiddlyTweeter
Ciao Jeremy I can replicate it on v0.0.13. I watched the folders in an explorer to see what happens. 1 - Switch Off "enable backups" for Crusoe TW 2 - Delete the old backup folder for Crusoe TW 3 - Create a new Tiddler for Crusoe TW. It saves. NO folder is created. 4 - Click "reveal backups"

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi Mark, Am Mittwoch, 7. Februar 2018 16:31:18 UTC+1 schrieb Mark S.: >> >> Here's an ugly, proof-of-concept approach. Make a tiddler: >> >> <$macrocall >> $name="toc-tabbed-internal-nav" >> tag="TableOfContents" >> selectedTiddler="$:/temp/toc/selectedTiddler" >>

[tw] Re: Announcing TiddlyDesktop v0.0.13

2018-02-08 Thread @TiddlyTweeter
Ciao Jeremy I run TiddlyDesktop from within Portable Apps ... Except its not a fully Portable App in that configuration (for me on Windows 7) is at C:\Users\Josiah\AppData\Local\TiddlyDesktop\User Data\Default\user-config-tiddlywiki ... ... I'm not entirely clear HOW to get those config

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Take out "Enter code here..." which is something left over from the gügle editor. -- Mark On Thursday, February 8, 2018 at 1:20:39 PM UTC-8, Mark S. wrote: > > Oops. Change CheckboxTemplate to > > <$checkbox field="criteria" checked="yes" unchecked="no"/> {{!!title}} > > and Search made by

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Since your tags are in a tree, I didn't think it was possible for items to be both A and B. Oh well. Try replacing Mark's Search with these contents: \define addPrefix() +[tag[ \define addSuffix() ]] \define finalFilter() [all[tiddlers]] $(myfilter2)$ +[regexp[$( additionalCriteria)$]]

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi Mark, with that the basic function works- thanks :-) Now the second: When I choose more than one tag, it lists all tiddlers which have either the one tag or the other tag. It seems to be a search with "OR". But it should be a filter with AND. With AND it should list less tiddlers, the more

[tw] Help requested: "Import here" function

2018-02-08 Thread TonyM
I can't give you the full answer but I expect you to learn something from the export feature. Alternativly look for what creates and displays the import tiddler. Note because you can export a tiddler from the tiddler toolbar it will have access to current toddler but the import is in the page

[tw] [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
Hello community, I'm making an onscreen keyboard and I've put a proof of concept onto http://muritest.tiddlyspot.com - it's accessible in all views in edit mode I'd need a little help, if you're interested in such a tool cheers, BurningTreeC -- You received this message because you are

[tw] How-to?: Make a button in the sidebar for multiple action-possibilities (like the "more actions")

2018-02-08 Thread TonyM
Although not exactly the same you could create a menu button and display in top right bar using the MyMenus plugin. Regards Tony -- 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,

[tw] Re: Macro with substitution

2018-02-08 Thread 'Mark S.' via TiddlyWiki
You could define the macro globally in it's own tiddler, so it's separate from the rest of the code. Or, as I mentioned, you could do the concatenation inside your JS macro. Have fun -- Mark On Thursday, February 8, 2018 at 7:44:45 AM UTC-8, Tristan Kohl wrote: > > Hi Mark, > > that works,

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
Ciao BTC Nice idea. Early feedback. On Win 7 Firefox 52 64bit. (1) The keyboard appears over the edit area and you can't move it. (2) Too much transparency ... Best wishes Josiah BurningTreeC wrote: > > I'm making an onscreen keyboard and I've put a proof of concept onto >

Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-08 Thread David Gifford
Wow, this is great! Thank you, Diego! David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Wed, Feb 7, 2018 at 8:04 PM, Diego Mesa wrote: > Hey

[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
@TiddlyTweeter, thanks, this is in muuri view, there I need to tinker it a bit to fit better. how is it in the normal view? thanks for your input, BurningTreeC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Macro with substitution

2018-02-08 Thread Tristan Kohl
Hey guys, for my wiki I need to substitute part of a filter which gets passed to a macro which in turn builds a table from those tiddlers. My call looks like this: <> Obviously that does not work (I dropped a console.log in my JS macro), my macro gets passed the filter without substituted

[tw] Re: Macro with substitution

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Whenever you need to concatenate, you almost need a helper macro. Something like this might work: \define myfilter() [tag[action]hive[$(title)$]] <$vars title={{!!title}}> <$macrocall $name=mymacro filter=<> columns="title date text" columns2="UID Date Notes"/> Of course, I'm just guessing

[tw] Re: Macro with substitution

2018-02-08 Thread Tristan Kohl
Hi Mark, that works, thank you so much for this I would never have come to this by myself. However my guts hurt when I see a macro defined inside a tiddler. I know that this is the way TW works but whenever I develop software I work very hard to separate concerns as much as possible so