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

https://github.com/crossbell-box/xlog-obsidian

An Obsidian Plugin for interacting with xLog
https://github.com/crossbell-box/xlog-obsidian

Last synced: over 1 year ago
JSON representation

An Obsidian Plugin for interacting with xLog

Awesome Lists containing this project

README

          

# Obsidian xLog

> WIP. This plugin is not ready for use.

## Contributing

### Development

1. Clone this repository.

2. Install deps.

```bash
bun install
```

2. Develop:

```bash
export OBSIDIAN_PLUGIN_DIR=~/obsidian/plugins
bun run dev
```

3. Bump version:

Change the version in `package.json` and run `bun run version`.