Version 12 of mindweb

Updated 2002-12-13 11:05:20

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

}

There may be better way to do this, but this'll do for now.

By the way, much as I like mindweb in it's current incarnation, the fact that I can't do drag'n'drop is one reason why there'll soon be a REALbasic incarnation. Or else, someone's going to give Mac OS X's Wish the functionality I need.

BMA


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