In the output, the EmpireEventLookupTable in the result is a link to the tiddler, whereas join, conquer, etc is just appearing as plain text.
I think I'm really close to solving this, but I'm not sure how to solve this hiccup. Anyone know what I should do?
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/98b79ccc-7a76-48c6-9dc6-88835da7e849%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nevermind, figured it out. I had to use a set and widget thing and I had a syntax problem, so I got it to work.
Hi David,Nevermind, figured it out. I had to use a set and widget thing and I had a syntax problem, so I got it to work.
--At your level of complexity it would really help to see a working example / demo... both to begin with and possibly also later. It's complex setups like yours people can learn the most from... if given some clues as to how to decipher it all.Best wishes,Tobias.
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/97071f66-51f0-4fd6-8d8c-5f49e1c91555%40googlegroups.com.
Actually, as it stands, it doesn't do much. Is there a way I can access a tiddler's fields within the tiddler? For example, if a tiddler has a planet field, is there some way I can put the planet field into the tiddler's text field?
{{!!planet}}Hi David,Actually, as it stands, it doesn't do much. Is there a way I can access a tiddler's fields within the tiddler? For example, if a tiddler has a planet field, is there some way I can put the planet field into the tiddler's text field?
--Most certainly, it's called transclusion and in the simplest form it looks like:{{!!planet}}Best wishes,Tobias.
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b05b4fe9-dbe5-45d2-a008-b4270cacf0d4%40googlegroups.com.
I didn't actually add the parameter to the tiddler I was testing with so it never showed. Thanks!
Hi David,I didn't actually add the parameter to the tiddler I was testing with so it never showed. Thanks!
Happens to the best of us. Unlike the current release, the next release will always add any new field info entered into the editor ...so this problem should not pop up any more ...the problem where you create a new tiddler and at the bottom of it or in the tags-field find some already entered text hinting at the possibility that you recently forgot to hit some "add" button.
For example, on prerelease, try creating a new tiddler and...
- enter some new tag value, but don't add it
- enter some new field values, but don't add it
- save the tiddler
You should find that both the new tag and field values have been saved to the tiddler.Best wishes,Tobias.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a78a30e8-2706-4a32-b69c-aff77ba834e4%40googlegroups.com.
Planet is showing up in the resulting tiddler as text only and not as a link to the associated tiddler. For example, if I select Cardassia Prime from the select widget, the planet field in the resulting tiddler will say Cardassia Prime, when I need it to say [[Cardassia Prime]]. I'm not entirely certain how to accomplish this.
Another problem is in the title of the new tiddler. I want the values of the year, month, and day fields to show up in the title of the new tiddler, but instead the tiddler name is Event_{{!!year}}_{{!!month}}_{{!!day}}, rather than Event_2451_12_14, for example.
\define addJoinEvent(year,month,day)
<$some-widget some-title-attribute="Event_$year$_$month$_$day$"/>
\end
<$macrocall $name="addJoinEvent" year={{!!year}} month={{!!month}} day={{!!day}}/>--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/dcb87f55-bac1-47dd-9eb3-0a0498591c0a%40googlegroups.com.
What about doing something where, if a tiddler with a certain title exists, create one with an incremented number after it, similar to how the New Tiddler button works? Does anyone know how I could do that?
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/14e88f08-e77c-4693-b1a0-024223f7b072%40googlegroups.com.
I don't know how in-depth you want me to go into regarding an explanation of how I'm using your make plugin, so here goes.
You can use Tobias' make plugin to iterate over numbers till 31 using
count and max variables
<$list filter="[[]make[%count%\max:31\pad:2]]"/><$list filter="01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31"/> --
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9d3abc24-fd06-4ba1-a477-1091d26b8969%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1NbjFgAAUkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/BLU436-SMTP54204614A66CD86046E0A6CEFE0%40phx.gbl.
Was the make plugin recently updated? The pad part isn't working for me.