[tw] How can I print the results of a list to a new tiddler

2016-09-20 Thread Jan

Hello,
I want gather Information of a survey in a tiddler. Students are allowed 
to rate tiddlers.

I would like to print the result of
(1)<$list filter="[rating[1]]">~{{!!title}}
(2)<$list filter="[rating[2]]">~{{!!title}}
(3)<$list filter="[rating[3]]">~{{!!title}}
...
(idee)<$list filter="[tag[idee]]">~{{!!source}}
to a Tiddler called "Survey" as static Text.
The Text of the Tiddler will then be pasted into an URL to propolate a 
field in a google-form.


Thanks for help!
Jan

--
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/57E1B408.8080602%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to filter through a template using a field and <$edit-text>?

2016-09-20 Thread leeand00
Okay I fixed that bit...but it still isn't working the way that the first 
example does...is it because they're all sort-of in the same tiddler?  Am I 
losing it in scope or something?  Should I attach the field to a different 
tiddler?

On Tuesday, 20 September 2016 14:19:54 UTC-4, leeand00 wrote:
>
> I figured out how to filter through a list using a field and <$edit-text>, 
> but now I want to do the same thing using a template.
>
> Here is my working non-template example:
>
>
> Tiddler Title: blah1
> \define thisList()
>
> <$list filter="[{!!title}tagging[]$(thefilter)$]">
> 
> <$transclude/>
> 
> 
> \end 
>
> <$set name="thefilter" value={{!!dasfilter}}>
> <>
> 
>
> field: dasfilter: tag[blah2]
>
>
> In another tiddler..and when I type in this the list in blah1
> updates to reflect the changesbecause of this:
>
> TagFilter <$edit-text tiddler="blah1" field="dasfilter"/>
>
> ---
>
> Now I have an existing template and sub template such as follows where I'm 
> trying to do the same thing:
>
> Tiddler Title: meTemplate
> Company: <$view field="company"/>: 
> Title: <$view field="title"/>
> Time Period: <$view field="startdate"/>-<$view field="enddate"/> 
> Location: <$view field="location"/> 
>
> ~TagFilter: <$edit-text tiddler="DutiesFiltered" field="dasfilter"/>
>
> {{!!title||DutiesFiltered}}
>
>
>
> Tiddler Title: DutiesFiltered
> \define showDuty()
> 
> <$list filter="[{!!title}tagging[]$(thefilter)$]">
> <$transclude/>
> 
> 
>
> \end
>
> <$set name="thefilter" value={{!!dasfilter}}>
> <>
> 
>
>
> field: dasfilter: tag[people-skills]
>
> ...and then to use both templates I'll use a tiddler like:
>
> Tiddler Title: SeveralOfThese
> {{!!title||meTemplate}}
> field: company: Someplace
> field: enddate: somedate
> field: jobtitle: somejob
> field: location: someplace
> field: startdate: someotherdate
>
> But I don't seem to be able to replicate the functionality of adding 
> tag[sometag]tag[someothertag] to my searchbox so that I can find only the 
> duties I'm looking for in the template / sub template.
>
> Is there some way of doing this?
>
> Thank you, 
> Andrew J. Leer
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a19cec4e-bed8-46c4-81e0-45f11e21ad52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Plugins landed into NoteSelf-land

2016-09-20 Thread Danielo Rodríguez
> DanieIo I want to say to you:
>Your notebook seems to be very interesting.
>Thank you very much for your efforts & generosity!

Thank you very much for your kind words! Hope you enjoy using it. 


>​* To be able to follow​ this group I must learn some coding…

I hope not because Noteself... 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ebfbd482-677a-4486-ad51-c48cb4932c6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Plugins landed into NoteSelf-land

2016-09-20 Thread Danielo Rodríguez
>Great stuff there!
Thanks! 

>Glad you got plugins working in your custom server-side.
It is a client-server architecture, but in fact everything runs on the client 
side. If I've been unclear about it then I should make a better effort on 
documentation. 

>Out of curiosity, is the "NoteSelf-core" a kind of self-updating plugin?
Not actually. As I said, everything runs on client side, that included the 
database. Database is persistent, it does not matter how many times you updates 
your plugin. There are some special structures inside the database that have 
changed on the latest release, so in order to avoid leaving unused stuff on the 
client database I have to make some checks to make sure that only the required 
structures (aka indexes) exists. 

>In other words, how does one update NoteSelf?
Just use it. Noteself is not a plugin but an edition. 


>Anyone wants to play with further plugins,
feel free to include my library:

May I include your plugin library as one of the plugins listed on the default 
plugin library? 

>...and perhaps test for any incompatibilities w/ NoteSelf,not that I would be 
>expecting any.

Me neither, but who knows... 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b7efa48c-eacc-4872-bb37-792de16e568e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to filter through a template using a field and <$edit-text>?

2016-09-20 Thread Tobias Beer
Hi Andrew,

This:

{{!!title||DutiesFiltered}}

does not work.

Simply use:

{{||DutiesFiltred}}

Best wishes,

Tobias.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/e9b68e4b-0fbe-4b5d-adee-a55676d8baf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Jump to top

2016-09-20 Thread Dave
Thank you Jed, that works perfect!

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0c278742-dc15-49b8-982b-f36fde4cb584%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Jump to top

2016-09-20 Thread Jed Carty
I put it up on the wiki reference wiki here 
. 
I hadn't thought of doing this before.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0fb043a6-a09e-4b8f-ac17-4a97d82765be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Jump to top

2016-09-20 Thread Jed Carty
Yes, this button should work for you:

<$button>
^
<$list variable='Target' filter='[list[$:/StoryList]first[]]'>
<$action-navigate $to=<>/>



-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/db4c164a-1887-4fd8-aca0-36f0a8dff968%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Jump to top

2016-09-20 Thread Jed Carty
You could probably make a button that uses the navigator widget to go to 
whatever the first tiddler in the story river is, which should be at the 
top. I will look at it.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/bfe830f0-9579-458b-b5ed-d1773ee98ae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Jump to top

2016-09-20 Thread Tobias Beer
Hi Dave,

Not the answer you were asking for, and possibly coded in 10 minutes...

Unless you're on a tablet: HOME / POS1 on your keyboard will do. On a 
tablet, a generous swipe should do as well. Also, remember the open list in 
the sidebar, that's possibly a better way to scroll to the tiddler of 
interest. Other than that, you may want to look into making a sticky header 
that is always visible, if you need this for some main navigation.

Best wishes,

Tobias.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c36b0a69-79ab-4c9d-bbd2-e2d4c6b52dca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-20 Thread Tobias Beer
Hi Dave,
 

> shows up in a regular tiddler, ( in this case as "bar: what's up" ), but 
> not as its "transcluded" in the left bar?
>

Because your left bar is not part of the story river, and so in that 
context, your wikitext doesn't know what "currentTiddler" is.

If you want this kind of contextual details rather than a global left bar, 
you need to make your left bar more of a "left-tiddler-bar" ...and part of 
the story river... unless you figure out how to replicate the "live mode" 
from TiddlyMap into something other than a map.

@Felix, I think that would be a cool generalization: some vertical 
container that can update its contents depending on what is the tiddler 
currently scrolled into view in the story river ...while things like that 
sure wouldn't be designed to work on a mobile phone but rather only on the 
big screen.

Best wishes,

Tobias.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a651f724-8848-4117-9399-11e82bd0f4c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.