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 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/57db9795-5bde-4509-b51a-5363df56a09en%40googlegroups.com.