{"id":14982576,"url":"https://github.com/nuttyartist/daino-notes-public","last_synced_at":"2025-05-11T10:26:45.515Z","repository":{"id":255354471,"uuid":"848296980","full_name":"nuttyartist/daino-notes-public","owner":"nuttyartist","description":"Write beautifully. Effortlessly. A note-taking app written in Qt C++ and QML.","archived":false,"fork":false,"pushed_at":"2024-11-19T14:39:04.000Z","size":12482,"stargazers_count":69,"open_issues_count":7,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-10T23:28:54.890Z","etag":null,"topics":["cplusplus","cpp","cross-platform","gui","local-first","markdown","note-managment","note-taking","note-taking-app","personal-knowledge-management","productivity","qt","qt6"],"latest_commit_sha":null,"homepage":"https://www.get-notes.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuttyartist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-27T14:00:27.000Z","updated_at":"2025-05-07T04:09:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"de778993-6a0e-4171-90fc-c88d23321b76","html_url":"https://github.com/nuttyartist/daino-notes-public","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"3e55eacf033c30272a24a70a06a91d21d7b9dc2d"},"previous_names":["nuttyartist/daino-notes-public"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuttyartist%2Fdaino-notes-public","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuttyartist%2Fdaino-notes-public/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuttyartist%2Fdaino-notes-public/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuttyartist%2Fdaino-notes-public/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuttyartist","download_url":"https://codeload.github.com/nuttyartist/daino-notes-public/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253549388,"owners_count":21925934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cplusplus","cpp","cross-platform","gui","local-first","markdown","note-managment","note-taking","note-taking-app","personal-knowledge-management","productivity","qt","qt6"],"created_at":"2024-09-24T14:05:41.032Z","updated_at":"2025-05-11T10:26:45.483Z","avatar_url":"https://github.com/nuttyartist.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daino Notes\n\n[![Discord](https://dcbadge.vercel.app/api/server/D3KeTqeq6A?style=flat)](https://discord.gg/D3KeTqeq6A)\n\nWrite beautifully. Effortlessly.  \nWebsite: https://www.get-notes.com\n\n## Screenshot\n\n![this_is_a_line_daino_notes](https://github.com/user-attachments/assets/fa95848d-db07-4bcd-b082-a526a9d9da94)\n\n## Is Daino Notes Open Source?\n\nNo, Daino Notes is not open source. It is based on my previous note-taking app [Notes](https://github.com/nuttyartist/notes), which is fully open source.\nIn accordance with the Mozilla Public License (MPL) used in Notes, all the source code files from Notes that were modified and incorporated into Daino Notes are made available in this repository.\nThis is primarily why this repository exists. Another reason is to track bug reports and feature requests.\n\n## Why use Daino Notes?\n\nI wanted to create a note-taking app with these three points in mind:\n\n1. Its underlying data is a simple plain text (with Markdown syntax).\n2. It has a WYSIWYG block editor (that can render complex objects like Task Board, Images, etc).\n3. It is simple and familiar to use even for the most non-technical users.\n\n(More details in a future blog post on [my blog](https://rubymamistvalove.com))\n\n## Features\n\n- Native app (written in Qt C++ and QML).\n- Beautiful and effortless image support.\n- Task Board support.\n- Beautiful Drop Cap.\n- Drag and drop anything, anywhere (reorder lists, paragraphs, change image location, etc).\n- Fast. The fastest block editor out there [according to our test](https://www.get-notes.com).\n- All notes are simple plain text strings stored in a local SQLite database formatted in Markdown (with minor syntax for advanced blocks like Task Board and images).\n- Markdown support.\n- Completely private - tracks nothing.\n- Cross-platform (Linux, macOS, Windows).\n- Beautiful interface with attention to detail.\n- Folders and Tags. Organize your ideas hierarchically using nested folders and universally using tags.\n- Different themes. Switch between Light, Dark, and Sepia.\n- Always runs in the background. Use the hotkey \u003ckbd\u003eWin\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eN\u003c/kbd\u003e to summon Daino Notes. \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eN\u003c/kbd\u003e for macOS.\n- And much more to come.\n\n## Database path\n\nThe notes database and settings file are stored in:\n\n| OS      | Path                                                                                                                                                  |\n| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Windows | `%APPDATA%\\Awesomeness`                                                                                                                               |\n| Linux   | `~/.config/Awesomeness`\u003cbr\u003e`~/snap/notes/current/.config/Awesomeness` (Snap)\u003cbr\u003e`~/.var/app/io.github.nuttyartist.notes/config/Awesomeness` (Flatpak) |\n| macOS   | `~/.config/Awesomeness`                                                                                                                               |\n\n## Daino Notes makes use of the following third-party libraries:\n\n[QSimpleUpdater](https://github.com/alex-spataru/QSimpleUpdater)  \n[QAutostart](https://github.com/b00f/qautostart)  \n[QXT](https://bitbucket.org/libqxt/libqxt/src/master/)  \n[MD4C](https://github.com/mity/md4c)  \n[html2md (by Tim Gromeyer)](https://github.com/tim-gromeyer/html2md)  \n[QBasicHtmlExporter (by Doug Beney)](https://github.com/Open-App-Library/QBasicHtmlExporter)  \n[Krita's draganddrop plugin](https://invent.kde.org/graphics/krita/-/tree/master/libs/libqml/plugins/draganddrop)  \n[fts_fuzzy_match (by Forrest Smith)](https://github.com/forrestthewoods/lib_fts/blob/master/code/fts_fuzzy_match.h)\n\n## Notes Contributors\n\nDaino Notes is based on the open source [Notes](https://github.com/nuttyartist/notes) app. Thanks to all the contributors who made this possible:\n\nAlex Spataru  \nAli Diouri  \nDavid Planella  \nDiep Ngoc  \nGuilherme Silva  \nKevin Doyle  \nThorbjørn Lindeijer  \nTuur Vanhoutte  \nWaqar Ahmed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuttyartist%2Fdaino-notes-public","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuttyartist%2Fdaino-notes-public","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuttyartist%2Fdaino-notes-public/lists"}