It struck me as an interesting idea for TiddlyWiki. There's been interest in the past in using TiddlyWiki to create and present quizzes; perhaps we can explore creating the necessary features in a way that supports notetaking too.
Hi Jim
Has anyone made a view template that can present tiddlers in columns? I am not talking about tables - I think that would be too unwieldy to do in real time while taking notes. But instead, since you can have multiple tiddlers open for edit at the same time, if there was a way to show the story river in two columns instead of one you could have two open at the same time for edit. Then when studying you wouldn't need to "cover up" the notes tiddler, but instead simply close it...
A multi-column view for the story river is something I'm interested in adding.
However, here it may be possible to approach it differently: one could imagine a split-screen arrangement like the current preview pane. One side for the notes, one side for the questions. The questions would be stored in a field.
a split-screen arrangement like the current preview pane. One side for the notes, one side for the questions. The questions would be stored in a field.
A multi-column view for the story river is something I'm interested in adding.
However, here it may be possible to approach it differently: one could imagine a split-screen arrangement like the current preview pane. One side for the notes, one side for the questions. The questions would be stored in a field.
The problem I am running into is writing the notes and questions. Normally for things like this I use a temporary tiddler for editing and then when the new tiddler is created the content is copied to it, but in this case I want the notes and questions to be updated as you type.
Unfortunately I am displaying them using a list widget and a template that contains <$edit-text tiddler=<<currentTiddler>>/>, I expected this to work because the open tiddler wasn't the one being edited, but it appears that the tiddlers being transcluded using the list and template are being treated as if they are being edited directly and the problem of the tiddlers refreshing on every keystroke is happening, so typing notes isn't really possible.
<$tiddler tiddler="$:/temp/test">
<$edit-text field="text" default="" tag="input"/>
</$tiddler>Create a new tiddler with the following content:<$tiddler tiddler="$:/temp/test">
<$edit-text field="text" default="" tag="input"/>
</$tiddler>Regards,Alberto
--
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/4OSPF3TeEWE/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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Hi Jim
Has anyone made a view template that can present tiddlers in columns? I am not talking about tables - I think that would be too unwieldy to do in real time while taking notes. But instead, since you can have multiple tiddlers open for edit at the same time, if there was a way to show the story river in two columns instead of one you could have two open at the same time for edit. Then when studying you wouldn't need to "cover up" the notes tiddler, but instead simply close it...A multi-column view for the story river is something I'm interested in adding.
However, here it may be possible to approach it differently: one could imagine a split-screen arrangement like the current preview pane. One side for the notes, one side for the questions. The questions would be stored in a field.Best wishesJeremy--Jeremy Ruston
mailto:jeremy...@gmail.com