An open API service indexing awesome lists of open source software.

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

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