Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xudaolong/memos-desktop
Memos client built on electron cross-end framework
https://github.com/xudaolong/memos-desktop
client electron-app memos note-taking
Last synced: about 2 months ago
JSON representation
Memos client built on electron cross-end framework
- Host: GitHub
- URL: https://github.com/xudaolong/memos-desktop
- Owner: xudaolong
- License: mit
- Created: 2023-03-08T11:14:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T14:48:08.000Z (10 months ago)
- Last Synced: 2024-04-23T17:25:02.693Z (7 months ago)
- Topics: client, electron-app, memos, note-taking
- Language: TypeScript
- Homepage:
- Size: 14.7 MB
- Stars: 165
- Watchers: 2
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# memos-desktop
Memos client built on electron cross-end framework to meet special usage requirements.
![demo](./docs/layout.png)
## TODO
- [✅] Packaged cross-platform client (now MacOS & Windows only)
- [] Customizing the port and path to save data
- [] Automatic updates
- [] Customizing the Open API PathComing soon...
## Using people
- Local service, data is saved in the "My Documents" directory in the computer
- offline can be used
- General population wirelessly on the server## Key points
- Open source and free forever
- Self-hosting with Docker in seconds
- Markdown support
- Customizable and sharable
- RESTful API for self-service## Build windows env
- [Install GCC](https://jmeubank.github.io/tdm-gcc/articles/2021-05/10.3.0-release)
- CGO_ENABLED=1 go install github.com/mattn/go-sqlite3
- make w-build