Do you want to keep a local copy of your activity on Farcaster? This plugin will help you sync your Farcaster activity to your Obsidian vault.
- 📦 Out of the box support.
- 🚀 Blazingly fast.
- 💡 You define it.
Show me what you can do
Perhaps a GIF?
- Modify the version in the
manifest.jsonfile. - Modify the version in the
package.jsonfile. - Push the changes to the repository.
- Go to the [Release] page of the repository.
- Create a new release with the tag name as the version number.
- Sit back and relax, the plugin will be published with CI/CD pipelines automatically.
Install with beta testing helper BRAT plugin
- Install the BRAT plugin right from the official Obsidian plugin store.
- Enable the BRAT plugin in the community plugins settings menu.
- Open Command palette to choose
BRAT: Plugins: Add a beta plugin for testing. - Copy and paste the following link to the first field of the new prompted dialog:
https://github.com/nolebase/obsidian-plugin-template- Find the needed released version on Release page of Obsidian UnoCSS Plugin, for example, fill in
0.1.0. - Enable the "Obsidian Template Plugin" plugin from the
Installed pluginslist.
- Navigate to the Release page of Obsidian Template Plugin
- Find the latest version of the plugin.
- Download the
main.jsfile andmanifest.jsonfile. - Open up the
.obsidian/pluginsdirectory of your Obsidian vault. - If no
.obsidian/pluginsdirectory exists, create one. - Create a new directory named
obsidian-plugin-templateinside the.obsidian/pluginsdirectory. - Move
main.jsfile andmanifest.jsonfile into theobsidian-plugin-templatedirectory.
The directory structure should look like this after these steps:
❯ tree
.
├── main.js
├── manifest.json- Enable the "Obsidian Template Plugin" plugin from the "Installed plugins" list.
- Anything on the roadmap?
- As Build a plugin - Developer Documentation has suggested, create a separate vault for development.
- (Optional) Install the hot-reload plugin: pjeby/hot-reload.
- Create a
.obsidian/pluginsdirectory in the vault root. - Clone this repository into the
.obsidian/pluginsdirectory. - Install dependencies
pnpm installIf you use @antfu/ni, you can also use the following command:
ni- Build the plugin for development
pnpm run build:devIf you use @antfu/ni, you can also use the following command:
nr build- Reload Obsidian to see the changes. (If you use the hot-reload plugin, you don't need to reload Obsidian manually.)
Reloading can be called from the command palette with
Reload app without savingcommand.
pnpm run buildIf you use @antfu/ni, you can also use the following command:
nr buildMade with ♥ on Farcaster