Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EINDEX/logseq-memos-sync
Logseq plugin for sync Memos to logseq.
https://github.com/EINDEX/logseq-memos-sync
logseq logseq-plugin memos
Last synced: 14 days ago
JSON representation
Logseq plugin for sync Memos to logseq.
- Host: GitHub
- URL: https://github.com/EINDEX/logseq-memos-sync
- Owner: EINDEX
- License: gpl-3.0
- Created: 2022-11-29T11:27:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T10:54:26.000Z (10 months ago)
- Last Synced: 2024-07-31T08:19:20.068Z (3 months ago)
- Topics: logseq, logseq-plugin, memos
- Language: TypeScript
- Homepage:
- Size: 756 KB
- Stars: 84
- Watchers: 4
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-memos-sync - Sync [Memos](https://github.com/usememos/memos) to logseq (🔌 Plugins)
README
# logseq-memos-sync
> [!WARNING]
> The project was archived because I no longer use [Memos](https://github.com/usememos/memos).
---> A memos sync plugin for logseq
## Features
- Sync memos to logseq via memos openAPI
- Auto Sync memos when start Logseq
- Can send block to Memos now!
- Allow sync memos with tags.## How to use
1. Open plugin setting, setting up Memos openAPI
### Manually Sync
1. Open Logseq command panel, Win `Ctrl + Shift + P` or macOS `Command + Shift + P`.
2. Search for Sync Memos
3. Run it### Automatic Sync
1. Open plugin setting and checked `autoSync` field.## Limit
- if memo exist, cannot update the content. We don't want to break your content.
- Cannot send image and files between Memos and logseq. (If you want this feature, welcome PR)## ScreenShot
![](docs/memos.png)
![](docs/logseq.png)
## Thanks
- [Memos](https://github.com/usememos/memos)
## Contributors
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=eindex/logseq-memos-sync&type=Date)](https://star-history.com/#eindex/logseq-memos-sync&Date)
## Self Checking
If you found data is not sync, please checking belows things:
- Your memos server is reachable.
- The property `memo-id` is not using, this can check by query: `{{query (or (property memoid ) (property memo-id ))}}`