-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advice for adding date #3
Comments
Hi, I would like to share some information to extend this extension. (I hope this information would also help other users) How to debug your extension
- this.getCurrentTabUrl();
+ this.getPaperInfo(TEST_URL);
Change Notion database scheme
Get arXiv published date
Post to notion.so
Published: {
id: "published",
type: "date",
date: { start: "2020-12-08T12:00:00Z", end: null },
}, Oh, wait, when I finished up writing this, I realized that customizing this extension is somewhat troublesome. ☠️ |
Merged: #6 |
Thank you for this plugin! I would like to modify this to automatically download the date that the paper was published. I have experience programming, but I don't have much experience with JavaScript or using the Notion API. Do you have suggestions for how to get started (e.g., files/lines I need to modify) to make this modification? I'd be happy to make a PR for this if I finish this.
The text was updated successfully, but these errors were encountered: