Skip to content
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

New extension: Contribution Graph (Github-like) #887

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions extensions/Dagulf795/contribution-graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Contribution Graph",
"short_description": "Display your Roam activity",
"author": "Dagulf795",
"tags": ["activity", "contribution graph", "contribution", "GitHub"],
"source_url": "https://github.com/Dagulf795/contribution-graph",
"source_repo": "https://github.com/Dagulf795/contribution-graph.git",
"source_commit": "09c8eaf5e39d8c3dee789b6607ce9fff40f6f0e2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dagulf795 it looks like you solved most of the issues I asked, thank you

Just one issue, after making an update to the source code for the extension, you need to update the source_commit here in the JSON

To make sure the extension matches how it works locally, I also recommend checking your extension using the PR-shorthand (Mentioning this because testing via this would have caught the issue above)

image

You'd use that via the "load extension from URL" option in Settings > Roam Depot > developer Extensions (screenshot below)
image

}
Loading