[tw] Listfilter with selectwidget

2015-03-04 Thread David Gifford
Hi all

I would like to create a very simple tool where I select a topic from a 
dropdown list of topics and see a filterable list of the tiddlers tagged 
with that topic. I created the select widget okay, but am not sure how to 
add the list filter to it. Here is as far as I got. As you can probably 
see, the select widget would produce a list of tiddlers tagged topic. For 
example, interpersonal, financial, etc. The selected topic would then go 
into $:/generated-list-demo-state. So I thought, why not create a 
filterable list widget based on turning the contents of 
$:/generated-list-demo-state into a tag? But I am not sure how to do that. 
Any help?

$select tiddler='$:/generated-list-demo-state'
$list filter='[tag[topic]!is[system]]'
option$view field='title'//option
/$list
/$select
$tiddler tiddler={{$:/generated-list-demo-state}}
$transclude mode='block'/
/$tiddler

list-search
[tag[$:/generated-list-demo-state]!is[system]!is[shadow]sort[title]]
search:title
$:/temp/list-search-sidebar-system-and-shadows
$:/_aa/aa/list-item-view-glinks

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Open tiddler 404, if tiddler not found, how?

2015-03-04 Thread sini-Kit
I don't found this option in tw5 . Now if tiddler not found, I see empty 
tiddler with not found title. 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Listfilter with selectwidget

2015-03-04 Thread Jed Carty
For your list-search filter you should have 
[tag{$:/generated-list-demo-state}!is[system]!is[shadow]sort[title]], you 
use single { } around transcluded filter operands,  and  are used for 
variables set using the set widget or as list variables, and in both cases 
you leave out the [ and ]. With that fixed the list-search should let you 
search by title through the list of all tiddlers tagged with your selected 
topic.

If you want to apply an arbitrary filter to the output than you may have to 
modify the list-search or make your own version.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Listfilter with selectwidget

2015-03-04 Thread David Gifford
Wow, great Jed! That worked perfectly. I am learning heaps this week thanks
to you and others!

On Wed, Mar 4, 2015 at 11:33 AM, Jed Carty inmyso...@gmail.com wrote:

 For your list-search filter you should have
 [tag{$:/generated-list-demo-state}!is[system]!is[shadow]sort[title]], you
 use single { } around transcluded filter operands,  and  are used for
 variables set using the set widget or as list variables, and in both cases
 you leave out the [ and ]. With that fixed the list-search should let you
 search by title through the list of all tiddlers tagged with your selected
 topic.

 If you want to apply an arbitrary filter to the output than you may have
 to modify the list-search or make your own version.


  --
 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/Q0M09w5_CJM/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: aliasing a username

2015-03-04 Thread Jed Carty
I don't know of a way to do aliasing, but you could have set the user name 
to admin and in the tiddler admin just have $transclude tiddler=Contact/, 
which would make the tiddler admin display the contents of the tiddler 
Contact.

It probably doesn't cover all the situations you want, but it could be a 
start.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] aliasing a username

2015-03-04 Thread nathan . mcelroy
I've not been able to keep up with all forum posts, but I've done a search 
with several terms to see if this was already asked/answered and could not 
find anything...

In the Control Panel - Info - Basics, for Username for signing edits

I would like to enter a username that links to a tiddler of another name. 
For example, I have a Tiddler called Contact that has my contact 
information. But I'd like to simply sign all edits with something like 
admin or my initials NRM.

When I enter something like [[NRM|Contact]] into the username box, that 
exact string shows up as the editing username at the top of the tiddler (in 
italics) INSTEAD of just the letters NRM that would take me to the 
Contact tiddler.

Is there a reason that this type of formatting works for the Tiddlywiki 
title, subtitle and default tiddlers but NOT for the Username?

I also tried editing $:/status/UserName, and while it looks right in the 
text of that tiddler, the username under the tiddler name is still 
incorrect.

Thanks for reading,
Nate

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: aliasing a username

