TW5 what to expect from the next release.

172 views
Skip to first unread message

Danielo Rodríguez

unread,
Apr 7, 2014, 10:10:24 AM4/7/14
to tiddl...@googlegroups.com
Hello everybody

I followed very close the development of the previous version so I knew what to expect about it.
But now I have been out of the TW scene for a while and I don't know what can I expect from the new one.
Is there any place, list or checksum where I can check it?

Thanks in advance

PMario

unread,
Apr 7, 2014, 11:59:11 AM4/7/14
to tiddl...@googlegroups.com

PMario

unread,
Apr 7, 2014, 12:01:47 PM4/7/14
to tiddl...@googlegroups.com
The latest imo 3 videos contain a link to the Q&A annotated videos. .. For all the others I did the annotations, which are below the videos. You can click the timestamps to jump back and forth.
... for the latest ones I still need to create them :/
-m

David Gifford

unread,
Apr 7, 2014, 8:26:47 PM4/7/14
to tiddl...@googlegroups.com
Hi Danielo

The best place for news about features on the upcoming releases is the commits page at GitHub. I open it once every day or two to see what Jeremy is up to.

https://github.com/Jermolene/TiddlyWiki5/commits/master

This upcoming version looks interesting, with top right and top left menus, new languages, a new 'view' called cecily, a cool new Pinterest-like way to display lists of tiddlers (I played with a sneak peek of it and made thumbnail image galleries), a home button, a button to hide the sidebar, advance searching by filter expression, and more.

Dave

David Gifford

unread,
Apr 7, 2014, 8:34:58 PM4/7/14
to tiddl...@googlegroups.com
Actually, you can do the image gallery thing on a current TW5, in two easy steps:

1. Add the imggal class to your stylesheet (adjust the column count as necessary from 3 to the number of columns you desire)


/*IMGGAL*/

@media (min-width: 600px) {

    .imggal {
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        column-count: 3;
        column-gap: 10px;
    }

    .imggal-item {
        width: 100%;
    }

}

.imggal-item {
    display: inline-block;
    border: 0px solid <<colour muted-foreground>>;
    padding: none;
    margin-bottom: 0px;
    background: #fff;
    font-size: 0em;
    line-height: 0;
}

.imggal-item h1 {
    font-weight: 500;
    font-size: 16px;   
}

2. Add this to any tiddler to create an image gallery of all tiddlers tagged with that tiddler's title.
Clicking on any image opens the tiddler.

<div class="imggal">

<$list filter="[is[current]tagging[]sort[title]]">

<div class="imggal-item">

<$link to={{!!title}}><$transclude/></$link>

</div>

</$list>

</div>
Message has been deleted

David Gifford

unread,
Apr 7, 2014, 8:40:56 PM4/7/14
to tiddl...@googlegroups.com
Just be aware that in the CSS in my previous post, I suppressed font-size and line height, and removed the tiddler title from the list filter. I wanted only the image to appear, and no text. When the release comes out you will see a different version with titles and text, in the community tiddler and the articles tiddler.

Danielo Rodríguez

unread,
Apr 8, 2014, 2:52:35 AM4/8/14
to tiddl...@googlegroups.com
Hi David,

Thank you for the summary.
Some of those features are already available in my personal TW thanks to community tweaks. Anyway I'm glad to hear that those are becoming "official". This demonstrates the huge potential of TW5

Jeremy Ruston

unread,
Apr 8, 2014, 9:17:38 AM4/8/14
to TiddlyWiki
Hi Danielo

I've updated the release note for 5.0.9 so that it covers all the changes to date:


Best wishes

Jeremy



--
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 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.



--
Jeremy Ruston
mailto:jeremy...@gmail.com

Danielo Rodríguez

unread,
Apr 8, 2014, 10:37:15 AM4/8/14
to tiddl...@googlegroups.com, jeremy...@gmail.com
Thank you Jeremy!
Reply all
Reply to author
Forward
0 new messages