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

Added a community extension for visualizing image in card and table format. #537

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
25 changes: 25 additions & 0 deletions community/CommunityManifests/PictureThisFree.trex
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
<dashboard-extension id="com.tableau.extensions.myawesomeextension" extension-version="0.7.0">
<default-locale>PictureThis Free Extension!</default-locale>
<name resource-id="name"/>
<description>PictureThis Free to view data easily.</description>
<author name="Harsh Pandey" email="[email protected]" organization="PictureThis Free" website="https://hp-01.github.io/picture-this-free/"/>
<min-api-version>0.9</min-api-version>
<source-location>
<url>https://hp-01.github.io/picture-this-free/home.html</url>
</source-location>
<icon></icon>
<permissions>
<permission>full data</permission>
</permissions>
<context-menu>
<configure-context-menu-item />
</context-menu>
</dashboard-extension>
<resources>
<resource id="name">
<text locale="en_US">PictureThis Free Configuration</text>
</resource>
</resources>
</manifest>
13 changes: 13 additions & 0 deletions community/community_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,18 @@
"description": "An extension of UpSet.js to create interactive set visualizations for more than three sets.",
"source_code": "",
"hostedTrexFileName": "UpSetjs.trex"
},
{
"name": "PictureThis Free",
"website": "https://hp-01.github.io/picture-this-free/",
"author": "Harsh Pandey",
"github_username": "hp-01",
"tags": [
"v_1.0"
],
"description": "PictureThis Free extension to visualize images url in card and table format.",
"url": "https://github.com/hp-01/hp-01.github.io/tree/main/picture-this-free",
"source_code": "https://github.com/hp-01/hp-01.github.io/tree/main/picture-this-free",
"hostedTrexFileName": "PictureThisFree.trex"
}
]
Loading