User:Gdebure: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 9: Line 9:
This is still a very sketchy idea, but here is the use case that is behind.
This is still a very sketchy idea, but here is the use case that is behind.


  At work, many people are used to taking notes in their personal notebook (the paper form, not the computer form). I find this suboptimal, and have installed mediawiki on my personal laptop for this usage. But as much as I love mediawiki for a collaborative wiki, this solution is over the top for a personal usage.
  At work, many people are used to taking notes in their personal notebook (the paper form, not the computer form).  
I find this suboptimal, and have installed mediawiki on my personal laptop for this usage.
But as much as I love mediawiki for a collaborative wiki, this solution is over the top for a personal usage.


There are a [http://en.wikipedia.org/wiki/Personal_wiki number of tools] out there, but:
There are a [http://en.wikipedia.org/wiki/Personal_wiki number of tools] out there, but:
Line 16: Line 18:


[http://kde-apps.org/content/show.php/Rekollect?content=117718 Rekollect] comes close, but as far as I could tell, is not based on a wiki philosophy.
[http://kde-apps.org/content/show.php/Rekollect?content=117718 Rekollect] comes close, but as far as I could tell, is not based on a wiki philosophy.
[http://basket.kde.org Basket] is great but follows a different strategy.
==== Features ====
* versioning
* tags support
* include (or link to) images, documents
* rich text editor (WYSIWYG)
* export to
** mediawiki text (import too)
** mediawiki XML (import too)
** OpenOffice
* a link with kontact could be envisaged
** create tasks
** calendar view
==== Format ====
Should I go for :
* flat files (a wiki inside a directory) ?
* SQLite
* Other ?
I don't want a database server, this is best done in mediawiki and friends :), so these are out of question:
* MySQL
* PostgreSQL
*...

Revision as of 22:05, 20 October 2010

Projects

Skrooge

Skrooge

Luggage

Loosely named after Terry Pratchett's character in the Discworld series of novels. The Luggage can hold anything its owner needs, and can follow him/her anywhere.

This is still a very sketchy idea, but here is the use case that is behind.

At work, many people are used to taking notes in their personal notebook (the paper form, not the computer form). 
I find this suboptimal, and have installed mediawiki on my personal laptop for this usage.
But as much as I love mediawiki for a collaborative wiki, this solution is over the top for a personal usage.

There are a number of tools out there, but:

  • none of them is written in Qt / KDE
  • most are not WYSIWYG

Rekollect comes close, but as far as I could tell, is not based on a wiki philosophy.

Basket is great but follows a different strategy.

Features

  • versioning
  • tags support
  • include (or link to) images, documents
  • rich text editor (WYSIWYG)
  • export to
    • mediawiki text (import too)
    • mediawiki XML (import too)
    • OpenOffice
  • a link with kontact could be envisaged
    • create tasks
    • calendar view

Format

Should I go for :

  • flat files (a wiki inside a directory) ?
  • SQLite
  • Other ?

I don't want a database server, this is best done in mediawiki and friends :), so these are out of question:

  • MySQL
  • PostgreSQL
  • ...