[tw] Re: Request for easy bookmarking

2011-03-15 Thread bengillies

 It seems to me that the question is pretty clear: tiddlygrp wants to
 use this functionality in an regular TiddlyWiki document, outside of a
 TiddlyWeb environment.  However, without digging into the plugin
 implementation, based on the error checking code above, I suspect that
 this is not possible.  I'm not sure why this is so, but perhaps it is
 a 'local file I/O' security limitation?

 -e

Indeed. It works by loading the Tiddlywiki up in the page you are
bookmarking inside an iframe. Unfortunately, due to browser security
limitations, this is not possible with a local file:// uri.

Ben

-- 
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: Facebook Like button for individual tiddlers

2010-11-17 Thread bengillies
Hi

I've been looking at this myself today and, if
http://efreedom.com/Question/1-3467296/Facebook-Like-Buttons-URL-Strings
is correct, it doesn't look like Facebook supports the hash fragment
of URLs at all.

I'm not entirely sure what you're running on, but TiddlySpace (and
TiddlyWeb) at least supports non-hash based links for each tiddler, so
all is not lost.

With that in mind, I've created a facebook space 
http://facebook.tiddlyspace.com
that allows you to like the non-hash based url using the macro:

fbLike

within a tiddler, or

fbLike space

to like an individual tiddler, or a space as a whole.


Ben

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Bookmarking webpages in TiddlySpace

2010-07-01 Thread bengillies
Hi All

Posting here as this may be of interest to a few people:

I've created a bookmarklet that lets you bookmark websites and save
information about them in TiddlySpace. You can read more about it on
my blog at:

http://bengillies.net/.a/recipes/sitecontent/tiddlers/Bookmarking%20and%20TiddlySpace

or see it in action on TiddlySpace at:

http://bookmarks.tiddlyspace.com/

You can then include it in your own space by including the
bookmarksplugin space.


NB - I should point out that this will only work with TiddlyWeb/
TiddlySpace and not file:// based TiddlyWikis.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: tiddlyweb change bag

2009-06-17 Thread bengillies

That sounds quite cool. Sort of like a file system browser/manager,
but for tiddlyweb.

 Hi Ben,
 thanks for the plugin,
 i changed it a little bit, so we can use tiddlywiki config.options
 cookies to set publishLevel and publishToBag.
 Both cookie values are set via erics listboxpugin and each recipe has
 different definition lists in his workspace to get the right bags.
 Then i adjusted the Confirmation Message, so now the user gets to know
 the current publishlevel and targetbag before publishing.
 Now we can move or copy our tiddlers to trash, knowhow, faqs or other
 projectbags, thats fun.

--~--~-~--~~~---~--~~
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: tiddlyweb change bag

2009-06-15 Thread bengillies

Hi Edi

I have implemented moving tiddlers from one bag to another myself and
have just written up a post on how to do it at 
http://bengillies.net/#[[Publishing%20Tiddlers]]

As far as adding in listboxes to choose a bag, etc, I have not
personally done this, but my publishing plugin simply defines a couple
of new fields, so any plugin that can modify these should be fine.

let me know if this makes sense, or if something doesn't work.

Thanks

Ben

On Jun 15, 11:35 am, EduardWagner ugligats...@googlemail.com wrote:
 On 1 Mai, 11:22, bengillies bengill...@gmail.com wrote: Hi Eduard

  Depending upon your implementation this may or may

  not need a slight alteration.

 http://trac.tiddlywiki.org/changeset/9597

  Ben

 Hi Ben,

 Thanks a lot for the tips,
 can anyone help us to adopt the plugins usage like that:
 - integrate the plugin as a toolbar command,
 - if you press the copy to bag button in the toolbar you get
 a slider opend where you can
 -- choose a listbox of allowed bags filled from a definition tiddler
 (the definition tiddler can be changed for each recipes workbag)
 -- check to copy or move (copy+delete source) the tiddler to the
 wanted bag (default is move)

 Our goal is to use the plugin to manage the deployment of tiddlers to
 centralized bags we use
 like (trash, knowhow, faqs, intern, ...)

 Thanks Edi

 That would be great.
 Thanks Edi
--~--~-~--~~~---~--~~
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: tiddlyweb change bag

2009-06-15 Thread bengillies

Great, glad I could help.


Ben

