Απ: Re: Απ: Re: Replicating projects

2011-06-15 Thread Stratos Laspas
brilliant, thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/gtd-tiddlywiki/-/URNYH_ArhO8J.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.



[tw] Re: OpenTaggedTiddlers with MatchTags' boolean select

2011-06-15 Thread HansBKK
PMario, you da man!

For posterity - the purpose of this exercise is to allow a TW to act/
look like a blog at startup - it may have all kinds of other tiddler
types, but the standard journal entries will now appear on the front
page at startup. Any type of tiddler can be tagged default and it
will appear at the top of the list - like a blog or forum's sticky
tag, and all the rest of the unarchived journal entries sort in
reverse date order below.

So my workflow is to use a GTD-style project/action TW, combined with
journaling - unstructured notes about various things - tagged by
project, progress on habit control/formation routines etc.

Every once in a while I parse the recent journal entries for new
projects/actions, extract important notes to structured reference
files etc - when I've finished extracting everything important from
that journal entry I tag it archived and it no longer shows up on
the home page.

A thing of beauty, thank you PMario!

And thanks also for the JS reference links; I hope one day I'm in a
position to start learning programming - my understanding is that JS
isn't the best first language though?

On Jun 14, 6:55 pm, PMario pmari...@gmail.com wrote:
 On Jun 14, 5:37 am, HansBKK hans...@gmail.com wrote: Very cool, we're 
 getting there. Now to be able to create multiple sets and
  control the ordering. . .

  Neither of the below work, because (obviously) me have no JS.

 but the spirit :)

 try this.http://pastebin.com/ihKjWYgY

 If you are interested, what's going on, read the following.
 Otherwise just have fun! :)

 
 some info, what's going on.

 store.getMatchingTiddlers() returns an array of objects
 eg:
 [ {title: New Tiddler, modified: 2011061412, created ...},
 {title: New Tiddler1, modified: 2011061412, created ...} ]

 
 .reverse(); .. reverses the sort order

 store.getMatchingTiddlers(default,-modified) .. does the same :)
 see the minus in front of -modified.

 
 so tids1 and tids2 are arrays of objects
 we can combine two arrays with concat().

 var tids = []
 tids = tids.concat(tids1,tids2);

 

 map() function can manipulate arrays. In our case it returns the title
 of the tids objects.

 The following line is very hacky, because it converts the object
 tids into an array tids. Sorry for this, but it saves a variable.

 tids = tids.map(function(elem){return elem.title})
 

 join() can take arrays and create a string

 [text 1, text 2].join(']] [[') creates
 text 1]] [[text 2

 '[[' + join() + ']]' ... fixes the front and the end of the string

 et voila:
 config.shadowTiddlers[DefaultTiddlers] = '[[' + tids.join(']] [[') +
 ']]';

 hope this helps
 -m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-15 Thread HansBKK
For those googling this in the future, this issue:

ideally, DefaultTiddlers could contain a list of tag macro
statements (as in #2 above) and each section of the resulting
display could have a separate sort order.

even more ideally, the list of defaultTiddlers could be generated
by Eric's fine MatchTagsPlugin, allowing for boolean logic in the tag
selection (default OR (journal AND NOT Archived) 

has been most elegantly resolved here 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/edc74abdd796672d/by
 
PMario

Note - you must delete your DefaultTiddlers tiddler first (leaving only the 
shadow version, which will be overwritten by the code from that thread, to 
be put into zzConfig or any tiddler flagged systemConfig:

var tids1 = store.getMatchingTiddlers(default,modified).reverse()
var tids2 = store.getMatchingTiddlers(journal AND NOT 
archived,title).reverse()

var tids = []
tids = tids.concat(tids1,tids2);

tids = tids.map(function(elem){return elem.title})
config.shadowTiddlers[DefaultTiddlers] = '[[' + tids.join(']] [[') + ']]';


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/TCpo-8nqnZAJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: List of Open Tidders

2011-06-15 Thread colmjude
I'm sure the AMBIT project uses something that would meet your
requirements.  They have a You Are Reading section in the sidebar
which mirrors what is open in the story.
I think the plugin they use is called  YouAreReadingWidget

You should be able to find it here:
http://ambit-theme.tiddlyspace.com/

Hope that helps

Colm

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is there any way to grab RSS-messages with TW and put them into tiddlers?

2011-06-15 Thread Bauwe Bijl
Hi Yakov...

 Is this possible without server-side engine?
 Is there any such solution?

Yes...
http://dl.dropbox.com/u/9670094/zandkasteel/newsfeed.html#RSSAdaptor

The RSSAdaptor is a plugin which allows you to import from a rss feed
(via backstage) and create tiddlers.

In the tw (link above) are some tiddlers that are create from the
newsfeed of this google groups (all titles start with RE:)

Bauwe

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: List of Open Tidders

2011-06-15 Thread Bauwe Bijl
Hi Trey
Perhaps the BreadcrumbsPlugin is something to use?

http://tiddlytools.com/#BreadcrumbsPluginInfo

Bauwe

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is there any way to grab RSS-messages with TW and put them into tiddlers?

2011-06-15 Thread skye riquelme
Hi Bauwe

I like the look of this plugin and it has great potential por an
application I am working on...but the TW does not make it clear how to
use it. It says the RSS feed is accesse automatically from the
backstage...but how do I specify the rss feed ou tw tag to look
forset...how do I call the adaptor.

Thanks in Advance
Skye

On Jun 15, 7:07 am, Bauwe Bijl bauweb...@gmail.com wrote:
 Hi Yakov...

  Is this possible without server-side engine?
  Is there any such solution?

 Yes...http://dl.dropbox.com/u/9670094/zandkasteel/newsfeed.html#RSSAdaptor

 The RSSAdaptor is a plugin which allows you to import from a rss feed
 (via backstage) and create tiddlers.

 In the tw (link above) are some tiddlers that are create from the
 newsfeed of this google groups (all titles start with RE:)

 Bauwe

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Problems with local directory to Iframe (tiddlytools)

2011-06-15 Thread skye riquelme
Hi All
 Trying to understand the FAQ FAQ_LocalFilesWithIFRAME from
TiddlyTools..when I copy that FAQ and create it as a tiddler in a
local TW and try to use it...on hitting view I get the message...

[Exception... Component returned failure code: 0x80520001
(NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsIDOMHTMLFormElement.submit]
nsresult: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)  location:
JS frame :: 
file:///C:/Users/Skye/EduCore/Cursos/PDC_Integral_2011/dropbox/Materias_Preparando/blanck.html
:: onclick :: line 1  data: no]

Any ideas as to why this is not workingfirefox 4.0.1

Thanks
Skye

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is there any way to grab RSS-messages with TW and put them into tiddlers?

2011-06-15 Thread Bauwe Bijl
Hi Skye

 I like the look of this plugin and it has great potential por an
 application I am working on...but the TW does not make it clear how to
 use it.

1) you use the plugin in a local tw
2) via backstage  import
3) select server type  rss (default is TiddlyWiki)
4) paste a rss url ( eg. 
http://groups.google.com/group/tiddlywiki/feed/rss_v2_0_msgs.xml
)
5) open
6) select single posts (or all)
...import

