The influential hypermedia system NoteCards, which provided inspiration to other such systems in the 1980s and later. Here it is running in the cloud under Medley Interlisp in an online session on my Chromebox.
The influential hypermedia system NoteCards, which provided inspiration to other such systems in the 1980s and later. Here it is running in the cloud under Medley Interlisp in an online session on my Chromebox.
@rivercityrandom Yes, it's the NoteCards system developed at Xerox PARC:
https://en.wikipedia.org/wiki/NoteCards
It's running in Medley Interlisp:
You can try it online here:
Just imagine where we would be at now if all this was released under an #OpenSource license back then 🤔
@alexshendi Sure, here goes:
1. visit https://online.interlisp.org/user/login
2. click Login As Guest
3. click OK
4. mark Run Notecards
5. click Run Medley
6. click DEMO.NOTEFILE;1
7. click Open
@alexshendi Ah okay, here are the instructions (assuming Linux as it's the only one I'm familiar with):
1. install Medley for your operating system https://interlisp.org/running
2. from the shell, run: medley -a -e -n &
3. under ACTIVATE FEATURES, click NOTECARDS
4. click DEMO.NOTEFILE;1
5. click Open
Ah, ok. Looks feasible. Thanks a lot.