2015-03-04 Thread Eric Shulman
On Wednesday, March 4, 2015 at 1:04:35 PM UTC-8, nathan@gmail.com wrote:

 In the Control Panel - Info - Basics, for Username for signing edits
 I would like to enter a username that links to a tiddler of another name. 
 For example, I have a Tiddler called Contact that has my contact 
 information. But I'd like to simply sign all edits with something like 
 admin or my initials NRM.
 When I enter something like [[NRM|Contact]] into the username box, that 
 exact string shows up as the editing username at the top of the tiddler (in 
 italics) INSTEAD of just the letters NRM that would take me to the 
 Contact tiddler.
 Is there a reason that this type of formatting works for the Tiddlywiki 
 title, subtitle and default tiddlers but NOT for the Username?


1) The username is really just a text string, the value of which is copied 
into the modifier field of a tiddler whenever that tiddler is edited.
2) The *display* of the username is defined in the core shadow: 
[[$:/core/ui/ViewTemplate/subtitle]], which contains:

div class=tc-subtitle
$link to={{!!modifier}}
$view field=modifier/
/$link $view field=modified format=relativedate/
/div


This is the syntax that actually displays the username in the tiddler 
subtitle:
$view field=modifier/
Note that the output of the $view widget is normally just *plain text*... 
thus, the wiki syntax contained in the username does not get parsed, and 
the output shows the username value exactly as defined.  However, it is a 
simple matter to change this.  Rather than using the $view widget to 
display the modifier field, use transclusion, like this:
   {{!!modifier}}
As with the $view widget, this will retrieve the value of the 'modifier' 
field for the current tiddler, but will also then parse that field value so 
that any wiki syntax it contains will be rendered as intended.  Thus, if 
you use [[NRM|Contact]] as your username, then it will display as just 
NRM, and link to the [[Contact]] tiddler.  Q.E.D.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

Inside TiddlyWiki: The Missing Manual
https://www.indiegogo.com/projects/inside-tiddlywiki-the-missing-manual/x/8816263
Note: the IndieGogo funding campaign has ended.. but direct fundraising 
continues below:...

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Twitter integration and selectively forcing javascript to redo its stuff

2015-03-04 Thread Jed Carty
After reading this page 
https://dev.twitter.com/web/javascript/initialization it looks like I may 
have to make a real plugin that sets up a daemon listening for tiddlers 
opening and then runs the twttr.widgets.load() function. Hopefully I can 
find a way to have it only run when one of the twitter buttons or other 
objects is rendered.

Any suggestions or warnings from people who know more about this stuff than 
I do before I start on the plugin?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ListWidget, Tables, and BlockMode (yes, again....)

2015-03-04 Thread Bob Robison
Yep !  That worked fine and now that I see it, I think I have figured 
that out (or seen it referenced) before... but I don't remember seeing the 
individual tables rendered like that previously. 

In any case, you answered my question, thanks!  Very helpful!

bob

On Wednesday, March 4, 2015 at 9:19:22 PM UTC-6, Jed Carty wrote:

 For this I am pretty sure you have to use html. I have never gotten tables 
 built using a list widget and the standard wikitext, luckly tables like 
 this in html aren't hard. So use something like this:

 table
 $list filter='[[Tiddler1]] [[tiddler2]]'
 trtdsome-text/tdtdother text/td/tr
 /$list
 /table

 If anyone does know a way to do this using wikitext I would like to see 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: aliasing a username

2015-03-04 Thread nathan . mcelroy
Thank you both! 

On Wednesday, March 4, 2015 at 4:04:35 PM UTC-5, nathan@gmail.com wrote:

 I've not been able to keep up with all forum posts, but I've done a search 
 with several terms to see if this was already asked/answered and could not 
 find anything...

 In the Control Panel - Info - Basics, for Username for signing edits

 I would like to enter a username that links to a tiddler of another name. 
 For example, I have a Tiddler called Contact that has my contact 
 information. But I'd like to simply sign all edits with something like 
 admin or my initials NRM.

 When I enter something like [[NRM|Contact]] into the username box, that 
 exact string shows up as the editing username at the top of the tiddler (in 
 italics) INSTEAD of just the letters NRM that would take me to the 
 Contact tiddler.

 Is there a reason that this type of formatting works for the Tiddlywiki 
 title, subtitle and default tiddlers but NOT for the Username?

 I also tried editing $:/status/UserName, and while it looks right in the 
 text of that tiddler, the username under the tiddler name is still 
 incorrect.

 Thanks for reading,
 Nate


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ListWidget, Tables, and BlockMode (yes, again....)

