trey-wallis / nuthoughts-app

Capture your thoughts and send them in atomic format to any server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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.example.nuthoughts

Then try running the app again

About

Capture your thoughts and send them in atomic format to any server.

License:Apache License 2.0


Languages

Language:Dart 36.6%Language:C++ 29.3%Language:CMake 24.2%Language:Ruby 3.5%Language:HTML 2.5%Language:C 1.8%Language:Swift 1.8%Language:Kotlin 0.2%Language:Objective-C 0.0%