Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktkongtong/obsidian-meta-sync
https://github.com/ktkongtong/obsidian-meta-sync
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ktkongtong/obsidian-meta-sync
- Owner: ktKongTong
- Created: 2024-06-14T08:51:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T16:00:30.000Z (7 months ago)
- Last Synced: 2024-06-14T17:33:09.401Z (7 months ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obsidian Meta Sync Plugin
This is an obsidian plugin to sync content metadata to postgres.
syncing content include:
- a generated id written in frontmatter.
- most Frontmatter like id, title, excerpt, tags, date
- relativePath to the root
- `folder` or `file` field // maybe file-resource## use case
1. sync content metadata to db.
2. use remote-save like plugins to sync content to cloud storeage. like s3 or r2.
3. now you can use it to create abd serve a publish like custom service.