Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cneill/quote
Pull quotes from papers and stuff them into Roam Research
https://github.com/cneill/quote
research roam
Last synced: about 1 month ago
JSON representation
Pull quotes from papers and stuff them into Roam Research
- Host: GitHub
- URL: https://github.com/cneill/quote
- Owner: cneill
- License: other
- Created: 2023-07-12T08:17:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-12T08:34:16.000Z (over 1 year ago)
- Last Synced: 2024-04-14T19:21:17.944Z (8 months ago)
- Topics: research, roam
- Language: Go
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quote
![Screenshot of the application](./screenshot.png)
I often want to pull quotes from papers, the web, etc. and stuff them into [Roam Research][roam], but they have lots of garbage
characters in them, and they don't include my tags. This tool is a simple web app to clean up the input and wrap tags loaded
from a file called `tags.json`. Future iterations may be more intelligent about discovering tags from Roam itself. It will
automatically detect all country names as tags, but **be warned**: I like emojis, so they will be formatted like e.g.
[[:us: USA]].## `tags.json` format
```json
{
"TagOne": [ // if "TagOne" is matched directly, wrap it like [[TagOne]]
"TagOneAlias", // if "TagOneAlias" is matched, wrap it in an alias like [TagOneAlias]([[TagOne]])
],
"TagTwo": [], // aliases are optional
}
```## Copyright
Copyright (c) 2023 Charles Neill. All rights reserved. `quote` is distributed under an open-source [BSD licence][license].
[license]: ./LICENSE
[roam]: https://roamresearch.com/