[tw5] List ops and tiddlers with multi-word titles

2020-04-12 Thread David Allen
Hey, so I'm trying to create a list from the items in a field and I'm trying to add a button to each item that will remove that item and only that item. So far, it's working with single-worded tiddlers, but tiddlers with more than one word in the title are not being removed. Here's the code I

[tw5] Re: Filter comparison operators

2020-03-08 Thread David Allen
That worked, though I needed to add a list to make sure the count wasn't zero. On Wednesday, March 4, 2020 at 12:01:40 AM UTC-6, Mat wrote: > > Comparison operators is/has been discussed > . Contribute or > merely express liking to it. > >

[tw5] Re: Filter to look for a string inside a tiddler field?

2020-03-08 Thread David Allen
I'm not sure about putting it into list-links, but a filter along these lines should work: filter="[[bluegill]listed[fish]]" On Sunday, March 8, 2020 at 12:43:04 PM UTC-5, Beckstrom wrote: > > Ah, so close... > > This works great: > <> > > Now I'm trying to grab the title of a tiddler and

[tw5] Re: Filter comparison operators

2020-03-03 Thread David Allen
ywiki has introduced simple maths and > additional string operators that make what you ask possible. > > Traditionally the comparison less than and greater than is done with the > reveal > widget <https://tiddlywiki.com/#RevealWidget> > > Regards > Tony > >

[tw5] Filter comparison operators

2020-03-03 Thread David Allen
Looking for a filter operator that will let me compare numbers in fields. <$list filter="[tag[blah]has[year](somehow)year<19]"> Just kind of as an example -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Two-dimensional list/array?

2019-12-31 Thread David Allen
the name of a tiddler with a more detailed > description of the ingredient. > > > > On Tuesday, December 31, 2019 at 7:10:33 AM UTC-8, David Allen wrote: >> >> I'm trying to create a wiki for meal tracking, and I'd like to store a >> list of ingredients and their p

[tw5] Two-dimensional list/array?

2019-12-31 Thread David Allen
I'm trying to create a wiki for meal tracking, and I'd like to store a list of ingredients and their proportions into recipe tiddlers. The only way I know to do so right now is by having two lists, one for ingredients, the other for amounts. Problem is, I'm afraid of doing something to sort

[tw5] Div width based on variable?

2019-12-26 Thread David Allen
How do I style a div so that its width as well as its left and right margins are set by variables? <$set name="span_percent" value="50"> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Open multiple tiddlers with one button

2019-12-23 Thread David Allen
Hey everyone, I'm looking for a way to open multiple tiddlers with one button. Anyone know of some way to do this? -- 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

Re: [tw5] Re: listed operator slowing down my wiki

2019-12-23 Thread David Allen
I've learned things since about the listed[] operator. It doesn't help at all when I do the following: filter="[listed[]]" On Monday, December 23, 2019 at 8:11:06 AM UTC-6, Hubert wrote: > > > I think, the best way is, to provide us with a test-case wiki, if you have >> performance problems.

[tw5] Find missing links in fields of tiddlers

2019-12-22 Thread David Allen
Pretty self-explanatory. I'd like to find some way to find missing links in all fields of all tiddlers. Most of what I'm finding only searches in the text field. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Change tiddler's text field to {{||View_Template}} where View_Template is defined in a field

2019-12-22 Thread David Allen
I only recently discovered transclusion with templates and I'm trying to create a form that will replace each tiddler's text field with a template transclusion. Problem is, the view template I use for various tiddlers varies depending on the tag of the tiddler. To fix this, I have a form

[tw5] Re: Alternative to listed[] operator that checks if a field value matches input

2019-12-22 Thread David Allen
<$list variable="filter_field" filter="[enlist]"> <$wikify name="search_string" text="[<>[<>]!prefix[View]!prefix[Template]first[]]"> <$wikify name="display_string" text="[<>[<>]!prefix[View]!prefix[Template]]"> <$list variable="search_confirm" filter=<> > <$set name="display_tag"

