https://github.com/decaf-dev/nuthoughts-app
Capture your thoughts and send them over HTTPS
https://github.com/decaf-dev/nuthoughts-app
atomic-notes flutter markdown notes notes-app nuthoughts personal-knowledge-management pkm zettelkasten
Last synced: 11 months ago
JSON representation
Capture your thoughts and send them over HTTPS
- Host: GitHub
- URL: https://github.com/decaf-dev/nuthoughts-app
- Owner: decaf-dev
- License: apache-2.0
- Created: 2023-03-24T05:02:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T21:08:54.000Z (about 1 year ago)
- Last Synced: 2025-04-10T13:11:38.985Z (11 months ago)
- Topics: atomic-notes, flutter, markdown, notes, notes-app, nuthoughts, personal-knowledge-management, pkm, zettelkasten
- Language: Dart
- Homepage:
- Size: 430 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NuThoughts
NuThoughts is a note taking app focused on creating atomic notes. For each thought that you capture, a markdown file is created on the server host. This is ideal for adding atomic markdown files to a Logseq graph or Obsidian vault folder, assuming that you host the server on your own computer.
## Installation
### Flutter
Install Flutter for your operating system
- https://docs.flutter.dev/get-started/install
This app was scaffolded using Flutter v3.7.6. Please make sure you at least use this version.
### NuThoughts Server
Follow the installation and usage instructions for setting up your own NuThoughts server
- https://github.com/decaf-dev/nuthoughts-server
## Usage
### Development
Open a terminal and in the root directory of the repository run the project
- `flutter run`
### Production
- `flutter build`
## Debugging
If the app stalls during development on Android, you can try uninstalling it
- `adb uninstall com.nuthoughts.app`
Then try running the app again