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
- Host: GitHub
- URL: https://github.com/caisilus/obsidian_article_publisher
- Owner: caisilus
- Created: 2023-11-10T15:20:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T18:14:08.000Z (over 2 years ago)
- Last Synced: 2025-01-23T07:45:06.629Z (over 1 year ago)
- Language: Ruby
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"
```