frostplexx / obsidian-github-issues

A simple plugin that lets you embed GitHub issues in your Obsidian notes
MIT License
34 stars 5 forks source link

Add example usage to README #19

Closed rpuncel closed 9 months ago

rpuncel commented 9 months ago

To understand the syntax of the plugin, I needed to crack open the main.ts from the release archive I downloaded, especially to find how to specify a repository for a note.

Perhaps this is because the interface is still in work, but something small like this example being added to the README would be helpful:

```github-issues
Frostplexx/obsidian-github-issues
JanRau commented 1 month ago

Is there a way to specify not only the repository but a specific issue within this repository? So one note and note issue?

Update: Nevermind, this question is answered here: https://github.com/frostplexx/obsidian-github-issues/issues/14