[tw5] Alternative to listed[] operator that checks if a field value matches input

2019-12-22 Thread David Allen
*I do not want any more plugins. Please do not suggest one.* So I've been having some trouble with the listed[] operator and have finally figured out why. This is a boiled-down version of my code: <$tiddler tiddler="Constitution Class"> <$list filter="[listed[craft_class]]"> The problem is

[tw5] Am I not using the listed[] operator right?

2019-12-22 Thread David Allen
<$set name="flfields" filter="[enlist{Constants!!flfields_$template$}]"> <$list variable="placeholder_2" filter="[enlist]"> <> <$list filter="[listed]"> Look: <> <$list variable="mouse" filter="[has!prefix[Template]!prefix[View]first[]tags[]first[]]"> @@text-transform: capitalize;<>@@ <$list

[tw5] listed operator slowing down my wiki

2019-12-22 Thread David Allen
Is anyone else having serious performance issues when using the listed[] operator in a filter? Does anyone know of a more efficient way to accomplish the same thing? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread David Allen
!!$field$}}, {{!!$field$}}); padding: 10px;} \end On Saturday, December 21, 2019 at 8:03:10 PM UTC-6, David Allen wrote: > > I did and it didn't work > > On Saturday, December 21, 2019 at 7:59:27 PM UTC-6, A Gloom wrote: >> >> the field value transclusion may need a

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread David Allen
I did and it didn't work On Saturday, December 21, 2019 at 7:59:27 PM UTC-6, A Gloom wrote: > > the field value transclusion may need a template to apply styling if I'm > understanding correctly > > have you tried wikitext styling markup? > > Eric summed it up well here-- >

[tw5] CSS Wikitext in macro issue

2019-12-21 Thread David Allen
\define color_picker(label,field) $label$ <$edit-text field="$field$" type="number" class="custom_select"/> {{!!$field$}} \end I've finally discovered wikifying CSS, and I think I love it. I'm trying to make a tiddler that contains some CSS controlling forms and the code above is one

[tw5] Re: Change currentTiddler within macro based on macro input

2019-12-21 Thread David Allen
_gallery2(target_tiddler) > <$list filter="[<__target_tiddler__>!is[missing]] > ~[title]"> > > <> > <> > > > \end > > > > On Saturday, December 21, 2019 at 11:32:31 AM UTC-8, David Allen wrote: >> >> *I do not

[tw5] Change currentTiddler within macro based on macro input

2019-12-21 Thread David Allen
*I do not want a new plugin, so please don't suggest one!* I have a macro as follows: \define img_gallery2(target_tiddler) <> <> \end Right now, target_tiddler is not used. single_image3 and add_gallery2 both use text references for the currentTiddler variable (such as {{!!images}} ). I

[tw5] How do I use JSON in Tiddlywiki?

2019-11-20 Thread David Allen
I'm trying to get information using Tumblr's API. The API returns a JSON object. I tried copying the JSON text into the text field of a tiddler, then set its data type to application/json. Now I don't know how to access the information in that tiddler. Does anyone have any examples of how

[tw5] Re: Making navigation buttons using system images

