You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Doc: Added blog posts for archival purpose and to allow listing them in notifications
This commit is contained in:
@ -162,6 +162,12 @@ toolUtils.githubUsername = async function(email, name) {
|
||||
return output;
|
||||
};
|
||||
|
||||
toolUtils.patreonOauthToken = async function() {
|
||||
const fs = require('fs-extra');
|
||||
const r = await fs.readFile(`${__dirname}/patreon_oauth_token.txt`);
|
||||
return r.toString();
|
||||
};
|
||||
|
||||
toolUtils.githubOauthToken = async function() {
|
||||
const fs = require('fs-extra');
|
||||
const r = await fs.readFile(`${__dirname}/github_oauth_token.txt`);
|
||||
|
Reference in New Issue
Block a user