On Jun 15, 5:09 pm, EduardWagner ugligats...@googlemail.com wrote:
 On 15 Jun., 16:20, bengillies bengill...@gmail.com wrote: Hi Edi

  I have implemented moving tiddlers from one bag to another myself and
  have just written up a post on how to do it 
  athttp://bengillies.net/#[[Publishing%20Tiddlers]]

  As far as adding in listboxes to choose a bag, etc, I have not
  personally done this, but my publishing plugin simply defines a couple
  of new fields, so any plugin that can modify these should be fine.

  let me know if this makes sense, or if something doesn't work.

 Hi Ben,
 great, thanks for the plugin, it works fine.
 It should be easy for us to set up some listbox editing,
 i usally take erics listbox plugin, because it can use tag based
 definitions, that i prefer,
 but we will have a look at Jon Robson's AdvancedEditTemplate
 seem to be quite flexible, the cascading inputs are impressive!
 again it's fun to ask the community
 Bye Edi
--~--~-~--~~~---~--~~
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: TiddlyWeb install (was Re: Simple Multi-user Approach)

2009-05-12 Thread bengillies

Sorry, perhaps I should have been more clear.

First, you will need command line access to install tiddlyweb. This is
something that most hosting companies offer for a small extra charge,
but is something that (in my mind at least) is worth it.
Unfortunately, you're unlikely to succeed installing in installing
tiddlyweb without it. If you know your way around a command line in
Linux, then this might be a good idea, if you don't, then I'd probably
advise against it as its surprisingly easy to delete files that you
don't want to (if you're in the wrong folder for example).

So, assuming you have command line access, when I put install virtual
python using site wide python, literally, save the virtual-python.py
file to the server somewhere, then from within the command line, go
the the folder you saved it in and type:

python virtual-python.py

that should install virtual python, to your home directory in a folder
called bin. The next step is to install easy_install, which is also a
text/.py file. When I say install underthe newly created version of
python, I mean instead of just running:

python ez-setup.py

you would go to the bin directory (that has just been created) in your
home directory and from within that, type:

./python ez-setup.py

assuming that you have put ez-setup.py in that directory as well. Note
that the ./ is the important bit and states that you want to use the
local copy of python.

Hope that helps somewhat.



Ben

On May 12, 3:32 am, skye riquelme riquelme.s...@gmail.com wrote:
 Hi Ben

 You instructions are clear...but I don´t understand them..

 when I go to the reference about creating a virtual python it
 daysJust download virtual-python.py and run it using the site-
 wide PythonNow virtual-python.py is a text file...so it
 seems...what do I do with it?   How do I run the site-wide
 Python ...I don´t know where to look  for it.

 maybe to explain...my server is running on Linux and I have access to
 the files etc through the CPanel interface they supply (I am using
 Firefox as my browder needless to say)so, please little baby
 steps .please..

 And thanks for the offer to nurse me through this 

 Skye

 On 11 maio, 11:29, bengillies bengill...@gmail.com wrote:

  Hi Skye

  I've tried to make my instructions as user friendly as possible (and
  have just updated them in fact), so if you run into any problems
  following them please let me know.

  Thanks and good luck,

  Ben

  On May 11, 1:19 pm, skye riquelme riquelme.s...@gmail.com wrote:

   Hi again

   Cris, your response/challenge/offer inspired me to take another
   look..now I see that I am starting from way outfield !!!

   My desktop runs WindowsI can hear the shrieking from here !!
   And I used a hosted server  (more shrieking) that runs Linux

   Not a pretty situation.and yet I image a very VERY common
   situation.

   I will work through the suggestions of TonyChing (your webpage) and
   then the suggestions of Ben Giles...maybe it will all just happen
   somehow...

   Get back to you with later progress reports..

   Skye

   On 11 maio, 07:02, cd...@peermore.com chris.d...@gmail.com wrote:

On May 11, 2:03 am, skye riquelme riquelme.s...@gmail.com wrote:

 Still messing around with multi-user (small collaborative groups of 5
 to 12 people) use of TW. I haven´t had time to fully investigate
 ccTiddly, and TiddyWeb is way beyond meI can´t get to base one in
 the install instructions

TiddlyWeb being way beyond me is something I'd like to fix, but is
clearly something I need help with as my efforts thus far...

