[tw] Re: Preventing Links inside links

2016-10-14 Thread BJ
It is possible to turn linking off: \define g() <$link to="b">linktob <$link to="a"><$vars tv-wikilinks=no>linktoa <> <> all the best BJ On Friday, October 14, 2016 at 7:53:12 PM UTC+1, Matthew Lauber wrote: > > Oops, looks like I wasn't completely clear. The issue isn't links inside >

Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2016-10-14 Thread Greg Davis
Hi, What ever happened to Tinka? I was searching to see if there had been any updates. Did it move or is gone like http://twguides.org appears to be gone? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Links to other TW5's - How to?

2016-10-14 Thread JWHoneycutt
I find myself creating a tiddler in one TW5 file, and wanting it concurrently in another TW5. I could retype the information, but every time I update it the other would be out of synch. I'm sure one can be the repository of truth, and the other maintain a link that transcludes it - right?

[tw] Re: Preventing Links inside links

2016-10-14 Thread Tobias Beer
Hi Matthew, So, you're saying that your text reference actually points to another link widget, so when that is replaced: <$link to="foo">{{SomeTiddler!!reference}} you end up with something like: <$link to="foo">bar <$link to="baz">mumble frotz gronk ? I would think you're you're not

[tw] Re: [Adding / concatenating / joining / merging] several variables in one single output or text

2016-10-14 Thread Fidel N
Awesome Tobias, thanks!! I have been using TiddlyWiki for a few days now and the more I know the more I want to know!! :D On Friday, October 14, 2016 at 8:46:42 PM UTC+2, Tobias Beer wrote: > > Hi Fidel, > > For your most sophisticated *concatenation* requirements, take a look at: > >

[tw] Re: Preventing Links inside links

2016-10-14 Thread Matthew Lauber
Oops, looks like I wasn't completely clear. The issue isn't links inside `{{NPC $number$!!name}}` but rather inside something like <$link to "...">Talking with <> So, I want it to be a link if the macro is called outside a <$link> block, but not inside. On Friday, October 14, 2016 at 2:48:11

[tw] Re: Preventing Links inside links

2016-10-14 Thread Tobias Beer
Hi Matthew, > \define npc(number) <$link to="NPC $number$">{{NPC $number$!!name}} > > Try: \define npc(number) <$link to="NPC $number$"><$text text={{NPC $number$!! name}}/> Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [Adding / concatenating / joining / merging] several variables in one single output or text

2016-10-14 Thread Tobias Beer
Hi Fidel, For your most sophisticated *concatenation* requirements, take a look at: tobibeeer/setvars Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Preventing Links inside links

2016-10-14 Thread Matthew Lauber
I've got a macro I'm using, that's essentially a shortcut function. \define npc(number) <$link to="NPC $number$">{{NPC $number$!!name}} This works great, I've got my NPCs numbered and I can change their names at any time without worrying about links. But sometimes I use this macro inside

[tw] Re: Trouble with fields and templates

2016-10-14 Thread Greg Davis
Neat! I've been thinking about creating a TW for bookmarks that included QR codes so could transfer links to my phone or tablet. Previously had to use an extension to create png image and embed in TW thus increasing size. Also like the Firefox extension QR Secret Decoder Ring

[tw] Re: [Adding / concatenating / joining / merging] several variables in one single output or text

2016-10-14 Thread Fidel N
Wow thank you Mark... yes, I wanted it for text but already tested it with both tags and text and works just great... I miss those kind of examples (how to join two variables) on the Tiddlywiki main documentation though :) Thanks again! On Friday, October 14, 2016 at 7:35:39 PM UTC+2, Mark S.

[tw] Re: [Adding / concatenating / joining / merging] several variables in one single output or text

2016-10-14 Thread 'Mark S.' via TiddlyWiki
You don't specify a field in your actionsetfield widget, but I'm guessing that you're trying to change the tags? My recipe is to use a macro for concatenation. Since using a macro with parameter tends to break it I always put the intended concatenation items into variables. Then the macro

