Hi All,
I would like to show the sub-sequence "pill icon tag" in my list of
tiddlers but I would like to exclude those "article" and "selected" tags
from the list. Can it be done?
<$list filter="[tag[article]tag[selected]sort[title]]">
<$link to={{!!title}}><$view field="title"/> <$list
filte
Alberto,
Ive downloaded a copy i must say : it feels luxurious
Alex
On 19 July 2014 05:05, Alex Hough wrote:
> Hi Alberto,
>
> I see it on my laptop now it looks wonderful!
>
> Thanks for sharing.
>
> A few questions...
>
> Did I read that you use it with Zotero?
>
> I am wondering if
Hi Alberto,
I see it on my laptop now it looks wonderful!
Thanks for sharing.
A few questions...
Did I read that you use it with Zotero?
I am wondering if you use alerts on Google Scholar (or something similar)
to track papers. Part of my "dream" system would pull alerts into my TW.
Ive to
Hi Yakov & Richard
Five years ago there was a student notebook project by Andrew Lister:
http://mytiddlywiki.wikispaces.com/News - It introduced the idea of a
"masterTW" which students would download write personal notes in and update
locally.
https://groups.google.com/forum/?hl=da#!searchin/t
I knew I had seen something about this before, but I couldn't find it. You
were 5 whole months ahead of me - thanks!
cmari
On Friday, July 18, 2014 1:06:14 PM UTC-7, Alberto Molina wrote:
>
> Hi cmari,
>
> try the search box in tesis.tiddlyspot.com
>
> If you want to see how it works, open $:/_
Hi cmari,
try the search box in tesis.tiddlyspot.com
If you want to see how it works, open $:/_ui/searchbox
Regards,
Alberto
--
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, s
Hi all,
I upgraded my guide 'How to make TW5 readonly' [1]
There is now a plugin which contains all functionality:
- Hide the Sidebar tabs (*all* tabs tagged with $:/tags/SideBar)
- Hide the Sidebar button
- Make TW5 read-only (hide Page control buttons and Edit button)
- Save the st
Forgive me if I've missed information that's already been posted about
this. I created a tiddler with the word "current" in its title, and then
realized that tiddler was going to be very difficult to find among all the
others that contain the word "current" in their text. This made me realize
Jeremy, that's a nice offer, but luckily this particular wiki of mine
didn't yet have many entries and so I was able to port them by hand very
quickly ;)
Thanks!
On Friday, July 18, 2014 4:28:49 PM UTC+2, Jeremy Ruston wrote:
>
> Hi Jack
>
> OK, I think the best next step is that you could tr
Hi Jack
OK, I think the best next step is that you could try emailing me the file
and I can try to diagnose what happened, and recover the data (if I can).
If you're happy to do that, send it to jeremy (at) jermolene (dot) com.
Many thanks,
Jeremy
On Thu, Jul 17, 2014 at 7:12 PM, Jack Spencer
Hi Eric
thank you for fast answer
... so FET cannot do everything !! :)
Not sure about InlineJavascriptPlugin process
I have installed/activated the plugin
I have pasted your code in
[[Last5CreatedSliceAverage]]
> var count=0, total=0;
> // get ALL tiddlers, sorted by creation date (newest f
Hello Julien,
with FETP 1.0.1, you have to use something like
sortBy 'store.getTiddlerText(tiddler.title+"::customSlice")' descending
But also, see my pre-release of FETP 1.2.4 [1], it introduces new helpers
.getSlice and .getSection to the Tiddler object, so you can use it like
this:
sortBy
Hello everybody,
not to double-post this and split possible discussions, I invite you to
visit the thread I created in TiddlyWikiDev (accidentally):
https://groups.google.com/forum/#!topic/tiddlywikidev/DSl1wALn9lo
Best regards,
Yakov.
--
You received this message because you are subscribed t
Hi Alex,
I get an error message. I am looking at it on an ipad
>
> RangeError: Maximum call stack size exceeded
>
Thanks for the report. I don't know what it means but keep us informed if
you see it again after I release the cleaned empty version.
> The URL automatically changes to
>
> http
Hi Jon, Eric,
In fact, the example can be simplified from:
{{{ [tag[journal]] +[!sort[created]]}}}
To:
{{{ [tag[journal]!sort[created]]}}}
The + construction is only necessary if you're gathering up several
subresults to operate on them in one operation. See the last section of:
http://tiddly
Great, thanks Eric and for the explanation.
Jon
On Friday, 18 July 2014 08:12:22 UTC+1, Eric Shulman wrote:
>
> On Thursday, July 17, 2014 11:10:24 PM UTC-7, Jon wrote:
>>
>> is it possible to show the results of this {{{ [tag[journal]] }}} in
>> reverse order of creation date (so most recent is
On Friday, July 18, 2014 12:27:59 AM UTC-7, julien23 wrote:
>
> I am trying to get the average value of a field for the 5 last created
> tiddlers with FET.
> [[ConfusedVectorError]]
>
>> |DPMO|<>|
>>
>
For this kind of calculation, you may be better off using
http://www.TiddlyTools.com/#Inline
Hi all
You could help me sorting FET by slice here :
https://groups.google.com/d/topic/tiddlywiki/i3-EnWFmFjc/discussion
with :
> sortBy 'tiddler.title+"::customSlice"' descending
>
>
It looks that it does not work if customSlice is dynamic.
I am trying below to sort Errors by the last time it o
Hi all
I am trying to get the average value of a field for the 5 last created
tiddlers with FET.
See below what I have so far.
I can't have it work.
Can you please help me ?
regards
Julien
[[ConfusedVectorError]]
|DPMO|<>|
>
[[FetAverage5Text]]
< where
> 'tiddler.text.contain
On Thursday, July 17, 2014 11:10:24 PM UTC-7, Jon wrote:
>
> is it possible to show the results of this {{{ [tag[journal]] }}} in
> reverse order of creation date (so most recent is on top), rather than in
> alphabetical order?
>
Yes... like this:
{{{ [tag[journal]] +[!sort[created]]}}}
The fi
20 matches
Mail list logo