enjoy!

Bauwe

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is there any way to grab RSS-messages with TW and put them into tiddlers?

2011-06-15 Thread skye riquelme
Hi Bauwe

OK thanks.  Would it be possible to automate this process. Having the
options (feed type, url...) etc set (in a systemConfig tiddler for
example) and have the TW automatically read in new feeds every so
often - each 3 minutes...or maybe everytime the display is
refreshedmy thinking is along the lines of a simples alternative
to RippleRap.for shared notetaking for example..

Yours
Skye

On Jun 15, 11:32 am, Bauwe Bijl bauweb...@gmail.com wrote:
 Hi Skye

  I like the look of this plugin and it has great potential por an
  application I am working on...but the TW does not make it clear how to
  use it.

 1) you use the plugin in a local tw
 2) via backstage  import
 3) select server type  rss (default is TiddlyWiki)
 4) paste a rss url ( 
 eg.http://groups.google.com/group/tiddlywiki/feed/rss_v2_0_msgs.xml
 )
 5) open
 6) select single posts (or all)
 ...import

 enjoy!

 Bauwe

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] HELP - Comments plugin

2011-06-15 Thread paulio
Hi all,

I've been trying to install a comments plugin to my standard, simple
TW  all afternoon and it just won't work! My TW is hosted at
TiddlySpot, but I downloaded it to my desktop. Then I uploaded a
comments plugin from http://tiddlywiki.mahemoff.com/CommentsPlugin.html.
This 'kind' of works but the comments won't display - you type a
comment in and it won't display. It appears as an action in the
timeline, but not below the tiddler.