2019-11-12 Thread David Allen
On Tuesday, November 12, 2019 at 1:13:10 AM UTC-6, A Gloom wrote: > > <$button class="tc-btn-invisible" style="padding:0px 5px; > font-size:2em;"> X > This seems to have worked for me. Here is my current code: \define scroll_buttons2(filterlimit: 1) .scroll_button { padding: 0px

[tw5] Re: Shared, synced collection of macros between multiple wikis?

2019-11-12 Thread David Allen
creates a new > tiddler name. By default this option is off. * > > Regards > Tony > > > On Monday, November 11, 2019 at 12:00:33 PM UTC+11, David Allen wrote: >> >> I have two wikis which both have a large number of macros that are common >> between them.

Re: [tw5] Re: Make range widget update according to given field

2019-11-11 Thread David Allen
d (which is a version of a classic TW5 gotcha: > that one cannot use an edit widget to edit a field of the tiddler in which > the edit widget appears). > > Best wishes > > Jeremy > > On 15 Oct 2019, at 19:42, David Allen > > wrote: > > So I came up with an i

[tw5] Making navigation buttons using system images

2019-11-11 Thread David Allen
I like the built-in images used for navigation in vanilla TiddlyWiki, so I decided I'd like to reuse them for some custom navigation applications. I've run into some problems when trying to resize images. Here is my code for a button and slider combo for a list of tiddlers: \define

[tw5] Shared, synced collection of macros between multiple wikis?

2019-11-10 Thread David Allen
I have two wikis which both have a large number of macros that are common between them. Both are hosted on tiddlyspot. I'd like to be able to modify one of these common macros in one wiki, then have it automatically update in the other wiki without having to worry about which ones I've

[tw5] Re: Make range widget update according to given field

2019-10-15 Thread David Allen
in both the Scratch_Pad AND Draft of 'Scratch_Pad' tiddlers to update the range widget's position and make sure the value it next calculates is accurate Base the horizontal list's position on the Draft of 'Scratch_Pad' value. On Thursday, October 10, 2019 at 7:10:40 PM UTC-5, David Allen wrote

[tw5] Make range widget update according to given field

2019-10-10 Thread David Allen
Right now I have a range widget that controls a scroll_index field. It increments by 1. I also have two buttons that increment and decrement the same scroll_index by 5. Problem is, when I use the buttons, the range widget does not update to reflect the modified scroll_index value, and I'd

[tw5] Perform task x number of times

2019-10-09 Thread David Allen
I'm wanting to create a button a specific number of times. This number is calculated using values passed in to a macro, so I don't know what the exact value will be every time. I'm thinking something along these lines: x=4 <$list filter="limit of x"> thing_to_do output should be:

Re: [tw5] Re: Automatic prefix tiddler titles

2019-06-23 Thread David Allen
crementin should be based per tag - nextvalue might be different per > each application tag (e.g. 5 articles with tagA, next one will be 006 - > ..., 2 articles with tagB, next one will be 003). > > Regards, > Andrei > > On Sun, 23 Jun 2019, 8:09 am David Allen, > wrote: > >

[tw5] Re: Automatic prefix tiddler titles

2019-06-22 Thread David Allen
Will this list be displayed/generated after hitting a button or when the tiddlywiki loads? I ask because I think I know how to do the first one but not the second one On Saturday, June 22, 2019 at 3:51:51 PM UTC-5, Andrei Teodorescu wrote: > > Hi, > > We just started customizing tiddlywiki in

[tw5] Reveal widget and wikitext tables

2019-06-22 Thread David Allen
I've recently discovered that the wikitext tables (defined using vertical bars) are awesome, but I'm having an issue. I want two rows of a table to appear only when a check box is checked. This is what I'm doing (the macros are simply an edit-text and a select widget, it just makes the code

[tw5] Filter to get tiddlers whose numerical field value is within a range

2019-05-26 Thread David Allen
The wiki I'm working with is designed to help me go through the archives of Tumblr pages I follow. Each tumblr is represented by a tiddler tagged "tumblr", and each has fields called 'month' and 'year', to keep track of my place in a tumblr's archive. What I'm trying to do is get a selection

Re: [tw5] Re: [TW5] Edit Tiddly Wiki files straight on Google Drive

2018-05-03 Thread David Allen
/group/tiddlywiki. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/tiddlywiki/a4479425-3ec2-4783-8eed-36027dd460f7%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/a4479425-3ec2-4783-8eed-36027dd460f7%40googlegroups.com?utm_medium=email_source=footer>

[tw] rest[0] problem

2018-03-23 Thread David Allen
I have about five hundred tiddlers that all display a decently-sized image. To reduce the impact on my machine, I've implemented a slider system that keeps track of a slider index using two simple buttons, then displays a list of five items starting at the slider index. Filter code is as

Re: [tw] Re: Image storage suggestions

2018-01-26 Thread David Allen
er names. > > Good luck > -- Mark > > On Sunday, January 21, 2018 at 8:45:48 AM UTC-8, David Allen wrote: >> >> This is what I had before and it did not work on my chromebook. >> >> >> <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=

Re: [tw] Re: Image storage suggestions

2018-01-21 Thread David Allen
b visit https://groups.google.com/d/ > msgid/tiddlywiki/1a4f6996-e0ff-477b-a0f8-84266ccb5340%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/1a4f6996-e0ff-477b-a0f8-84266ccb5340%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit http

[tw] Image storage suggestions

2018-01-18 Thread David Allen
Hey all! I've got an image-heavy wiki and I'm trying to figure out how best to include these images. I've tried the following: - Imported directly into the wiki. This makes the wiki impossible to load on my chromebook. - External to the wiki in the same directory: Keeps the images

[tw] Re: Button and Filter Inefficiencies

2017-12-25 Thread David Allen
ing rendered until the button is actually clicked. So much faster now! On Sunday, December 24, 2017 at 11:18:00 PM UTC-6, David Allen wrote: > > Hey everyone! I have buttons that, when clicked, set a field in a tiddler > using a filter that sorts through six thousand tiddlers. T

[tw] Re: Button and Filter Inefficiencies

2017-12-25 Thread David Allen
That's helped to a degree, but I'm wondering if I could modify the code somehow to prevent the filter from being evaluated until the button is pressed? On Sunday, December 24, 2017 at 11:18:00 PM UTC-6, David Allen wrote: > > Hey everyone! I have buttons that, when clicked, set a

[tw] Re: Button and Filter Inefficiencies

2017-12-25 Thread David Allen
<$action-setfield $tiddler="Sandbox_Retrieve" $field="goods" $value=<> /> For whatever reason this isn't working. I think I've got something wrong with the reveal widget but I'm not sure what. On Sunday, December 24, 2017 at 11:18:00 PM UTC-6, David Allen wr

[tw] Re: [TW5] Edit Tiddly Wiki files straight on Google Drive

2017-12-15 Thread David Allen
I seem to be having trouble using this. I can't save on Opera. On Saturday, October 21, 2017 at 10:35:10 AM UTC-5, Joshua Stubbs wrote: > > Hi, all. > > I made an app that lets one edit TiddlyWiki files saved in your Google > drive and then saving them back automagically. The page is here >

[tw] Transclusion Confusion

2017-11-09 Thread David Allen
I'm having some trouble with multiple transclusions in tiddlywiki causing unwanted behavior. Here's my setup: I have a number of image tiddlers that are formatted as follows: Title: Image_Blah_1 Tags: image Text: category: Blah img_url: theimageurl I have a second tiddler in which I'm trying

[tw] Re: Apply link label and redirection based on input

2017-07-15 Thread David Allen
That seems to have worked, thanks On Saturday, July 15, 2017 at 5:41:51 PM UTC-5, Eric Shulman wrote: > > On Saturday, July 15, 2017 at 3:11:38 PM UTC-7, David Allen wrote: >> >> Here's what's strange about this. If the tiddler fetched by >> listed[redirect] has a

[tw] Apply link label and redirection based on input

2017-07-15 Thread David Allen
I'm trying to create a macro that will format links based on an input string. The label for the link, as well as its target, may or may not be different from the input string itself. This is my current attempt at such a macro: \define current_assign(name, target) <$list

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread David Allen
s+tiddlers]is[image]prefix[Image_A]!has[draft.of]] > -[type[application/pdf]] +[sort[title]]" > > > Meanwhile, I've made an issue report > #2939 > > > Have fun, > > Mark > > On Saturday, July 15, 2017 at 8:03:27 AM UTC-7, David Allen wrote: >> >&

