This application provides as many baskets as you wish, and you can drag and drop various objects (text, URLs, images, sounds...) into its.
Objects can be edited, copied, dragged... So, you can arrange them as you want !
It allows to arrange notes, track to-dos and much more.
Basket is build with the Qt5 and KDE Frameworks 5.
If you have any questions, or would like to contribute (always welcome!) please send me an email to the generall KDE development mailing list at [email protected].
To build and install BasKet, follow these steps (this assumes you have the relevant kf5 and qt5 development libraries and CMake):
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/kde -DKDE_INSTALL_PLUGINDIR=~/.local/kde/lib64/qt5/plugins
make -j8
make -j8 install
This application has a flatpak manifest.
flatpak-builder build-dir .flatpak-manifest.yaml
flatpak-builder --run build-dir .flatpak-manifest.yaml basket