Personal wiki / information manager
Hello. Is there any software projects/libraries for personal wiki (something like ZIM or CherryTree or Orgmode for writing texts/notes) and personal information managing in Pharo? I think that Pharo would be great for this kind of software, because it would provide rich scripting options. Also the idea of representing informations as objects is really great. For example; now I keep list of books I read in DSV file. With this SW, I could have a list of objects representing the books, which could be sorted or rendered to lower level protocols, like DSV/XML/whatever. Related: - https://en.wikipedia.org/wiki/Personal_information_manager - https://en.wikipedia.org/wiki/Personal_wiki
Hi You have pier http://piercms.com Esteban is thinking about doing a minipier. Stef Le 24/7/15 15:26, Bystroushaak a écrit :
Hello.
Is there any software projects/libraries for personal wiki (something like ZIM or CherryTree or Orgmode for writing texts/notes) and personal information managing in Pharo?
I think that Pharo would be great for this kind of software, because it would provide rich scripting options. Also the idea of representing informations as objects is really great.
For example; now I keep list of books I read in DSV file. With this SW, I could have a list of objects representing the books, which could be sorted or rendered to lower level protocols, like DSV/XML/whatever.
Related: - https://en.wikipedia.org/wiki/Personal_information_manager - https://en.wikipedia.org/wiki/Personal_wiki
But Pier is in the browser, no? On Fri, Jul 24, 2015 at 7:06 PM, stepharo <stepharo@free.fr> wrote:
Hi
You have pier http://piercms.com Esteban is thinking about doing a minipier.
Stef
Le 24/7/15 15:26, Bystroushaak a écrit :
Hello.
Is there any software projects/libraries for personal wiki (something like ZIM or CherryTree or Orgmode for writing texts/notes) and personal information managing in Pharo?
I think that Pharo would be great for this kind of software, because it would provide rich scripting options. Also the idea of representing informations as objects is really great.
For example; now I keep list of books I read in DSV file. With this SW, I could have a list of objects representing the books, which could be sorted or rendered to lower level protocols, like DSV/XML/whatever.
Related: - https://en.wikipedia.org/wiki/Personal_information_manager - https://en.wikipedia.org/wiki/Personal_wiki
Hello. Thanks for reply, but this is not what I mean. Wiki is all about presentation of the informations to other users. On the other hand, personal wiki/PIM is tool for introspection of your own brain, microscope designed to look into yourself. It is meant to run in one thread on your computer, to organize files and ideas. There may be calendar to help you with your agenda, or maybe contact list and so on.. Another term for what I am looking for may be outliner: - https://en.wikipedia.org/wiki/Outliner Dne 24.7.2015 v 19:06 stepharo napsal(a):
Hi
You have pier http://piercms.com Esteban is thinking about doing a minipier.
Stef
Hi I'm making one of such outliners on Pharo. The code, interface and functionality are pretty immature, the interface/documentation is almost only in Spanish, and is progressing slowly, but any help or advice is welcome. In the blog entries at [1] and [2] you could find some of the explorations and previous personal wikis / outliner I had used and the technologies I'm using to implement this idea on pharo and the problems I faced (some of them already solved) and some ideas for the future. [3] is the website for the project and [4] is the project repository [1] http://mutabit.com/offray/static/blog/output/posts/on-deepness-and-complexit... [2] http://mutabit.com/offray/static/blog/output/posts/grafoscopio-idea-and-init... [3] http://mutabit.com/grafoscopio/ [4] http://smalltalkhub.com/#!/~Offray/Grafoscopio Let me know if this helps, Offray On 24/07/15 15:34, Bystroushaak wrote:
Hello.
Thanks for reply, but this is not what I mean. Wiki is all about presentation of the informations to other users.
On the other hand, personal wiki/PIM is tool for introspection of your own brain, microscope designed to look into yourself. It is meant to run in one thread on your computer, to organize files and ideas. There may be calendar to help you with your agenda, or maybe contact list and so on..
Another term for what I am looking for may be outliner:
- https://en.wikipedia.org/wiki/Outliner
Dne 24.7.2015 v 19:06 stepharo napsal(a):
Hi
You have pier http://piercms.com Esteban is thinking about doing a minipier.
Stef
Hi. That really looks interesting! Dne 25.7.2015 v 21:49 Offray Vladimir Luna Cárdenas napsal(a):
Hi
I'm making one of such outliners on Pharo. The code, interface and functionality are pretty immature, the interface/documentation is almost only in Spanish, and is progressing slowly, but any help or advice is welcome. In the blog entries at [1] and [2] you could find some of the explorations and previous personal wikis / outliner I had used and the technologies I'm using to implement this idea on pharo and the problems I faced (some of them already solved) and some ideas for the future. [3] is the website for the project and [4] is the project repository
[1] http://mutabit.com/offray/static/blog/output/posts/on-deepness-and-complexit...
[2] http://mutabit.com/offray/static/blog/output/posts/grafoscopio-idea-and-init...
[3] http://mutabit.com/grafoscopio/ [4] http://smalltalkhub.com/#!/~Offray/Grafoscopio
Let me know if this helps,
Offray
On Fri, Jul 24, 2015 at 03:26:59PM +0200, Bystroushaak wrote:
Is there any software projects/libraries for personal wiki (something like ZIM or CherryTree or Orgmode for writing texts/notes) and personal information managing in Pharo?
I started with Tcl's wikit, using the Tk interface, moved on to Fossil with its web interface. I now know enough of what I want to do something suited to my needs in Pharo. E.g. I really want transclusion. Mentally sketching it out and learning Pier at the same time. Some Hacker News links: https://news.ycombinator.com/item?id=8270759 On designing a personal knowledge base https://news.ycombinator.com/item?id=9911942 Show HN: FAQT - A lightweight, personal knowledge base Pierce
participants (5)
-
Bystroushaak -
Offray Vladimir Luna Cárdenas -
Peter Uhnák -
Pierce Ng -
stepharo