If people who have tried but stumbled with the instructions could get
together with people who have tried and made it I suspect we could
make the install instructions incrementally better until they were
spot on.

These days the most up to date install instructions are kept here:

   
http://tiddlyweb.peermore.com/wiki/#%5B%5BInstalling%20TiddlyWeb%5D%5D

Please comment there where with suggestions for improvement or
questions.

Thank you.
--~--~-~--~~~---~--~~
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: Blog Plugin

2009-05-07 Thread bengillies

Hi

Glad you like it. Looking at your ViewTemplate, it looks like you need
to replace default_height with a number representing whatever height
you want to set to be default. eg - macro=collapseThisTiddler 200

You can leave default_height out completely as well if you like.

Hope this helps.

When I open a tiddler, which hasn\t been made yet. I get this error
1. Error running this macro collapseThisTiddler:
   2. TypeError: store.getTiddler($(tiddlerRoot).attr(tiddler)) is
null

I'll take a look at this, but it looks like something I've missed in
testing.


Thanks

On May 6, 8:13 pm, Måns humam...@gmail.com wrote:
 Hi Ben

 It's great!!
 I'm trying to do as it says in the documentation - but I cannot make
 it collapse/shorten all tiddlers based on a modification made to the
 ViewTemplate:
 I've turned AUTO_SUMMARISE_FRONT_PAGE off - ie set it to false and
 copied this:
 div macro=collapseThisTiddler default_height/div;
 into the ViewTemplate, right after the .viewer div, as written in the
 doc..
 :
 You can see my efforts here:
 1) The ViewTemplate:http://opgivelser.tiddlyspot.com/index.html#ViewTemplate
 2) The modification of the Plugin 
 itself:http://opgivelser.tiddlyspot.com/index.html#BlogLayout
 and
 3) A testtiddler - that I even tagged with blog to watch what would
 happen..:http://opgivelser.tiddlyspot.com/index.html#[[Test%20af%20blogplugin]]

 Can you tell me if I'm doing somethying wrong?

 YS Måns Mårtensson

 On May 6, 2:47 pm, bengillies bengill...@gmail.com wrote:

  Hi all,

  I have created a plugin to help people who are using TiddlyWiki as a
  blog give a better and more consistent user experience to visitors to
  their site.

  There are a few plugins around that provide simple blog most recent
  posts first functionality, but I've tried to incorporate this into a
  more consistently blog-like interface, including auto summarising
  posts, and limiting the number of posts per page.

  The best way of seeing it is via my blog itself (http://
  bengillies.net), which runs on TiddlyWeb and shows all the features in
  my plugin fairly well.

  Please seehttp://bengillies.net/.a/#[[Blogging%20about%20blogging]]
  for more details, or get the plugin from the plugins link on the same
  site.

  I'd be really interested to know what people think.

  Thanks

  Ben
--~--~-~--~~~---~--~~
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] Blog Plugin

2009-05-06 Thread bengillies

Hi all,

I have created a plugin to help people who are using TiddlyWiki as a
blog give a better and more consistent user experience to visitors to
their site.

There are a few plugins around that provide simple blog most recent
posts first functionality, but I've tried to incorporate this into a
more consistently blog-like interface, including auto summarising
posts, and limiting the number of posts per page.

The best way of seeing it is via my blog itself (http://
bengillies.net), which runs on TiddlyWeb and shows all the features in
my plugin fairly well.

Please see http://bengillies.net/.a/#[[Blogging%20about%20blogging]]
for more details, or get the plugin from the plugins link on the same
site.

I'd be really interested to know what people think.

Thanks

Ben
--~--~-~--~~~---~--~~
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: tiddlyweb change bag

2009-05-01 Thread bengillies

Hi Eduard

The link FND posted is probably the one you want as you can hit a few
conflict problems while copying from one bag to another. Specifically,
if a tiddler with that name already exists in the bag you are copying
to, then you will get a conflict if both tiddlers are on a different
revision and your tiddler will not be copied.

The link FND posted handles this conflict by altering the revision id
to match the revision in the destination bag, saving that, and
changing it back to the source bag. It currently does this
automatically and without prompting so will overwrite anything already
there by default. Depending upon your implementation this may or may
not need a slight alteration.

http://trac.tiddlywiki.org/changeset/9597

Ben

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