https://github.com/treethought/farcaster-obsidian
https://github.com/treethought/farcaster-obsidian
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/treethought/farcaster-obsidian
- Owner: treethought
- Created: 2024-11-23T03:01:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T06:01:35.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:43:12.525Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://farcaster-obsidian.vercel.app
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farcaster Obsidian Plugin
This is a WIP [farcaster](https://www.farcaster.xyz/) client plugin for Obsidian
to provide a cozy, calm interface to post and read casts.
## Features
- Viewing channels feeds within obsidian
- Liking / Recasting
- Publish current note as cast
- Supports Sign in with Neynar
- Settings to use your own Neynar app
## How to use
- Clone this repo.
- Make sure your NodeJS is at least v16 (`node --version`).
- `npm i` or `yarn` to install dependencies.
- `npm run dev` to start compilation in watch mode.
## Manually installing the plugin
- Copy over `main.js`, `styles.css`, `manifest.json` to your vault
`VaultFolder/.obsidian/plugins/farcaster-obsidian/`.