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
- Host: GitHub
- URL: https://github.com/crossbell-box/xlog-obsidian
- Owner: Crossbell-Box
- License: mit
- Created: 2023-07-07T06:45:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:24:07.000Z (over 2 years ago)
- Last Synced: 2025-01-13T18:50:31.273Z (over 1 year ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`.