https://github.com/xetera/notetaker
Automatically upload your markdown notes as pdf files on google drive
https://github.com/xetera/notetaker
Last synced: over 1 year ago
JSON representation
Automatically upload your markdown notes as pdf files on google drive
- Host: GitHub
- URL: https://github.com/xetera/notetaker
- Owner: Xetera
- License: mit
- Created: 2019-04-02T17:15:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T21:20:51.000Z (about 7 years ago)
- Last Synced: 2025-01-31T14:48:16.910Z (over 1 year ago)
- Language: Scala
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notetaker
Taking notes in class with markdown but having troubles automating the process
of sharing them with classmates? Here's how you do it.
## Usage
* Fork the repo.
* Setup [circle ci](https://circleci.com) on the project with the following environment variables.
* **GDRIVE_DIR**: The base directory you want notetaker to upload the pdf files to.
* **GDRIVE_REFRESH_TOKEN**: The google api refresh token.
* Get a google drive api refresh token from [here](https://developers.google.com/oauthplayground/).
* Push your notes to the `files` directory.
* Watch circle ci do its magic.
If you're not using circle ci, make sure to install `pandoc` and `gdrive` on the host machine.
this repo is still WIP