Giter Site home page Giter Site logo

obsidian-plugin-issue-augment's Introduction

Obsidian GitHub Issue Augmentation Plugin

A plugin for Obsidian.md that augments GitHub issue IDs with their title.

For instance, the markdown text

- Finished #5432
- Working on #5434
- Next: #5435, backend#5433

renders to:

20231014-190419-screenshot

Each issue title is a link to the GitHub repository.

Configuration

There are two sources for augmenting issue IDs with descriptive issue texts

  1. GitHub
  2. a custom list of titles.

GitHub Integration

For fetching information about issue IDs from GitHub, specify the repository owner in the plugin settings. Additionally, a GitHub personal access token (PAT) is required. Generate it and add it in the plugin settings.

It is possible to restrict the relevant repositories in the settings. If not specified, all repositories of the owner are considered.

A default repository can be specified in the settings to interpret issue IDs without repository name, e.g. #1234 instead of myrepo#1234.

Custom Issue Title File

Alternatively or additionally, a CSV file can be specified in the settings that provides a mapping issue ID to issue title. It should look like this:

5432,My issue
backend#5433,Issue from another repository
5434,Some bug
5435,Cool feature

The CSV file path specified in the settings must be relative to the vault base directory.

Using both

It's possible to use both, GitHub and a custom list of titles as source for the issue ID augmentation. When for an issue ID there is a title from both sources, the custom list is preferred over the GitHub title.

obsidian-plugin-issue-augment's People

Contributors

samprintz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.