I also tried the Comment plugin and Discussion plugin from Tiddlytools
but I just couldn't make head nor tail of the instructions - it's far
too complicated for me!

Anyone have any ideas how to get a comments function on their TW?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: HELP - Comments plugin

2011-06-15 Thread Eric Shulman
 I also tried the Comment plugin and Discussion plugin from Tiddlytools
 but I just couldn't make head nor tail of the instructions - it's far
 too complicated for me!

For simple commenting, you don't need DiscussionPlugin... just install
   http://www.TiddlyTools.com/#CommentPlugin

then, to add comments to the end of a tiddler, just embed
   comment
in that tiddler.  This will insert the comment input form.  Enter your
content, press OK, and it is appended to the tiddler.  Just that
simple!

If you want a comment form to appear in all tiddlers, edit your
ViewTemplate, and change this:
   div class='viewer' macro='view text wikified'/div
into something like this:
   div class='viewer'
  div macro='view text wikified'/div
  div macro='comment'/div
   /div

This will put the comment form at the end of every tiddler, with the
comments text displayed immediately *preceding* the form.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--
Was this answer useful? If so, please help support TiddlyTools:

   TiddlyTools direct contributions: (paypal)
  http://www.TiddlyTools.com/#Donate
   UnaMesa tax-deductible contributions:
  http://about.unamesa.org/Participate (paypal)
   TiddlyWiki consulting:
  http://www.TiddlyTools.com/#ELSDesignStudios
  http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: HELP - Comments plugin

2011-06-15 Thread Cyrill
Hi,

how it will be possible to show only the comments of the actual shown
tiddler p.e. in the SidebarTabs or in a popup ?

Regards

On 15 Jun., 20:55, Eric Shulman elsdes...@gmail.com wrote:
  I also tried the Comment plugin and Discussion plugin from Tiddlytools
  but I just couldn't make head nor tail of the instructions - it's far
  too complicated for me!

 For simple commenting, you don't need DiscussionPlugin... just install
    http://www.TiddlyTools.com/#CommentPlugin

 then, to add comments to the end of a tiddler, just embed
    comment
 in that tiddler.  This will insert the comment input form.  Enter your
 content, press OK, and it is appended to the tiddler.  Just that
 simple!

 If you want a comment form to appear in all tiddlers, edit your
 ViewTemplate, and change this:
    div class='viewer' macro='view text wikified'/div
 into something like this:
    div class='viewer'
       div macro='view text wikified'/div
       div macro='comment'/div
    /div

 This will put the comment form at the end of every tiddler, with the
 comments text displayed immediately *preceding* the form.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
 --
 Was this answer useful? If so, please help support TiddlyTools:

    TiddlyTools direct contributions: (paypal)
      http://www.TiddlyTools.com/#Donate
    UnaMesa tax-deductible contributions:
      http://about.unamesa.org/Participate(paypal)
    TiddlyWiki consulting:
      http://www.TiddlyTools.com/#ELSDesignStudios
      http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: HELP - Comments plugin

2011-06-15 Thread PMario
Hi paulio
There is a nice video, which shows how to use it.
http://softwareas.com/tiddlywiki-screencast-forum-in-15-minutes

hope this helps
-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.