Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digimezzo/knowte
Cross platform note taking application
https://github.com/digimezzo/knowte
Last synced: 5 days ago
JSON representation
Cross platform note taking application
- Host: GitHub
- URL: https://github.com/digimezzo/knowte
- Owner: digimezzo
- License: gpl-3.0
- Created: 2018-10-13T16:32:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T07:06:53.000Z (5 months ago)
- Last Synced: 2024-07-31T19:49:37.353Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 136 MB
- Stars: 285
- Watchers: 10
- Forks: 38
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Knowte](Knowte.logo.full.png)
# Knowte
Knowte is a note taking application that allows you to quickly and easily organize and find your notes. This version is written using Electron, Angular and Typescript. The original Knowte (for Windows), which is written in WPF and C#, remains available here.
[![Release](https://img.shields.io/github/release/digimezzo/Knowte.svg?style=flat-square&include_prereleases)](https://github.com/digimezzo/knowte/releases/latest)
[![Issues](https://img.shields.io/github/issues/digimezzo/Knowte.svg?style=flat-square)](https://github.com/digimezzo/knowte/issues)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MQALEWTEZ7HX8)[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/knowte)
## Screenshot
![Knowte2screenshot](Knowte.showcase.dark.png)
![Knowte2screenshot](Knowte.showcase.light.png)
## Build prerequisites
- wine: required to build Windows package
- rpm: required to build rpm package
- libarchive-tools: contains bsdtar, which is required to build pacman package.**To install the prerequisites on Ubuntu:**
sudo apt install wine rpm libarchive-tools
**To install the prerequisites on Arch Linux and Manjaro:**
sudo pacman -S wine rpm-tools
## Build instructions
```bash
$ git clone https://github.com/digimezzo/knowte.git
$ cd knowte
$ npm install # Download dependencies
$ npm start # Start Knowte
$ npm run electron:windows # Build for Windows
$ npm run electron:linux # Build for Linux
$ npm run electron:mac # Build for Mac
```## Pacman installation notes
The pacman package can be installed using this command (replace x.y.z with the correct version number):
`$ sudo pacman -U Knowte-x.y.z.pacman`
If you're getting an error concerning a missing package libappindicator-sharp, use this command to perform the installation instead (replace x.y.z with the correct version number):
`$ sudo pacman -U Knowte-x.y.z.pacman --assume-installed libappindicator-sharp`