2015-03-04 Thread Jed Carty
For this I am pretty sure you have to use html. I have never gotten tables 
built using a list widget and the standard wikitext, luckly tables like 
this in html aren't hard. So use something like this:

table
$list filter='[[Tiddler1]] [[tiddler2]]'
trtdsome-text/tdtdother text/td/tr
/$list
/table

If anyone does know a way to do this using wikitext I would like to see 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Twitter integration and selectively forcing javascript to redo its stuff

2015-03-04 Thread Jed Carty
I have been poking the social networking stuff on my site a bit more and if 
you put the script from the tweet button on twitters dev site 
https://dev.twitter.com/web/tweet-button into a tiddler tagged with 
$:/tags/RawMarkup all of the links they give for adding the various buttons 
and timelines mostly work in a wiki.
The problem is that unless the tiddler containing the button or whatever 
was open when you loaded your wiki it just shows up as a link. The links 
work for sending tweets, they just aren't pretty. On the other hand 
displaying timelines only works if a tiddler is open when the page is 
loaded.
The way I am getting around this is to make a simple html file that just 
contains the twitter code and displaying it in an iframe on my page, but 
that isn't something you can do if you don't have your own domain to play 
with.

So, is there a way to force javascript to rerun scripts? If not the buttons 
would still work fine if you put them in something like my icon menus where 
they will never have to be changed after the wiki is loaded, but anywhere 
else would be a problem.

Here it is on my site 
http://ooktech.com/jed/externalbrain/#Twitter%20Integration. If you load 
the page you should see two timelines and a button, but if you edit the 
tiddler (or open the editor and close it) or close the tiddler and reopen 
it only the top timeline shows up the same way, the other two are just 
links.

The timeline is supposed to be an iframe itself, so does anyone know how to 
get access to that like for the twitter follow button 
http://tiddlywiki.com/#Adding%20a%20Twitter%20Follow%20button on 
tiddlywiki.com?

The benefit of being able to use the buttons directly in the wiki is that 
you could author the tweets in your wiki and then have a button that both 
post it to your site and to twitter. I am working on that now.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] ListWidget, Tables, and BlockMode (yes, again....)

2015-03-04 Thread Bob Robison


https://lh5.googleusercontent.com/-WzSZbDLq6do/VPfF8iuvesI/Aok/f029BW1YRys/s1600/badtable.png
( I tried to insert an image of the rendered list, but it seems to show up 
on top of the post, and I couldn't figure out how to move it... so read the 
below first :) )

OK -- I know there has been a long standing source of confusion with trying 
to render a table in a list widget, and needing the\
 extra carriage return after the opening $list tag in order to render in 
block mode, and see the table properly.  However, I'm \
still having a related issue

Example:

$list filter=[[Tiddler1]] [[Tiddler2]]

|some-text|other text|
/$list

The above image shows how this renders for me.  Instead of the expected, 
two row, two column table, I actually get two different tables with 
vertical space between.  It is more clear that they are different tables if 
you actually put a reasonable template in the list widget that pulls in 
content of varying widths into the columns.  So, in this case it *is* 
properly rendering tables (as opposed to inline) -- but I don't know why it 
is not combining into a single table, as desired.

bob

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Open tiddler 404, if tiddler not found, how?

2015-03-04 Thread Eric Shulman
On Wednesday, March 4, 2015 at 7:48:06 AM UTC-8, sini-Kit wrote:

 I don't found this option in tw5 . Now if tiddler not found, I see empty 
 tiddler with not found title.


The message you see when a tiddler is not found is contained in:
   [[$:/language/MissingTiddler/Hint]]

