Version 11 of mindweb

Updated 2002-12-13 10:57:00

http://www.rohanpall.com/mindweb.html

Model the web in your mind into software. Link together web research, your personal journal: any kind of information.

It saves all your content in plain text. It auto-saves your content. It automatically detects links as you type them (http urls and intra links with square brackets).

It's free and its available now. Enjoy! Get the source to mindweb [L1 ] today!

Rohan Pall

http://www.rohanpall.com/pub/mindweb.gif


The following modifications to the url proc make clickable web links possible in Mac OS X.

proc url x {

  set x [regsub -all -nocase {htm} $x {ht%6D}]
  #exec rundll32 url.dll,FileProtocolHandler $x &
  set h \[open /tmp/a.script w\]
  puts $h "open location \"$x\""
  close $h
  exec osascript /tmp/a.script
  file delete /tmp/a.script

}

BMA


A member of the Personal Wikis. Inspired by William Duquette's Notebook App.