[tw] image-picker subfilter is not working

2017-07-15 Thread David Allen
For some reason, I can't seem to get the subfilter parameter of the image-picker macro to work. Here's my code: <$set name=fish filter="[title{!!theImage}get[category]first[]]"> <> <$image class="modal_image" source={{!!theImage}}/> <$macrocall $name='image-picker' actions="

[tw] Filter data tiddlers by value of an index

2017-07-14 Thread David Allen
Here's what I'm trying to do: I have data tiddlers with the following information: - Name - Rank - Position - Begin Date - End Date I'm trying to filter a set of such data tiddlers based on the value of a particular index. Problem is, I'm not sure how to do this in a filter expression.

[tw] Re: Moving all instances of specific macro into a field

2017-05-16 Thread David Allen
The problem I'm having with that (as well as the built-in splitbefore) is in both instances, if the text contains any spaces, the block of text I wanted isolated is surrounded in double square brackets, which I do not want. How would I fix this? On Monday, May 15, 2017 at 1:20:00 AM UTC-5,

[tw] Moving all instances of specific macro into a field

2017-05-14 Thread David Allen
Here's what I'm wanting to do: 1. Find all tiddlers that contain a specific macro call in their main body 2. Isolate the text of the macro call 3. Copy the macro call text into a new field 4. Replace the text of the macro call with a reference to the new field Steps 1 and 3 seem

