All Projects → UwUNote → uwunote

UwUNote / uwunote

Licence: MPL-2.0 License
Kinda like Windows 10 Sticky notes but subjectively better - Written in go and GTK3+

Programming Languages

go
31211 projects - #10 most used programming language
Inno Setup
370 projects

Projects that are alternatives of or similar to uwunote

monte-note
Note taking application with a rich set of editing and management features
Stars: ✭ 63 (+293.75%)
Mutual labels:  notes, note, note-taking, notes-app
Butterfly
🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
Stars: ✭ 381 (+2281.25%)
Mutual labels:  notes, note, note-taking, notes-app
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+31762.5%)
Mutual labels:  notes, note-taking, notes-app
notes-app-cli
A command line interface for Notes.app on macOS.
Stars: ✭ 32 (+100%)
Mutual labels:  notes, note-taking, notes-app
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (+50%)
Mutual labels:  notes, note-taking, notes-app
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+23937.5%)
Mutual labels:  notes, note-taking, notes-app
keep-desktop
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
Stars: ✭ 42 (+162.5%)
Mutual labels:  notes, note, notes-app
Meemo
Meemo - Your personal notes
Stars: ✭ 227 (+1318.75%)
Mutual labels:  notes, note, note-taking
Takenote
TakeNote is a note-taking app for the web. You can use the demo app at takenote.dev. It is a static site without a database and does not sync your notes to the cloud. The notes are persisted temporarily in local storage, but you can download all notes in markdown format as a zip.
Stars: ✭ 5,180 (+32275%)
Mutual labels:  notes, note-taking, notes-app
flawesome
Productivity Tool
Stars: ✭ 56 (+250%)
Mutual labels:  notes, note-taking, notes-app
notey.app
📝 A notes app to keep track of important things
Stars: ✭ 17 (+6.25%)
Mutual labels:  notes, note, notes-app
trixcamp
Simple, distraction free writing app based on Basecamp's trix-editor.
Stars: ✭ 30 (+87.5%)
Mutual labels:  notes, note-taking
MakeNotes
📝 Made a Note App . User can make important notes 📑as well as save it for future 📆 reference. You can mark important✔️ as well as non important which makes it very easy to distinguish between different notes📰. (Html,Bootstrap,CSS,Javascript)
Stars: ✭ 18 (+12.5%)
Mutual labels:  notes, note-taking
spark list
这是一款开源笔记应用, 支持Android/iOS双平台, 使用Flutter 3开发, 体验Flutter的同时也希望做一个能成为个人知识中转站的应用, 任重道远 :)
Stars: ✭ 47 (+193.75%)
Mutual labels:  note, notes-app
nixnote2
Nixnote - Evernote desktop client for Linux
Stars: ✭ 281 (+1656.25%)
Mutual labels:  notes, note-taking
hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (+268.75%)
Mutual labels:  note-taking, notes-app
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (+118.75%)
Mutual labels:  notes, note-taking
Notes
😊开源App项目,「记」——摒除杂质,专注创作
Stars: ✭ 30 (+87.5%)
Mutual labels:  notes, notes-app
dendron-site
Getting started with Dendron
Stars: ✭ 99 (+518.75%)
Mutual labels:  notes, note-taking
obsidian-journey-plugin
Discover the story between your notes in Obsidian
Stars: ✭ 93 (+481.25%)
Mutual labels:  note-taking, notes-app

UwU Note

OS Build-Status
linux CircleCI - Linux
darwin TravisCI - Mac OS
windows AppVeyor - Windows

First of all, I really hate making up names, so UwU Note is all you get.

What's it

It's a simple note-taking app. Notes stick to your desktop, you can create new ones and delete existing ones. Every note has it's own window, which saves it's coordinates and size.

Demo Image

The Future

For the future i have planned some stuff:

  • Cloud synchronization via different services
  • An android app
  • Markdown support

Installation using pre-built binaries

The Linux binary can be found here. Just click the latest green(passing) build and download it under artifacts.

A Windows executable without dependencies and an installer with dependencies can be found here. If you want to manually install the dependencies, check this tutorial out.

MacOS binaries are currently not available.

Building manually

You need the development packages of following libraries:

  • GTK+3 (3.22 and later)
  • GDK 3
  • GLib 2
  • Cairo

To build the app you simply run these commands:

cd $GOPATH
go get github.com/UwUNote/uwunote
cd src/github.com/UwUNote/uwunote
go get ./...
go build

In case you want to put the binary into your go path, run

go install

as the last command instead, that will put a ready to use binary called uwunote into $GOPATH/bin.

Linux

You can most likely install all dependencies via your systems packagemanager.

Windows

Follow the tutorial mentioned in the comment and apply the fix manually.

#1 (comment)

Configuration

Configuration is currently done by editing a JSON file, check the wiki for more information: https://github.com/UwUNote/uwunote/wiki/Configuration

In case the documentation is outdated, you can always check the applications settings dialog. The settings dialog contains tooltips for every setting on each label.

Contribute

Feel free to create issues or create pull requests. Issues may also request features or just be questions.

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].