scenenodelist-plugin-for-adobe-xd
SceneNodeList Adobe XD plugin
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Repository
SceneNodeList Adobe XD plugin
Basic Info
- Host: GitHub
- Owner: SixArm
- Language: JavaScript
- Default Branch: main
- Size: 78.1 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
SceneNodeList plugin for Adobe XD
Export the scene node list as an outline, using HTML or text, and copying the result to the clipboard.
This plugin provides a quick easy way to show what your Adobe XD file contains.
There are two commands:
Scene Node List - As HTML - To Clipboard
Scene Node List - As Text - To Clipboard
See below for more about the commands.
Install
Launch Adobe XD and open a typical file, such as a file that has artboards.
Choose the Adobe XD menu "Plugins", then the menu item "Browse Plugins".
Tap the search magnifying glass icon, then search for "SceneNodeList".
You see the SceneNodeList plugin description, then tap the link "Install".
Usage
Launch Adobe XD and open a typical file, such as a file that has artboards.
Choose the Adobe XD menu "Plugins", then the menu item "SceneNodeList", then the command "Scene Node List - As Text - To Clipboard".
The plugin creates an outline of your project and copies it to your system clipboard.
You can now paste the outline anywhere you want, such as into a word processor or text editor.
Scene Node List - As HTML - To Clipboard
The HTML output uses div tags and section tags.
Each node is a div.
The class is "Adobe-XD-" and the node type, such as "Adobe-XD-Artboard".
This makes it easy to style results.
Each node div has:
A section with class "Adobe-XD-Content" that contains the node name.
A section with class "Adobe-XD-Children" that contains the node's children.
If a section is blank then it's elided.
Example output:
html
<div class="Adobe-XD-RootNode">
<section class="Adobe-XD-Node-Children">
<div class="Adobe-XD-Artboard">
<section class="Adobe-XD-Node-Content">
Example Web Page
</section>
<section class="Adobe-XD-Node-Children">
<div class="Adobe-XD-Group">
<section class="Adobe-XD-Node-Content">
Example Splash Screen Area
</section>
<section class="Adobe-XD-Node-Children">
<div class="Adobe-XD-Text">
<section class="Adobe-XD-Node-Content">
Example Lead Paragraph
</section>
</div>
</section>
</div>
</div>
</div>
Scene Node List - As Text - To Clipboard
The text output uses a one line per node, with indentation, then the node instance name, then the node name.
Example output:
text
RootNode
Artboard: Example Web Page
Group: Example Splash Screen Area
Text: Example Lead Paragragh
Tracking
- Package: scenenodelist-plugin-for-adobe-xd
- Version: 1.0.0
- Created: 2021-10-17T00:00:00Z
- Updated: 2021-11-08T15:27:18Z
- License: GPL-2.0-or-later or contact us for custom license
- Contact: Joel Parker Henderson (joel@sixarm.com)
Owner
- Name: SixArm
- Login: SixArm
- Kind: organization
- Email: sixarm@sixarm.com
- Location: San Francisco
- Website: http://sixarm.com
- Twitter: sixarm
- Repositories: 580
- Profile: https://github.com/SixArm
SixArm Software
Citation (CITATION.cff)
cff-version: 1.2.0
title: SceneNodeList plugin for Adobe XD
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/SixArm/scenenodelist-plugin-for-adobe-xd/'
description: SceneNodeList plugin for Adobe XD
repository-code: 'https://github.com/SixArm/scenenodelist-plugin-for-adobe-xd/'
abstract: >-
SceneNodeList plugin for Adobe XD
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 23 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0