[tw] Re: [Adding / concatenating / joining / merging] several variables in one single output or text

2016-10-14 Thread Fidel N
After a while I realized the new tiddlers are actually being created with a variable inside called "aaa" and another "bbb" and the text is "{{!!aaa}} {{!!bbb}}" and it renders good but its not creating the tiddler with the evaluated text. Did someone manage to create a new tiddler with the

[tw] Re: Tabs to render the values from the original tiddler

2016-10-14 Thread Fidel N
Awesome! Thank you so mutch this is just perfect!! :D On Friday, October 14, 2016 at 6:23:35 PM UTC+2, Matthew Lauber wrote: > > Try importing the attached, then using > > < "TabsTemplate">> > > I'm using the templatetiddler functionality of the tabs macro to achieve > exactly what you

[tw] Re: How to get rid of banner ""Can you help us improve this documentation? ..."

2016-10-14 Thread lonign via TiddlyWiki
Hi Ton, That did it! Thanks. -- 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: Tabs to render the values from the original tiddler

2016-10-14 Thread Matthew Lauber
Try importing the attached, then using <> On Friday, October 14, 2016 at 12:18:46 PM UTC-4, Fidel N wrote: > > Thanks Mark! > > The idea was to have that done automatically by Tiddlywiki. The code im > using is the following, and the objective was for every tiddler to show a > link to itself

[tw] Re: Tabs to render the values from the original tiddler

2016-10-14 Thread Fidel N
Thanks Mark! The idea was to have that done automatically by Tiddlywiki. The code im using is the following, and the objective was for every tiddler to show a link to itself for easy edit, even when imported from within the tabs: Edit: <$link><$view field="title"/> I could manually add the

Re: [tw] Re: TiddlyChrome and the elimination of Chrome Apps

2016-10-14 Thread Arlen Beiler
Yay!! On Oct 14, 2016 11:35, "Alfonso Arciniega" wrote: > Please discard my previous message. I updated Chrome to 54.0.2840.59 and > TiddlyChrome is working again. Apologies... > Alfonso > > On Friday, October 14, 2016 at 9:30:45 AM UTC-6, Alfonso Arciniega wrote: >> >>

[tw] Re: Tabs to render the values from the original tiddler

2016-10-14 Thread 'Mark S.' via TiddlyWiki
Could you wrap the contents of the various tiddlers in a <$tiddler tiddler="This tiddler"> widget? (Where "This tiddler" is the name of the current tiddler). Good luck, Mark On Friday, October 14, 2016 at 8:55:56 AM UTC-7, Fidel N wrote: > > Hey there: > > Does anyone know if there is a way to

[tw] Tabs to render the values from the original tiddler

2016-10-14 Thread Fidel N
Hey there: Does anyone know if there is a way to make tabs show the content the original tiddler would? The problem Im having is that the code is calling tabs: <> But some of those tabs use the variable "currentTiddler" and they work nice on the original, but display wrong information when

Re: [tw] Re: TiddlyChrome and the elimination of Chrome Apps

2016-10-14 Thread Alfonso Arciniega
Please discard my previous message. I updated Chrome to 54.0.2840.59 and TiddlyChrome is working again. Apologies... Alfonso On Friday, October 14, 2016 at 9:30:45 AM UTC-6, Alfonso Arciniega wrote: > > Well, as of today, TiddlyChrome does not work properly anymore for me. > That is, the App

Re: [tw] Re: TiddlyChrome and the elimination of Chrome Apps

2016-10-14 Thread Alfonso Arciniega
Well, as of today, TiddlyChrome does not work properly anymore for me. That is, the App opens, but it does not load any TW5 document. Running the latest Google Chrome 53.0.2785.143 in Windows 7 Enterprise 6.1 64-bit. Cheers, Alfonso -- You received this message because you are subscribed to

[tw] Re: How to get rid of banner ""Can you help us improve this documentation? ..."