Perhaps all you need to do is to customized the content of that shadow to 
display your desired 404 text.  However, if you want to have specific 
alternative text displayed for individual missing tiddlers, you could try 
replacing the MissingTiddler/Hint content with the following wiki code:

\define customMissing()
$:/language/MissingTiddler/Hint/$(currentTiddler)$
\end

$transclude tiddler=customMissing 
Missing tiddler $text text=currentTiddler/ - click 
{{$:/core/images/edit-button}} to create
/$transclude


This allows you to define individual hints for missing tiddlers by 
creating tiddlers named 
[[$:/language/MissingTiddler/Hint/TitleOfMissingTiddler]]. 
 Then, when you try to view a missing tiddler with that name, it will 
display the specific hint.  Otherwise it will fallback to displaying the 
default hint content as before.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

Inside TiddlyWiki: The Missing Manual
https://www.indiegogo.com/projects/inside-tiddlywiki-the-missing-manual/x/8816263

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Open tiddler 404, if tiddler not found, how?

2015-03-04 Thread Siniy-Kit


 I don't see any text if tiddler not found 
 http://novye-podarki.ru/heeg.html#1

I want to make simple redirect to tiddler with title 404 if tiddler not 
found. Is it possible?  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Unable to change the icon of TOC

2015-03-04 Thread Jed Carty
Oh,  there is another macro required, I updated the list on my site. 
FontAwesomeMacro is the name of the tiddler. 
http://inmysocks.tiddlyspot.com/#FontAwesomeMacro

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Twitter integration and selectively forcing javascript to redo its stuff

2015-03-04 Thread Jed Carty
Well, that was almost disappointingly simple once I found the proper 
documentation. There is now a plugin 
http://ooktech.com/jed/externalbrain/#%24%3A%2Fplugins%2Finmysocks%2FTwitter 
that lets you take the code for tweet buttons 
https://dev.twitter.com/web/tweet-button, follow buttons 
https://dev.twitter.com/web/follow-button, timelines 
https://dev.twitter.com/web/embedded-timelines and whatever else they 
have there in a wiki and it works.
Rendering the twitter things can be a bit slower than the rest of the site, 
but once they are rendered there doesn't seem to be any problems, and it is 
loading faster than the iframes were.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Unable to change the icon of TOC

2015-03-04 Thread Jed Carty
There should be a new tab in the control panel called 'Table of Contents 
Settings', you need to change the dropdown menu at the top where it says 
'Table of contents icons:' from 'Normal' to 'Font Awesome'. Then the two 
drop down menus below let you select the closed and open images to use for 
the table of contents. You also either need to use the 'Contents' tiddler 
listed for your table of contents or change the table of contents macro you 
use to my-toc-selective-expandable instead of toc-selective-expandable.

Sorry for my poor documentation, I will update it and hopefully make it a 
bit more clear.

If you are still having problems let me know.

Other stuff:

Make sure you save and reload your wiki otherwise none of the font awesome 
icons will show up. 
The dropdown menus to select the icons won't show the icon currently 
selected, which is why it is displayed next to the dropdown. I have no idea 
why this is the case.
I think that my experiment with adding user feedback on my site is a 
failure, it has been used by a whole 2 people.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: education.tw.com

2015-03-04 Thread Peter Miller
Apologies -- I should have given some attribution but Jeremy and others 
have taken care of that now. I was simply harvesting interesting examples 
I've seen posted here.

bw 

Peter

On Tuesday, March 3, 2015 at 3:54:32 PM UTC, Peter Miller wrote:

 For the TiddlySpot section: http://pespot.tiddlyspot.com/ (lesson planner)

 On Monday, March 2, 2015 at 9:28:59 AM UTC, Richard Smith wrote:

 Hi All,

 At Jeremy's invitation, I am putting together materials for a tiddlywiki 
 in education portal, to eventually be hosted under the main site and 
 addressing the particular use-cases found in education.

 I'd really appreciate any feedback or input you might have about the site 
 itself or the content that should appear on it.

 I've made a template for the site here;

 https://dl.dropboxusercontent.com/u/83055414/education.tw.com.html

 Please feel free to edit it and publish it back at me with any 
 improvements you would like to make in terms of function or form. I've also 
 included a community consultation section listing some areas for 
 discussion - I'd be really happy to get any feedback or contributions you'd 
 like to make - either here in the forum or via wiki.

 Regards,
 Richard



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Illness

