eklem / designing-with-search-data

Plugin for Adobe XD - A search engine running inside XD to easily populate your search application design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designing with search data

Plugin for Adobe XD - A search engine running inside XD to easily populate your search application design.

Concept

Easily access the different results of a search query to populate the design. No more faking autosuggests for partial queries.

Check out the blogpost "Designing with search data".

A mockup of the design in use

The actual application will be a bit different, but concept will be the same. Check out a video of how it could work.

Do you want this to happen?

Go vote for the Leveldb / indexeddb for apps running inside XD feature request, over at Adobe XD Plugin Developers.

Patch level-js

After npm install, add var indexedDB to ./node_modules/level-js/index.js so the start of the file is like this:

/* global indexedDB */

'use strict'

var indexedDB
module.exports = Level

Building it

Only working when loading the plugin (check developer console), but not in interaction with SceneGraph. That's next to fix.

npm run-script deploy

About

Plugin for Adobe XD - A search engine running inside XD to easily populate your search application design.

License:MIT License


Languages

Language:JavaScript 100.0%Language:HTML 0.0%