[TW5] requesting feedback for my TW5 experiment

191 views
Skip to first unread message

David Gifford

unread,
Oct 25, 2013, 3:02:21 PM10/25/13
to tiddl...@googlegroups.com
Hi all

Would love for you to play with this and see what you think. Won't be to everyone's liking, but boy does it make navigating and relating tiddlers to each other easier.

http://giffmex.org/notestorm5preview.html

Dave

Stephan Hradek

unread,
Oct 25, 2013, 3:52:19 PM10/25/13
to tiddl...@googlegroups.com
This stylesheet should solve the 33% issue, but I suggest that you add some specaila classes for your table.

body table.tiddlerinfotable tr:first-child+tr td {
    width: 30%;
}
body table.tiddlerinfotable tr:first-child+tr td .tw-menu-list-item {
    white-space: normal;
}

David Gifford

unread,
Oct 25, 2013, 3:57:23 PM10/25/13
to tiddl...@googlegroups.com
Thanks Stephan that works great! What do you mean special classes - you mean things like shading and borders?


--
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/_BwMSjAC3e8/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/groups/opt_out.



--
David Gifford
Christian Reformed World Missions, Mexico City

Stephan Hradek

unread,
Oct 25, 2013, 4:23:46 PM10/25/13
to tiddl...@googlegroups.com


Am Freitag, 25. Oktober 2013 21:57:23 UTC+2 schrieb David Gifford:
Thanks Stephan that works great! What do you mean special classes - you mean things like shading and borders?

No. You see: The table you use has the css class "tiddlerinfotable". As I'm not so deep into TW5 yet, I think, this is a class of TW5 and none you made. If this is the case, my stylesheet might interfere with other usages of that class.

So I'd suggest to add another class you made up your own.

But if I'm mistaken and "tiddlerinfotable" is something you made up, than there should be no problem.

David Gifford

unread,
Oct 25, 2013, 4:25:36 PM10/25/13
to tiddl...@googlegroups.com
Yeah, tiddlerinfotable is my own  creation


--
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/_BwMSjAC3e8/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/groups/opt_out.

Stephan Hradek

unread,
Oct 25, 2013, 4:26:37 PM10/25/13
to tiddl...@googlegroups.com
Got it!

"tiddlerinfotable" is from you. I just renamed it to "murksnwurks" in $:/core/ui/ViewTemplate/body and all my formatting was gone.

When I renamed it in my stylesheet also, it was correct again.

So forget about my comment about the class.

David Gifford

unread,
Oct 25, 2013, 4:31:29 PM10/25/13
to tiddl...@googlegroups.com
Who says I don't have class? hahahaha


--
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/_BwMSjAC3e8/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/groups/opt_out.

Stephan Hradek

unread,
Oct 26, 2013, 9:00:57 AM10/26/13
to tiddl...@googlegroups.com
I have no idea about filtering in TW5, but if it's just about not-displaying the external links:

body table.tiddlerinfotable a.tw-tiddlylink-external {
    display: none;
}

The links will nevertheless be generated.

David Gifford

unread,
Oct 26, 2013, 9:53:04 AM10/26/13
to tiddl...@googlegroups.com
Awesome, that worked great!


--
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/_BwMSjAC3e8/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/groups/opt_out.

David Gifford

unread,
Oct 26, 2013, 9:53:12 AM10/26/13
to tiddl...@googlegroups.com
Thanks again, Stephan!

Arkady Grudzinsky

unread,
Oct 27, 2013, 3:08:13 PM10/27/13
to tiddl...@googlegroups.com
Dave,

Is it possible to make tiddler info table similar to the x-plore plugin used in tbgtd?  The difference is that x-plore plugin shows nested levels.  I find it even more useful to reveal connections between tiddlers.

David Gifford

unread,
Oct 28, 2013, 9:28:19 AM10/28/13
to tiddl...@googlegroups.com
Could you give me a link to that?

Dave


--
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/_BwMSjAC3e8/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/groups/opt_out.

Arkady Grudzinsky

unread,
Oct 29, 2013, 1:13:27 PM10/29/13
to tiddl...@googlegroups.com
http://tbgtd.tiddlyspot.com/#tbGTD-project

It's Tobias Beer's GTD wiki.  Each tiddler has a button in the tool bar called x-plore.  It shows a tree of tags up and down the hierarchy.  I love the concept.

David Gifford

unread,
Oct 29, 2013, 1:20:38 PM10/29/13
to tiddl...@googlegroups.com
Hi Arkady

The xplore button is similar to the information window of TW5, with the main difference being that in TW5 the popup is disguised as if it were information hidden inside or behind the tiddler.

The nested levels are interesting. I personally am not interested in doing NoteStorm in that way, but it is interesting to have a nested tree in a popup like that. Could be handy in some situations.

I don't know how to do it, and I doubt something like that is yet possible in TW5. Very likely it will come sooner or later as people start adding plugins.

I must say that I really like the x-tag button next to x-plore even more. That would be really handy, to have series of tags based on categories, and have them available to add like that.

Dave
Reply all
Reply to author
Forward
0 new messages