An open API service indexing awesome lists of open source software.

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 构建

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`分支。

![img.png](image/img.png)

* index page

![img_2.png](image/img_2.png)

* password protected

![img_3.png](image/img_3.png)

* PyQt6 GUI

![img_1.png](image/img_1.png)

#### 简单干净

* 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