https://github.com/uk0/simples
simples 是一个使用 Apple Notes 构建的blog小工具,我使用PyQt + Golang 构建
https://github.com/uk0/simples
apple applescript autogen notes
Last synced: 3 months ago
JSON representation
simples 是一个使用 Apple Notes 构建的blog小工具,我使用PyQt + Golang 构建
- Host: GitHub
- URL: https://github.com/uk0/simples
- Owner: uk0
- Created: 2023-05-19T10:55:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T20:35:27.000Z (5 months ago)
- Last Synced: 2026-01-07T05:38:59.930Z (5 months ago)
- Topics: apple, applescript, autogen, notes
- Homepage: https://firsh.me
- Size: 241 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## simples
* Sync Mac Notes to web page
* 根据自己的MacOS版本选择符合自己的分支即可。
> 注意:如果你使用的是MacOS 26.0及以上版本,请使用`release/macos_26.x`分支。如果你使用的是MacOS 15.x及以下版本,请使用`release/macos_15.x`分支。

* index page

* password protected

* PyQt6 GUI

#### 简单干净
* https://firsh.me
#### quick start
* install python3 and deps
* install golang 1.25.0 or later
* web page server
```bash
#x86
make build
# or
go build .
```
* Start Gui Config
```bash
python watch_notes_service_v2/qt_main.py
```
* open `http://localhost:8080`
#### 感谢
* https://github.com/keithvassallomt/taskbridge
* https://www.ciofecaforensics.com/2024/12/10/ios18-notes/
* https://github.com/threeplanetssoftware/apple_cloud_notes_parser