Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skepticmystic/phrase-bank
A community-maintained phrase bank, with an Obsidian plugin to select phrases
https://github.com/skepticmystic/phrase-bank
obsidian-md
Last synced: 5 days ago
JSON representation
A community-maintained phrase bank, with an Obsidian plugin to select phrases
- Host: GitHub
- URL: https://github.com/skepticmystic/phrase-bank
- Owner: SkepticMystic
- Created: 2021-09-30T17:59:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T16:33:59.000Z (almost 3 years ago)
- Last Synced: 2023-07-07T21:25:25.129Z (over 1 year ago)
- Topics: obsidian-md
- Language: JavaScript
- Homepage: https://ko-fi.com/skepticmystic
- Size: 304 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Phrase-Bank
## Format
PhraseBank requires a specifc syntax to be used, so that it can parse and display the results.
Each heading (level 3) represents a phrase type, which can have its own description, keywords, groups, and phrases.
Formatted like so:```md
### Phrase Type! Group1, Group2
> Description
- Keywords in a, comma separated, list
- Or in more bullet pointsOne phrase per line
Another phrase
```A `group` is a higher-level _grouping_ of different phrase types. It is like a folder for different phrase types, which are themselves subfolders for various phrases.
This approaching to grouping is bottom-up, meaning each phrase type can belong to multiple groups.