Hi Amy,

Three things I can think of:

1. With Streams you can transclude a node into another tiddler with Shift + 
Drag&Drop.

2. There is a plugin called Edit-CompText 
<https://snowgoon88.github.io/TW5-extendedit/> that displays a list of 
possible tiddlers as you type out a link. You can then select one of these 
tiddlers and it will be automatically added as a link. It might be possible 
to modify it so that you can search/display the text of tiddlers instead of 
the titles, but still add the actual title on selection. That explanation 
might not be very clear because its kind of difficult to describe, but if 
you play about with the plugin you should see what I mean.

Note: I tried to do something like this but whenever I edited the config 
file I got a javascript error message. Maybe someone else can step in and 
help here?

3. If a node contains a useful idea that you might want to reference often, 
I find that it is often useful to give it a name anyway. I think that this 
can actually help in reusing the information as it gives you a kind of 
'hook' that helps you to latch onto the idea. Andy Matuschak talks about 
this here 
<https://notes.andymatuschak.org/Evergreen_note_titles_are_like_APIs>.

On Friday, 22 January 2021 at 19:41:21 UTC Amy Lee wrote:

> Thank you everyone for your thoughtful replies. I've mentioned that I want 
> to use Streams to keep tiddlers short and reusable, but how would I reuse 
> them when they have auto-generated titles? I think it would be inconvenient 
> to search for keywords and guess which tiddlers contain the content I want 
> to transclude / link to.
>
> Amy
>
> On Thu, Jan 21, 2021 at 12:08 AM TW Tones <[email protected]> wrote:
>
>> Amy.
>>
>> A key value of streams is it allows you to take and organise notes in  
>> "stream of consciousness" process, it stays out of the way while to capture 
>> information in a structured and reorganizable way. It is one of a few 
>> "outliners".
>>
>> It is open enough you can hack it to use alternate titles for the 
>> subtiddlers, and you can use other TiddlyWiki features to list and change 
>> the resulting subtiddlers. There is great value in automated titles so you 
>> don't need your imagination, but then you can rename them later (Relink 
>> plugin) and use other methods than the title to find and open them.
>>
>> I am gradually putting together a number of automated titles solutions, 
>> try this on tiddlywiki.com as an example
>>
>> \define subTiddler-title(seed:"subTiddler")
>> [[$(currentTiddler)$/$seed$]]
>> \end
>>
>> Default <<subTiddler-title>> Last $:/temp/last-title
>>
>> <$wikify name=basetitle text={{{ [<subTiddler-title>] }}} >
>> <$button>
>> <$action-createtiddler $basetitle=<<basetitle>> 
>> $savetitle="$:/temp/last-title"/>
>> <$action-listops $field="sub-tiddlers" 
>> $subfilter="[{$:/temp/last-title}]" />
>> Create ~SubTiddler
>> </$button>
>> </$wikify>
>>
>> Look in the recent tab to see they have being created.
>>
>> Later I will auto title them with serial number, dates, with system 
>> prefixes and more. Perhaps even bulk renames.
>>
>> Regards
>> Tones
>>
>> On Tuesday, 19 January 2021 at 12:42:15 UTC+11 Amy Lee wrote:
>>
>>> Hi all, 
>>>
>>> I'd like to use this combination for note-taking. twsr 
>>> <https://groups.google.com/g/tiddlywiki/c/UabWpVpep8A/m/Kq7YrmF4CAAJ> 
>>> is a plugin for spaced-repetition flashcards, completely contained in TW. I 
>>> tried using TiddlyRemember but there was always some syncing error with 
>>> bigger wikis.
>>>
>>> I don't think it would be challenging to combine TiddlyMap and twsr 
>>> because they don't modify titles, and the latter relies on tags to identify 
>>> flashcards. However, I would love to hear your thoughts on combining them. 
>>>
>>> What I'm most troubled about is Streams. Since it auto-generates titles, 
>>> I think it would be a hassle to manually change the labels on mind maps. Is 
>>> it possible to display a more descriptive title in mind maps by changing 
>>> the label for some/all nodes to the field 'alt-title'? Do you have other 
>>> suggestions?
>>>
>>> I've been considering Streams because I want to keep tiddlers short and 
>>> reusable. I've had difficulty with creating unique, descriptive titles for 
>>> every small subtopic, and ctrl+E to paste content into new tiddlers is not 
>>> as fast as Streams' method. But I don't think I really understand why 
>>> Streams is valuable, as I've never learned about TW in-depth. Can you tell 
>>> me its benefits and use-cases? 
>>>
>>> Thanks,
>>>
>>> Amy
>>>
>>>
>>> -- 
>> 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/ATDUUFZGmHs/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/57db9795-5bde-4509-b51a-5363df56a09en%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/57db9795-5bde-4509-b51a-5363df56a09en%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40d3f62b-3cbe-4563-a844-d5f28a27b34fn%40googlegroups.com.

Reply via email to