2016-10-14 Thread Ton Gerner
Hi, Just remove the tag $:/tags/EditTemplate from $:/ContributionBanner Cheers, Ton On Friday, October 14, 2016 at 3:52:00 PM UTC+2, lon...@protonmail.com wrote: > > I installed the "Documentation from TiddlyWiki.com" plugin. -- nice to > have all that information at my fingertips. > > Now,

[tw] How to get rid of banner ""Can you help us improve this documentation? ..."

2016-10-14 Thread lonign via TiddlyWiki
I installed the "Documentation from TiddlyWiki.com" plugin. -- nice to have all that information at my fingertips. Now, whenever I create a new tiddler or edit an existing tiddler, the pink banner asking for help in improving the documentation appears. I want to get rid of it. I found this

[tw] Re: Trouble with fields and templates

2016-10-14 Thread Thomas Elmiger
Hi I experimented a bit with Google’s QR API and found a way to send tiddlers in vcard format to my phone to import in my address book. My macro takes a tiddler title as input and optionally a size: To transform a tiddler into a QR code use <> or <> --- \define

[tw] Re: noteself feedback

2016-10-14 Thread Danielo Rodríguez
Hello Brian, Thank you very much for your very detailed and extensive review of my application. It is very valuablr feedback because you have tested a lot of scenarios that I didn't think about. As you deducted most of the problems are tied to how tiddlywiki manages things internally and are

[tw] [Adding / concatenating / joining / merging] several variables in one single output or text

2016-10-14 Thread Fidel N
Hi all: I had a hard time finding this either in tiddlywiki documentation or this group, so Im posting this in case its helpful or someone decides to post it to the main Tiddlywiki documentation. I wanted to dynamically create a new tiddler which text should come from a list of combo-boxes,

[tw] Re: [TW5] Possible to save encrypted to tiddlyspot/own server and un-encrypted to disk?

2016-10-14 Thread PMario
I did some tests yesterday. Also no clue whats going on, So one workaround may be to open a tiddler instead of a dialog :/ -m -- 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: How can I use the tm-new-tiddler action message to create a new Tiddler with both text and dynamic content?

2016-10-14 Thread PMario
Interestin approach. IMO the wikify widget would have been an option too. see: http://tiddlywiki.com/#WikifyWidget -m -- 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

[tw] Re: How can I use the tm-new-tiddler action message to create a new Tiddler with both text and dynamic content?

2016-10-14 Thread Douglas Counts
Actually, I got this to work properly by moving the desired content *surrounding *the *now* macro actually *into *the *now *macro. So my *text=* section appears as follows: text=<> /> This gives me the desired content of: * Line One * Line Two * Today is 14th, October 2016 * Line Four

[tw] Re: [TW5] Possible to save encrypted to tiddlyspot/own server and un-encrypted to disk?

2016-10-14 Thread Tobias Beer
Hi Riz, > I had better luck with > > <$importvariables filter="[[$:/core/ui/PageMacros]] > [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]"> > Didn't test, but I presume it works. Still not sure on the rationale as to why *global* macros would not apply to modals. Best wishes,

[tw] Re: How can I use the tm-new-tiddler action message to create a new Tiddler with both text and dynamic content?

2016-10-14 Thread Tobias Beer
Hi Douglas, The now macro won't do that. For TWC there was such a plugin. Not sure it exists for TW5 just yet. In general, there should possibly be some kinds of hooks one could leverage in a plugin to do that sort of thing. However, you can use the ViewWidget, to show when each tiddler was

[tw] Re: copy & paste issues

2016-10-14 Thread Tobias Beer
Hi Nag, If you wish to extract the html from the website, use your browsers inspection facilities or a snipping tool. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] copy & paste issues

2016-10-14 Thread Nag Y
I am trying to copy and paste the content from webpages to tiddles. In some cases , the original formatting is lost and everything is put in one paragraph. I could not recall when this is happening. Kindly let me know if this helps in anyway, I will try to get the screenshots. Could someone