All Projects → nuttyartist → Notes

nuttyartist / Notes

Licence: mpl-2.0
Note-taking application, write down your thoughts.

Projects that are alternatives of or similar to Notes

Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-81.7%)
Mutual labels:  cross-platform, qt, qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+110.62%)
Mutual labels:  cross-platform, qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+87.91%)
Mutual labels:  cross-platform, qt, qt5
Screencloud
Screenshot sharing application for Windows, Mac and Linux.
Stars: ✭ 537 (-12.25%)
Mutual labels:  cross-platform, qt, qt5
Project lemonlime
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
Stars: ✭ 255 (-58.33%)
Mutual labels:  cross-platform, qt, qt5
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-78.1%)
Mutual labels:  cross-platform, qt, qt5
Qview
Practical and minimal image viewer
Stars: ✭ 460 (-24.84%)
Mutual labels:  cross-platform, qt, qt5
Swift
Swift XMPP client and Swiften XMPP library
Stars: ✭ 190 (-68.95%)
Mutual labels:  cross-platform, qt, qt5
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (-48.2%)
Mutual labels:  cross-platform, qt, qt5
Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (-20.42%)
Mutual labels:  cross-platform, qt, qt5
Toou 2d
基于Qt Quick(Qml) 跨平台技术打造的2D框架
Stars: ✭ 413 (-32.52%)
Mutual labels:  cross-platform, qt
Nheko
No longer maintained - Desktop client for the Matrix protocol (active fork https://github.com/Nheko-Reborn)
Stars: ✭ 410 (-33.01%)
Mutual labels:  qt, qt5
Qhttp
a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
Stars: ✭ 394 (-35.62%)
Mutual labels:  qt, qt5
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (-37.91%)
Mutual labels:  qt, qt5
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (-30.23%)
Mutual labels:  cross-platform, qt
Qt Advanced Docking System
Advanced Docking System for Qt
Stars: ✭ 422 (-31.05%)
Mutual labels:  qt, qt5
Qt Nice Frameless Window
Qt Frameless Window for both Windows and OS X, support Aero Snap, drop shadow on Windows, and support Native Style such as round corner, drop shadow on OS X. Based on QMainWindow.
Stars: ✭ 430 (-29.74%)
Mutual labels:  cross-platform, qt
Singleapplication
Replacement of QtSingleApplication for Qt5 with support for instance communication.
Stars: ✭ 443 (-27.61%)
Mutual labels:  qt, qt5
Qxlsx
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsx.
Stars: ✭ 340 (-44.44%)
Mutual labels:  qt, qt5
Quaternion
A Qt5-based IM client for Matrix
Stars: ✭ 438 (-28.43%)
Mutual labels:  qt, qt5

Notes

Join the chat at https://gitter.im/nuttyartist/notes Build Status Build status

Notes is an open source, cross-platform note taking app which has the potential to be something much bigger, and much better at empowering the people using it. This is where you come into play. Be part of making Notes better.

Next version: 1.5.0 (see project)
Our vision for the future on our Wiki.
Website: get-notes.com

Screenshot

notes_screenshot

How to clone

Use this command to clone the repository:

$> git clone --recursive  https://github.com/nuttyartist/notes.git

Dependencies

Make sure the Qt (>= 5.3) development libraries are installed:

  • Debian/Ubuntu : qt5-default build-essential qtbase5-private-dev sqlite3

Compiling

$> mkdir build
$> cd build
$> qmake ../src
$> make -j4

Notes

The notes database and settings file are stored:

Windows : C:\Users\user\AppData\Roaming\Awesomeness
Linux       : /home/user/.config/Awesomeness/ or /home/snap/notes/x1/.config/Awesomeness (using snap)
Mac         : /home/.config/Awesomeness/

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].