Re: [tw] Fallback Image File Extensions

2016-03-08 Thread David Allen
More basic version of the problem: Is there some way I can use a fallback image if the source for an external image is missing? On Sun, Mar 6, 2016 at 12:56 AM, David Allen <dvainwebbc...@gmail.com> wrote: > Well, I thought that worked. It's now causing a different problem. &

Re: [tw] Fallback Image File Extensions

2016-03-05 Thread David Allen
how to rectify this problem. On Sat, Mar 5, 2016 at 11:43 PM, David Allen <dvainwebbc...@gmail.com> wrote: > Nevermind, solved it using HTML like this: > > > > > > On Sat, Mar 5, 2016 at 9:57 PM, David Allen <dvainwebbc...@gmail.com> > wrote: > &g

Re: [tw] Fallback Image File Extensions

2016-03-05 Thread David Allen
Nevermind, solved it using HTML like this: On Sat, Mar 5, 2016 at 9:57 PM, David Allen <dvainwebbc...@gmail.com> wrote: > I have multiple images that I'm using that are of various types, and I'd > like to create a macro that can easily create the image code I need without > h

[tw] Fallback Image File Extensions

2016-03-05 Thread David Allen
I have multiple images that I'm using that are of various types, and I'd like to create a macro that can easily create the image code I need without having to switch over to my containing folder and find the image individually (I use TiddlyDesktop). Is there some way I can determine if a file

[tw] TiddlyDesktop running slow

2016-02-10 Thread David Allen
I don't know if this problem's been solved or not, but occasionally TiddlyDesktop is running very slowly on my computer. Specifically, it lags when I try to save a tiddler, however it is not always slow. I had task manager running while using TiddlyWiki when I first opened it and monitored

Re: [tw] Re: Passing a value with spaces into a macro

2016-02-05 Thread David Allen
s-free computer protected by Avast. www.avast.com <https://www.avast.com/sig-email> <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Thu, Feb 4, 2016 at 7:34 PM, Eric Shulman <elsdes...@gmail.com> wrote: > On Thursday, February 4, 2016 at 2:58:35 PM UTC-8, David Allen wrote: >

[tw] Passing a value with spaces into a macro

2016-02-04 Thread David Allen
This is an issue I seem to be having a lot, so I'm trying to find a solution. I have the following macro: \define ezlink(input) <$link to=$input$>$input$ \end If I were to do this: <> and the tiddler it's used in has spaces in the title, (e.g. Hello World), the result would be a link to the

[tw] Re: Passing a value with spaces into a macro

