haha I guess I won't worry about anything like that for now.

I have tried to do what you initially suggested, putting a note in its own 
tiddler then linking to it at the bottom of any tiddler it refers to.

The main problem that I have run into is that if I want to transclude a 
tiddler I generally don't want a list of notes to be included with it.

So far I have tried using a 'note' field and entering the title of the the 
note I want to link to, and then including the following template:

<$list filter="[all[current]has[note]]">

<$navigator story="MySubStoryList" history="MySubHistoryList">

<hr>

Notes: {{!!note}}


<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>

! <$button message="tm-close-tiddler" 
class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view 
field="title"/>

<$transclude/>
</div>
</$list>

</$navigator>

</$list>

This presents a few problems:

   1. It seems a little inelegant.
   2. I do not know how to make {{!!note}} present as a link without 
   including square brackets in the field entry.
   3. It does not allow for multiple notes to be linked.

Do you have a better way to do this, or a possible solution to the above 
problems?


Thank you very much for your time.


On Tuesday, July 11, 2017 at 11:23:57 PM UTC+1, Mark S. wrote:
>
> That may not be the simplest example -- I think even if it was in English 
> I would be lost ;-)
>
> What that creator has done is to to add data to fields at the bottom of 
> various tiddlers. Some tiddlers have the word 'note' in the field '
> *catégorie*'. They also have the title of the tiddler to which they are a 
> note in the *à_propos_de *field. Using a view template keyed to the 
> presence of the word "concept" in the "*catégorie*" field (along with the 
> help of several transclusions), the notes appear at the bottom of concept 
> tiddlers . 
>
> I'm not sure why he/she decided to use the category field rather than just 
> tagging tiddlers per their role. Perhaps he/she wanted to keep the tag 
> space free for the actual data terms. I think I would use tags more and 
> then subtract the role tags from the data tags whenever I wanted to display 
> a lot of tags. I believe this code would have to be rewritten if it were 
> used in TW 5.1.14, because it makes use deprecated regular expression 
> syntax.
>
> This might not be the best example or approach for a beginner.
>
> Good luck!
> Mark
>  
>
> On Tuesday, July 11, 2017 at 11:29:36 AM UTC-7, Matt wrote:
>>
>> Thank you for the response.
>>
>> Do you know way to do something similar to what this person has done: 
>> http://tesis.tiddlyspot.com/ ?
>>
>> Most of his tiddlers (look at 'Capacité' under 'Concepts' for an 
>> example) have a little notes button on the bottom
>>
>> Unfortunately I am not particularly computer literate.
>>
>> Thanks again.
>>
>> On Tuesday, July 11, 2017 at 6:40:23 PM UTC+1, Mark S. wrote:
>>>
>>> There are different ways to approach this, but off hand it sounds like 
>>> you should put the note in its own tiddler and then link or transclude the 
>>> note from each tiddler that needs to reference it.
>>>
>>> Mark
>>>
>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/23149367-3e48-4495-93c5-7c06aa4ddc3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to