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

https://github.com/treethought/farcaster-obsidian


https://github.com/treethought/farcaster-obsidian

Last synced: about 1 year ago
JSON representation

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/`.