2015-03-04 Thread Alex Hough
Welcome back Jeremy!

On 3 March 2015 at 17:50, Jeremy Ruston jeremy.rus...@gmail.com wrote:

 Thank you everybody for your kind messages, much appreciated. I'm now back
 home, and recovering very well. I'll be recuperating for a few days, and I
 expect to running at full steam next week.

 One thing I've learned over the last few days is that everybody should
 have a thermometer in the house - when it all kicked off I thought I'd just
 developed a cold, and didn't realise that I was running a temperature of
 39.5°C/103°F.

 Many thanks again,

 Best wishes

 Jeremy.


 On Mon, Mar 2, 2015 at 11:54 PM, Alberto Molina alberton...@gmail.com
 wrote:

 Sorry to hear that!

 Take care and get well soon.

 Alberto

 Le dimanche 1 mars 2015 19:15:18 UTC+1, Jeremy Ruston a écrit :

  I'm sorry to say that I've been whizzed to hospital with what has
 turned out to be pneumonia. No fun at all. I'll be here for a couple more
 days and so will have to postpone Tuesday's hangout.

 Best wishes

 Jeremy

 —
 jeremy...@gmail.com

  --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




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

 --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: tiddlyclip for chrome

2015-03-04 Thread Alex Hough
Hi BJ,

I don't seem to get 'tiddlyclip as'

I just see TiddlyCut see attached

best wishes

Alex

On 2 March 2015 at 22:20, BJ buggy...@gmail.com wrote:

 should be ok now...


 On Monday, March 2, 2015 at 6:31:44 AM UTC-6, Tobias Beer wrote:

 I get this error...


 Fehler beim Laden der Erweiterung aus: ~\Desktop\tiddlyclip
 JavaScript-Datei *content/util/logsimple.js* konnte nicht für das
 Content-Skript geladen werden.


 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: tiddlyclip for chrome

2015-03-04 Thread BJ
that's a bug its not selecting the docked tiddlywiki- try clicking on the
address of the docked tiddlywiki (clck 'tiddlycut' then the address of the
tiddlywiki)

cheers

BJ

On 4 March 2015 at 03:29, Alex Hough r.a.ho...@gmail.com wrote:

 Hi BJ,

 I don't seem to get 'tiddlyclip as'

 I just see TiddlyCut see attached

 best wishes

 Alex

 On 2 March 2015 at 22:20, BJ buggy...@gmail.com wrote:

 should be ok now...


 On Monday, March 2, 2015 at 6:31:44 AM UTC-6, Tobias Beer wrote:

 I get this error...


 Fehler beim Laden der Erweiterung aus: ~\Desktop\tiddlyclip
 JavaScript-Datei *content/util/logsimple.js* konnte nicht für das
 Content-Skript geladen werden.


 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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/O_untMAUOas/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Open all the tiddlers with a particular tag

2015-03-04 Thread David Moore


 Thanks for that, really appreciate it.


It seems that I have been doing it right, so I don't know what's wrong.

the plugin is installed, as it won't let me drag the link there again
however I still get makelist not defined

See picture of more - system, import, plugin and code here.

http://imgur.com/YftPIfs

Perhaps the plugin is installed incorrectly, although not sure how that can 
happen.  Does it have any dependencies?

any further help greatly appreciated.  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Open all the tiddlers with a particular tag

2015-03-04 Thread David Moore
Right, I deleted the plugin tiddler, and then dragged again, and this time 
it works, so problem solved.

Thanks for all your help everyone!

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: tiddlyclip for chrome

2015-03-04 Thread Alex Hough
I am running on Node, so its http://127.0.0.1:8080/

perhaps this is the cause?

Alex

