GithubHelp home page GithubHelp logo

isabella232 / friendly-helpers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from feld-m/friendly-helpers

0.0 0.0 0.0 632 KB

Adobe Launch Extension that provides useful features that aren't available out of the box. Starting with a 'Synchronous Code' action.

License: MIT License

JavaScript 10.73% HTML 82.21% CSS 7.06%

friendly-helpers's Introduction

Adobe Launch Extension: Friendly Helpers

This extension is aimed to extend the Adobe Launch Interface with useful features, which it does not provide out of the box.

Features

Synchronous Code

Code entered into the Custom Code Action of the Core extension by Adobe is either bundled directly into the launch library filed, or loaded as a seperate file. This depends on the type of action involved. There are times, such as e.g. click listeners, where you absolutely want your custom code to be run immediately. The Synchronous Code Action type provided by this extension lets you write JS code which is directly bundled into the launch library and can thus run immediately when the rule is triggered. Always. No asynchronicity involved.

Planned Features

  • An Action for activating _satellite.monitors for debugging purposes.
  • An Action for loading external scripts.

Feature Suggestions

Please reach out to us: [email protected]

Making this extension available for your organization

As of right now this extension is not released publically. This means you cannot directly add it to your launch property. Rather you need to release it by yourself.

These are the required steps:

Bonus: Styling Views to look like Launch

Adobe Launch uses https://github.com/adobe/coral-spectrum

An easy way to get your extension to look like its part of the Adobe Launch Interface is to include the following in the <head> of your extension views.

  <!-- STYLING SEE https://github.com/adobe/coral-spectrum -->
  <link rel="stylesheet" href="https://unpkg.com/@adobe/[email protected]/dist/css/coral.min.css">
  <script src="https://unpkg.com/@adobe/[email protected]/dist/js/coral.min.js"
    data-coral-icons-external="js"></script>

Alternatively, you can have a look at how its used in this extension by either copying the files from src/style or by extracting the files as detailed here to get the latest versions:

friendly-helpers's People

Contributors

ariaks avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.