2016-02-04 Thread David Allen
k" input=<>/> On Thursday, February 4, 2016 at 4:42:43 PM UTC-6, David Allen wrote: > > This is an issue I seem to be having a lot, so I'm trying to find a > solution. > I have the following macro: > > \define ezlink(input) > <$link

[tw] Remove tag from a list of tiddlers without listops

2016-01-23 Thread David Allen
The reason I ask for this is because I'm using the desktop application and it doesn't seem to have action-listops as a widget and I don't know where to go to install said widget. I'm trying to remove a specific tag from a list of tiddlers that have said tag but I don't have listops so I'm not

Re: [tw] Re: Remove tag from a list of tiddlers without listops

2016-01-23 Thread David Allen
6a-3cfcb0ea76cb%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- David Allen -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw] Re: Sorting a list of tiddlers by the output of a macro contained in a field

2016-01-14 Thread David Allen
google.com/d/msgid/tiddlywiki/d87f94aa-2b88-4f3e-9f77-7b767d13d049%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/d87f94aa-2b88-4f3e-9f77-7b767d13d049%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d

Re: [tw] Re: Random ordering of tiddlers

2016-01-14 Thread David Allen
ooglegroups.com. > To post to this group, send email to tiddlywiki@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/CALc1hYeedrwVTy3qymjbtvSUHtJ_6ab4aM%3Dn2v6mVa

Re: [tw] Escape characters in setvars

2016-01-14 Thread David Allen
wiki/d8fe290c-fa3a-4dca-b25b-de6537723614%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/d8fe290c-fa3a-4dca-b25b-de6537723614%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > --

Re: [tw] Re: Name formatting using caption field

2016-01-11 Thread David Allen
o unsubscribe from this group and all its topics, send an email to > tiddlywiki+unsubscr...@googlegroups.com. > To post to this group, send email to tiddlywiki@googlegroups.com. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit >

Re: [tw] Escape characters in setvars

2016-01-11 Thread David Allen
rom a virus-free computer protected by Avast. www.avast.com <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail> <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Mon, Jan 11, 2016 at 5:07 PM, David Allen <dvainwebbc...@gmail.com> wrot

[tw] Random ordering of tiddlers

2016-01-11 Thread David Allen
Is there a way to take a selection of tiddlers and shuffle them so they appear to be in a random order? -- 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] Escape characters in setvars

2016-01-11 Thread David Allen
So I have a frustrating situation where I'm trying to make a variable using setvars but said variable, to work correctly, requires both single and double quotes to be contained in the variable. Is there some way I can escape some of the contained quotation marks to get this working? -- You

[tw] Sorting a list of tiddlers by the output of a macro contained in a field

2016-01-11 Thread David Allen
...let me try to make sense of that. I have some character tiddlers with a caption field. Said caption field contains a macro call that returns the characters name, albeit rearranged. I'd like to sort a list of character tiddlers by the rearranged name, a.k.a. the caption field *after* the

Re: [tw] Re: Name formatting using caption field

2016-01-10 Thread David Allen
ttps://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/73772a65-a91b-4112-8795-cfbaa90a0ac6%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/73772a65-a91b-4112-8795-cfbaa90a0ac6%40goog

[tw] Temp Tiddlers and Form Updating Question

2016-01-09 Thread David Allen
I have a few forms I'm using that have basic text boxes where you can enter a string of text and the form saves the string somewhere. If I have the text box store its contents in a field in the containing tiddler, I have to type the string I want to input one character at a time, as any change

Re: [tw] Re: Temp Tiddlers and Form Updating Question

2016-01-09 Thread David Allen
ps.google.com/d/msgid/tiddlywiki/231bf264-e504-4f1a-81e6-dfcc894304f3%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/231bf264-e504-4f1a-81e6-dfcc894304f3%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.goo

[tw] Name formatting using caption field

2016-01-09 Thread David Allen
So I've got various different characters of various different species and various different ways in which a character's name is displayed. I'd like to format how a character's name is displayed by using the caption field of a character tiddler. I'm using a macro that uses Tobias's setvars

