Hi all,
I have implemented a simple blog in my {{DesignWrite}} MOOC course notes
TW, and I would like to be able to display the blog entries in reverse date
order, so that the most recent post is at the top of the list. I have
modified my $:/config/NewJournal/Title
<https://dl.dropboxusercontent.com/s/y5yubous01eyifc/HegartDmishiv-on-DesignWrite.html#%24%3A%2Fconfig%2FNewJournal%2FTitle>
so that blog titles all sort automatically based on the time and date they
were created. That part all works fine. I've tagged my Blog
<https://dl.dropboxusercontent.com/s/y5yubous01eyifc/HegartDmishiv-on-DesignWrite.html#Blog>
tiddler as *$:/tags/SideBar* so that it appears in the sidebar, and with
some help from the *list-before* and *list-after* fields I have it
positioned where I want it. I've added the required *tc-table-of-contents*
code to it, as follows....
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Blog'>>
</div>
What I need to know is how to reverse the order that the blog entries will
appear in, when they are listed. I assume the *tc-table-of-contents* itself
is a CSS style hidden somewhere in the underlying TW code. If it is not
possible to simply add a parameter somewhere to make the list magically
reverse its order, I assume I'd have to create my own copy of the
*tc-table-of-contents* style, modify that, and replace the *class=* in the
code above with my own modified version of the *tc-table-of-contents*
style. Trouble is, I don't even know where the existing
*tc-table-of-contents* style is kept.
Any ideas how to achieve this simply, preferably without having to install
any additional plugins?
Hegart.
--
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/085e6747-a253-4951-8df9-4e90fccd26d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.