[tw] Re: Firefox: "requesting enhanced abilities ..." message - disabling it?

2009-09-09 Thread Swaroop C H
Type "about:config" into the URL address bar, and set the property
security.fileuri.strict_origin_policy
to false

Details at
http://tiddlywiki.org/wiki/A_script_from_%22file://%22_is_requesting_enhanced_abilities


On Thu, Sep 10, 2009 at 12:45 AM, Shankar  wrote:

>
>
> Hello,
>
> Is there a way I can permanently turn off the message:
> "A script from "file://" is requesting enhanced abilities that are
> UNSAFE and could be used to compromise your machine or data: "?
>
> I run tiddly from my USB drive which runs firefox portable which can't
> connect to the Internet.  (I use a different installation of Firefox
> to connect to the Internet.)
>
> And, if you tell me how, I promise not to do that in front of
> children :-).
>
> Thanks for your help.
>
> Cheers; 'best,
>
> shankar
>
> >
>

--~--~-~--~~~---~--~~
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] TiddlyBackpack status

2009-09-08 Thread Swaroop C H

Hello,

Does anyone know if TiddlyBackpack ( http://www.tiddlybackpack.com )
project is still alive? I can't seem to find any info on it other than
the download link.

The reason I ask is that the html file has obfuscated JS (as far as I
understand) and wanted to check if this project is open source or not.
Because if it is not open source or alive, then I will have to drop
the idea of using it (same reasons as the "TW as a long-term solution
for (research) notes and documentation" thread)

Regards,
Swaroop

--~--~-~--~~~---~--~~
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: Wikimedia-style TW

2009-08-03 Thread Swaroop C H
http://tiddlythemes.com/empties/TiddlyPedia.html


On Mon, Aug 3, 2009 at 6:03 PM, jarble wrote:

>
> Is there an edition of TIddlyWiki that mimics Wikimedia's layout and
> functionality (but is client-side)?
>
>

--~--~-~--~~~---~--~~
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: Linking to non-wikiword title notes

2009-07-20 Thread Swaroop C H
On Tue, Jul 21, 2009 at 11:19 AM, Eric Shulman wrote:

>
> > This causes the permalink to
> > become something like second.html#[[A Spaced Out Title]] which is
> > almost impossible to link to in the normal wiki syntax.
> >
> > In other words,
> > [[This other note|second.html#[[A Spaced Out Title
> > doesn't get parsed correctly.
>
> You can encode the square brackets in the URL, where each [ is
> replaced by %5B and each ] is replaced by %5D, like this:
> [[This other note|second.html#%5B%5BA Spaced Out Title%5D%5D]]
>


Thanks Eric for the wonderfully simple solution!

Regards,
Swaroop

--~--~-~--~~~---~--~~
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] Linking to non-wikiword title notes

2009-07-20 Thread Swaroop C H

Hello,

I have two different tiddlywiki instances and I needed to link from
one note in the first instance to another note in the second instance.

The problem was that the title of the note was not a simple "WikiWord"
but instead was a "A Spaced Out Title". This causes the permalink to
become something like second.html#[[A Spaced Out Title]] which is
almost impossible to link to in the normal wiki syntax.

In other words,

[[This other note|second.html#[[A Spaced Out Title

doesn't get parsed correctly.

The only way I could link to the other note was:

 This other
note

This method works, although I wanted to ask the experienced
TiddlyWikiers if there is a shorter way?
--~--~-~--~~~---~--~~
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: [OT] Vim syntax plugin for TiddlyWiki

2009-07-09 Thread Swaroop C H

On Thu, Jul 9, 2009 at 10:53 PM, tfer wrote:
> Being relatively new to Vim, I could use some more help getting this
> to work.  You save this file to the syntax directory, but how do you
> get it to activate when you edit a tiddler?  Tiddlers have no file
> extension, and the various extenal editor on a textarea plugins use a
> *.txt if they use anything.

As I have mentioned at
http://www.vim.org/scripts/script.php?script_id=2705 : "open your file
and :set syntax=tiddlywiki"

If you want, tiddlywiki as the default syntax everytime you open a
.txt file, then add this to your vimrc file:

function TiddlywikiFileType()
setfiletype tiddlywiki
endfunction
autocmd BufNewFile,BufRead *.txt call TiddlywikiFileType()


Regards,
Swaroop

--~--~-~--~~~---~--~~
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: [OT] Vim syntax plugin for TiddlyWiki

2009-07-06 Thread Swaroop C H

On Mon, Jul 6, 2009 at 10:31 PM, FND wrote:
> This is great - thanks for sharing! (I use Vimperator*, so this comes in
> handy when firing off the external editor for input fields.)


Aah nice.
I kinda do the same with ViewSourceWith (
https://addons.mozilla.org/en-US/firefox/addon/394 )


> One thing I've noticed is that it doesn't recognize WikiLinks
> (CamelCase). However, I'm not a fan of that anyway, so it doesn't bother me.


The first thing I do with TiddlyWiki is disable camel case :)
So hence I didn't add that.

Regards,
Swaroop
www.swaroopch.com

--~--~-~--~~~---~--~~
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] [OT] Vim syntax plugin for TiddlyWiki

2009-07-06 Thread Swaroop C H

Hello everyone,

For any one who is interested, I made a quick Vim syntax file for
TiddlyWiki:
http://www.vim.org/scripts/script.php?script_id=2705

(For the uninitiated, this means that you can type text in Vim that is
in the TiddlyWiki syntax and you can get appropriate highlighting for
headings, italics, lists, blockquotes, etc.)

Regards,
Swaroop
http://www.swaroopch.com

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