Re: [tw] Re: Square brackets, transclusion, and widget problem

2016-01-06 Thread David Allen
reated to the tiddler of the same name. If it does have brackets (and as a tiddler title doesn't exist), then it is simply transcluded as-is. On Wed, Jan 6, 2016 at 10:27 AM, David Allen <dvainwebbc...@gmail.com> wrote: > Your suggestion is having the same problem as the solution I came up with, &

Re: [tw] Re: Square brackets, transclusion, and widget problem

2016-01-06 Thread David Allen
ywiki@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/0f3612fd-9210-4b26-b931-73de3c358caa%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/0

Re: [tw] Re: Square brackets, transclusion, and widget problem

2016-01-03 Thread David Allen
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/d8ea46b5-8fc2-4a8c-bf32-a443ae42973d%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/d8ea46b5-8fc2-4a8c-bf32-a443ae

Re: [tw] Re: Square brackets, transclusion, and widget problem

2016-01-02 Thread David Allen
ch of missing tiddlers where I do not. On Sat, Jan 2, 2016 at 11:08 PM, Eric Shulman <elsdes...@gmail.com> wrote: > On Saturday, January 2, 2016 at 8:32:51 PM UTC-8, David Allen wrote: >> >> The problem is, the value that shows up in the new event tiddler does not >

[tw] Square brackets, transclusion, and widget problem

2016-01-02 Thread David Allen
In my setup, I use the following filter: [tag[star_system]quadrant[$quadrant$]listed[solar_system]listed[planet]tag[species]sort[title]] What this does is gets all solar systems whose quadrant value matches the value passed into the macro this filter is in, then goes through two listed parts

Re: [tw] Re: Macro is showing both tiddlers without a field and tiddlers whose field matches input

2016-01-02 Thread David Allen
ilter="[tag[empire_event]] +[faction[$faction$]sort[year]]"> > <$set name=theyear value={{!!year}}> > <$list filter="[tag[species]] +[planet{!!planet}]" > > > regards > > On Sunday, 3 January 2016 04:16:15 UTC+2, David Allen wrote: >> >> H

[tw] Macro is showing both tiddlers without a field and tiddlers whose field matches input

2016-01-02 Thread David Allen
Hi. I'm having trouble with one of my macros, and I'm not sure why. Here is the code: \define empire_species(faction) !!Species <$list filter="[tag[empire_event]faction[$faction$]sort[year]]"> <$set name=theyear value={{!!year}}> <$list filter="[tag[species]planet{!!planet}]" > *<$link to=<> >

Re: [tw] Re: Macro is showing both tiddlers without a field and tiddlers whose field matches input

2016-01-02 Thread David Allen
Never mind, figured it out. I had some events that didn't get formatted correctly, so the value for planet that was passed into the loop was empty, resulting in every species that didn't have a planet field being shown. On Sat, Jan 2, 2016 at 10:02 PM, David Allen <dvainwebbc...@gmail.com>

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread David Allen
ooglegroups.com. > To post to this group, send email to tiddlywiki@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

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread David Allen
into a string correctly? On Thu, Dec 31, 2015 at 9:40 AM, David Allen <dvainwebbc...@gmail.com> wrote: > Was the make plugin recently updated? The pad part isn't working for me. > > On Thu, Dec 31, 2015 at 9:18 AM, Felix Küppers <felixkuepp...@hotmail.de> > wrote: > &g

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-30 Thread David Allen
: Empire Event and sets the title of the duplicate to the eventtitle variable I made earlier. The second is where it sets the fields of the new tiddler to match the values in the form. This form allows me to select a planet, an action, and a government, then specify the date, and create a new tiddle

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-30 Thread David Allen
/d/msgid/tiddlywiki/14e88f08-e77c-4693-b1a0-024223f7b072%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/14e88f08-e77c-4693-b1a0-024223f7b072%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. >

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-29 Thread David Allen
nd email to tiddlywiki@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 > <https://groups.google.com/d/m

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-29 Thread David Allen
le.com/d/msgid/tiddlywiki/97071f66-51f0-4fd6-8d8c-5f49e1c91555%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- David Allen -- You received this message because you are subscribed to the Google Grou

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-29 Thread David Allen
ps.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 > <https://groups.google.com/d/msgid/tiddlywiki/b05b4fe9-dbe5-45d2-a008-b4270cacf0d4%40googlegroups.com?utm_m

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-29 Thread David Allen
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? On Tue, Dec 29, 2015 at 1:52 PM, David Allen <dvainwebbc...@gmail.com>

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-29 Thread David Allen
cb87f55-bac1-47dd-9eb3-0a0498591c0a%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/dcb87f55-bac1-47dd-9eb3-0a0498591c0a%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- David

Re: [tw] List filter with field values question

2015-12-28 Thread David Allen
Anyone? On Fri, Dec 4, 2015 at 4:40 PM, David Allen <dvainwebbc...@gmail.com> wrote: > I'm not entirely certain how to describe what I'm trying to do, but here > goes. > > I've got a Star Trek fanfic wiki and I'd like to list which planets belong > to certain empires by

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-28 Thread David Allen
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. On Mon, Dec 28, 2015 at 6:48 PM, David Allen <dvainwebbc...@gmail.com> wrote: > Here's my setup: > > I have some tiddlers that describe an event in which a planet

Re: [tw] List filter with field values question

2015-12-28 Thread David Allen
as the event's planet field. On Mon, Dec 28, 2015 at 9:44 PM, David Allen <dvainwebbc...@gmail.com> wrote: > Anyone? > > On Fri, Dec 4, 2015 at 4:40 PM, David Allen <dvainwebbc...@gmail.com> > wrote: > >> I'm not entirely certain how to describe what I'm trying to do, but he

[tw] Dictionary tiddler and macro funkiness

2015-12-28 Thread David Allen
Here's my setup: I have some tiddlers that describe an event in which a planet, in some way, joins an interstellar power. Said tiddlers have a user-friendly description, along with three fields: - jointype: describes the method by which a planet joined an empire. Examples include join,

[tw] List filter with field values question

2015-12-04 Thread David Allen
I'm not entirely certain how to describe what I'm trying to do, but here goes. I've got a Star Trek fanfic wiki and I'd like to list which planets belong to certain empires by when they joined said empire. I'm doing this through a series of historical event tiddlers so I can do some further

Re: [tw] Re: What is and how do I use a tiddler's list field?

2015-11-20 Thread David Allen
tps://groups.google.com/d/msgid/tiddlywiki/03dc0c83-23f2-493e-8896-703a50fb910d%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- David Allen -- You received this message because you are subscribed to the Googl

[tw] What is and how do I use a tiddler's list field?

2015-11-19 Thread David Allen
So on TiddlyWiki.com, I've seen a tiddler field called list, which apparently stores titles of related tiddlers. I was wondering if I could get a more in-depth description of what this field is and how to use it. -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: Nested List Problem

2015-11-19 Thread David Allen
like filter:"[tag[planet]solar_system[{{tiddler.title}}]]" and manually entering the tiddler tile into the operator. Does anyone know if I'm supposed to do something different than [{{tiddler.title}}]? On Thu, Nov 19, 2015 at 2:59 PM, David Allen <dvainwebbc...@gmail.com> wrote:

Re: [tw] Re: Nested List Problem

2015-11-19 Thread David Allen
mail to tiddlywiki@googlegroups.com. > Visit this group at http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/4f32e8f6-b429-4a14-9777-55ba2daf4997%40googlegroups.com > <https://groups.google.com/d/msgi

Re: [tw] Re: Nested List Problem

2015-11-19 Thread David Allen
roups.google.com/d/msgid/tiddlywiki/0e8107fd-aac1-4b54-999d-18f122c3927c%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/0e8107fd-aac1-4b54-999d-18f122c3927c%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optou

  1   2   >