On 4 March 2015 at 10:35, BJ buggy...@gmail.com wrote:

 that's a bug its not selecting the docked tiddlywiki- try clicking on the
 address of the docked tiddlywiki (clck 'tiddlycut' then the address of the
 tiddlywiki)

 cheers

 BJ

 On 4 March 2015 at 03:29, Alex Hough r.a.ho...@gmail.com wrote:

 Hi BJ,

 I don't seem to get 'tiddlyclip as'

 I just see TiddlyCut see attached

 best wishes

 Alex

 On 2 March 2015 at 22:20, BJ buggy...@gmail.com wrote:

 should be ok now...


 On Monday, March 2, 2015 at 6:31:44 AM UTC-6, Tobias Beer wrote:

 I get this error...


 Fehler beim Laden der Erweiterung aus: ~\Desktop\tiddlyclip
 JavaScript-Datei *content/util/logsimple.js* konnte nicht für das
 Content-Skript geladen werden.


 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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/O_untMAUOas/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: tiddlyclip for chrome

2015-03-04 Thread BJ
It looks like there is a problem with finding the configuration tiddler
(which is a shadow tiddler).
Try editing the TiddlyClipConfig tiddler - add or remove a blank line at
the end of the tiddler to make it a non-shadow tiddler and then reload the
tiddlywiki

On 4 March 2015 at 05:10, Alex Hough r.a.ho...@gmail.com wrote:

 I am running on Node, so its http://127.0.0.1:8080/

 perhaps this is the cause?

 Alex

 On 4 March 2015 at 10:35, BJ buggy...@gmail.com wrote:

 that's a bug its not selecting the docked tiddlywiki- try clicking on the
 address of the docked tiddlywiki (clck 'tiddlycut' then the address of the
 tiddlywiki)

 cheers

 BJ

 On 4 March 2015 at 03:29, Alex Hough r.a.ho...@gmail.com wrote:

 Hi BJ,

 I don't seem to get 'tiddlyclip as'

 I just see TiddlyCut see attached

 best wishes

 Alex

 On 2 March 2015 at 22:20, BJ buggy...@gmail.com wrote:

 should be ok now...


 On Monday, March 2, 2015 at 6:31:44 AM UTC-6, Tobias Beer wrote:

 I get this error...


 Fehler beim Laden der Erweiterung aus: ~\Desktop\tiddlyclip
 JavaScript-Datei *content/util/logsimple.js* konnte nicht für das
 Content-Skript geladen werden.


 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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/O_untMAUOas/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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/O_untMAUOas/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: education.tw.com

2015-03-04 Thread RichardWilliamSmith
Hi Patrick,

Thanks for your kind words and your thoughtful post. Clearly we share much 
of the same excitement for the possibilities of TW - it would be great to 
have your involvement. I remember my own teacher training and I'm sure this 
is a busy time for you - I certainly think that you're ahead of the curve 
in realising the importance of tracking student data.

 I am starting to think about more long-term and comprehensive uses for it 
 as a data management tool for teachers. For example the way it is now I can 
 save and track units over time, and compare them across years. Right now 
 I'm taking a Curriculum Assessment class so I got to thinking, you could 
 create and edit a curriculum over multiple years to make sure that you 
 covered everything, and use TW to visualize different aspects of the 
 curriculum much more conveniently than the ~300 page pdfs I'm currently 
 seeing. For example, a lot of teachers are now making plans in alignment 
 with Common Core. How awesome would it be to press a button and produce a 
 detailed document showing your commitment to Common Core standards, and all 
 without any of Bill Gates' software.


Right. My thoughts are that we can use TW to build organisational 
materials, and then eventually whole courses and textbooks, that map 
straight on to the curriculum. One of my next goals is to take apart the 
common core math standards and put them back together in TW and then use 
that as a starting point for building courses.
 

 Then the other area that I am very interested in developing (not now, 
 maybe this summer) would be the use of TW as a long term grade book. This 
 would provide important data on both the students and the teacher. There 
 are ~250 learning objectives in that tiddler, for two units that are not 
 even half completed. How well are my assessments aligned to those 
 objectives? There is about a 0% chance that I can keep track of whether 
 individual students are meeting those goals in a spreadsheet, but with TW, 
 I would have a tiddler for each student and could keep track of their 
 results on assessments. This record could persist across multiple years. 
 Wouldn't it be great if you could hand each of your students a detailed 
 report showing them exactly how they progressed over time? (Or email it to 
 them, or have it available for them to peruse at will?) That would just be 
 one button to click if you were keeping all your grades in a TW.


