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

https://github.com/caisilus/obsidian_article_publisher

Simple ruby script to make PR to external repo with obsidian document and attachment files
https://github.com/caisilus/obsidian_article_publisher

Last synced: 11 months ago
JSON representation

Simple ruby script to make PR to external repo with obsidian document and attachment files

Awesome Lists containing this project

README

          

# About

This is a simple ruby script for publishing Obsidian documents as md document on docsify. It assumes you should make a PR to GitHub repository to deploy your article.

# Requirements

1. Ruby 3.2.2

# Setup

1. Create `settings.yml` and fill it with your obsidian vault(change path below to your obsidian vault path):

```yaml
articles_folder: C:/documents/Obsidian vault
```
2. Run
```bash
bundle install
```

# Usage
Run `main.rb` with the name of the article you want to publish

```bash
ruby main.rb "My new article"
```