
Basqet - Notes and Data in Baskets
Source (link to git-repo or to original if based on someone elses unmodified work):
I found none.
So, here it is. A cross platform note-taking software built only using Qt. Inspired mainly by KDE Basket and Microsoft OneNote rewritten for Qt, thus the name Basqet, and focusing on the things I my self need.
The idea is to use baskets to put, not eggs, but notes and ideas (text, pictures, HTML-links etc), as well as tagged data in list-form with filters etc. It shall be possible to use arrows to connect notes, and possibly to add symbols like boxes, squares, UML etc.
Notes and data is labeled the same way as labels work here at Google-Code, and some labels might imply a little symbol/icon on the item or a change in font, text-, or background color.
My vision is that a user shall be able to create new forms using Qt Creator and perform basic data validation and forms logic using Qt Java Scripts. I also have a vision to make it a client server software for real time collaboration around a white-board with motes.
We'll see how far we will get.
Features:
The main feature allows a user to collect text-notes on a blank huge note page.
Note-pages are organized in a tree, where each note page can have an arbitrary number of sub-pages.
The text in the text-notes can be formated using rich text formatting.
A text-note can be split in to a header-part and a body-part. There is a splitter on mid top to drag down.
Text-notes can be resized and moved on a page.
Backups are taken first thing each day (or when backup area is available).
In the settings dialog one can change where notes and backups are stored, and how many backups to keep.
Icons can be used to denote labels on notes.
A note page can be exported to an HTML or Open Doc file.
Undo/Redo
Changes from version 0.1.2 to 0.1.3:
Fixed critical issue on some Linux distros where note content vanish when exporting.
Upgraded to Qt 4.6 but still compatible with Qt 4.5.
Minor issues.
No functional changes.
Changes from version 0.1.1 to 0.1.2:
Updated the build system to suite the Linux world. Added desktop-file in the Linux binary and source so that it can be added to the programs menu in Linux.
The version can now be seen in the About-box.
Changes from version 0.1.0 to 0.1.1:
Iconify to system tray.
A lot of new tags and icons
Also some minor bug-fixes.
Ratings & Comments
3 Comments
I have occasionally, but repeatedly, googled for an app like this under Windows since that is what I have to use at work. And today there was finally a real result. Thank you for being the one to finally start this. True, there is room for improvement, but the basics are there, and I will definitely be putting it through its paces. Good Job!
Hi, great idea, I'm looking for the same for a long time. Will you provide builds for Mac OS X and source files for linux too?
Hi! Sources are available on the project site (http://code.google.com/p/basqet/) and are tested on Linux (I develop on Linux) and Windows (I use it daily in windows XP at work). Build-instructions are on the wiki. I will publish a Linux tar-file shortly (this weekend I hope). For debian-packages and RPMs I need help. I have no access to MacOS and really need some help with testing, building and making an installer.