This is an awesome goal and a can of worms. Have you seen the project we 
are involved with to explore integration of TW with the xAPI reporting 
protocol? You should join the group and follow our progress or join in if 
you have the time 
(https://plus.google.com/communities/113063293590109148292). The idea is to 
enable TW to communicate with a Learning Record Store to log information 
about students in just the way you suggest. One of the big issues in this 
area is data-protection and privacy with regards to what gets stored on the 
server and I think there are some ways in which TW as a 'smart-client' 
might be part of an interesting solution. Let us know when you want to work 
on it, I'd love to help.
 

 As an aside, one of my upcoming projects is going to be combining svg 
 graphics, wikitext, and javascript to make graph widgets. For educators 
 that want to display their student learning data, this would be useful. I 
 used to love the simplicity and versatility of the graphing tools in 
 Matlab, so I will probably base it on that and Excel. I know other people 
 are working on making TW more math-friendly, and I think these two 
 additions would go a long way towards making TW a viable spreadsheet 
 alternative.


This sounds amazing. I'm learning about a lot of this stuff myself at the 
moment - svg graphcs are pretty cool. There are also some javascript 
libraries I would like to explore for making math-interactives etc. that 
might also be relevant. (I'm not a programmer so it takes me a long time to 
figure things out, but I get there in the end!)
 

 I would also like to add a section for assigning students to teams or 
 groups for lesson activities, using BJ's taglist widget with the drag and 
 drop. It would be pretty nice because you could automatically create and 
 print custom handouts for all your groups in all your classes. You could 
 also store parent contact information and any other type of information 
 about the students.


These are some great Ideas. Thanks again for your reply. I hope that you'll 
keep us updated on your progress, what you've already done is very 
impressive. Let me know if there's anything I can help you with.

Regards,
Richard

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

[tw] Re: education.tw.com

2015-03-04 Thread RichardWilliamSmith
Hi Peter,

Thanks again for your recommendations. I understand that some people might 
care a lot about attribution but I don't. Perhaps it comes from being 
called 'richard smith' - there are so many of us that attribution is kind 
of meaningless :)

As well as esoteric applications, I'm really interested in the practical 
ways that TW can be used 'out of the box' and also very interested in what 
people make of it when they first come across it. Do you mind me asking how 
many students you have using it and do they find it easy to understand? How 
old are they and what do you teach? How do you get the content into your 
wikis?

Regards,
Richard

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: education.tw.com

2015-03-04 Thread Peter Miller
Hi Richard

I teach microbiology at university level. I'm somewhat gingerly exploring 
multiple uses of TW5 in three classes with 30-70 students but I don't have 
any feedback to share as yet. 

bw

Peter

On Wednesday, March 4, 2015 at 12:27:18 PM UTC, RichardWilliamSmith wrote:

 Hi Peter,

 Thanks again for your recommendations. I understand that some people might 
 care a lot about attribution but I don't. Perhaps it comes from being 
 called 'richard smith' - there are so many of us that attribution is kind 
 of meaningless :)

 As well as esoteric applications, I'm really interested in the practical 
 ways that TW can be used 'out of the box' and also very interested in what 
 people make of it when they first come across it. Do you mind me asking how 
 many students you have using it and do they find it easy to understand? How 
 old are they and what do you teach? How do you get the content into your 
 wikis? What sort of devices do your students use to access the wikis?

 Regards,
 Richard


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Source of SVG visualizations (slightly off-topic)

2015-03-04 Thread Peter Miller
I don't know how long it will be there but RAW at 
http://app.raw.densitydesign.org/ provides some nice visualizations and 
specimen data. The exported SVG plays nicely with TiddlyWiki as far as I 
can tell though I've yet to work out how to make it editable in SVG-Edit.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.