Skip to content

A community-maintained phrase bank, with an Obsidian plugin to select phrases

Notifications You must be signed in to change notification settings

Liong1976/Phrase-Bank

 
 

Repository files navigation

Phrase-Bank

Format

Phrase Bank supports two file formats, each with a specific syntax.

Markdown

Each heading (level 2) represents a section, which can have its own description, keywords, and phrases. Format it like so:

## Group

> Description 

- Keywords in a, comma separated, list
- Or in more bullet points

One phrase per line

Another phrase

JSON

This is open to change, but we currently use the following format in the phrasebank.json file:

{ "section": string, "keywords": string[] "phrases": string[] }[]

About

A community-maintained phrase bank, with an Obsidian plugin to select phrases

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.7%
  • TypeScript 30.1%
  • CSS 0.2%