[Conkeror] Tiddlywiki with Conkeror
John J Foerch
jjfoerch at earthlink.net
Sun Sep 14 16:31:33 PDT 2008
'Mash <mashdot at toshine.net> writes:
> Hi,
>
> I am wanting to use Tiddlywiki <http://www.tiddlywiki.com> with Conkeror but it does not appear to allow me to edit the text fields.
>
> A bit odd, as I can see [input:TEXT] when selecting a field but I am unable to edit, delete or input any characters.
> Though C-x h does highlight but I can't cut or yank.
>
> The reason for the question is that I currently symlink "/usr/share/conkeror/content/help.html" (default start page) to a local "home.html" file which I edit with frequently used bookmarks and works a treat. I now wanted to try using the tiddlywiki system instead.
>
> Anyone have any ideas, I am guessing it may be a javascript issue?
>
> 'Mash
Hi Mash,
I haven't looked at tiddlywiki yet, but my guess is that this site has
some javascript UI code of its own that conflicts with conkeror. With
many sites like that, (e.g. gmail), the site js can be disabled. So
that is option 1.
Option 2 is to write a page-mode for tiddlywiki. There are several
good examples of page-modes in the conkeror source, modules/page-modes.
I also want to mention that your method of altering your home page is
rather strange. Just make a plain html document with your bookmarks,
and in your conkeror rc, put the following expression:
homepage = "file:/path/to/bookmarks.html";
--
John Foerch
More information about the Conkeror
mailing list