• Stars
    star
    213
  • Rank 185,410 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iBom - InteractiveHTMLBom for EasyEDA

Hero

iBom for EasyEDA is a native extension for EasyEDA and LCEDA: Standard Edition. It is based on the awesome project called InteractiveHtmlBom designed and built by qu1ck.

Although InteractiveHtmlBom already supports generation of interactive BOMs from EasyEDA projects, but it involves messing with Python scripts and requires to host the generated html files somewhere. Since my knowledge of Python === null, and my favorite tool for designing electronics is EasyEDA - I decided to give it a shot and port it as a native extension.

Comparing to original solution, iBom for EasyEDA is available right within EasyEDA itself:

  • There is no need to run any Python scripts.
  • No need to host the produced html files.
  • iBom is always accessible by clicking a single menu button from your PCB document!
  • It also provides an ability to generate a stand-alone HTML representation the same way InteractiveHtmlBom does out of the box.

NOTE: This extension is still in ALPHA/BETA stage - a lot of things should be done in order to make it fully compatible with EasyEDA.

Installation

  1. Download easyeda-ibom-v0.1.2.zip
  2. Un-zip the downloaded archive on your hard drive.
  3. Go to Extension Settings dialog by using main menu Advanced -> Extensions -> Extensions Settings....
  4. Click Load Extension... button and add all the files in from the extracted folder using Select Files... button.
  5. Click Load Extension and close the Extension Settings dialog.

iBom Installation

Usage

Within EasyEDA

In order to launch iBom within the editor itself - just click on iBom -> Launch... menu item:

iBom Demo

You can always dismiss the iBom view by clicking on the little close button located in the right-top corner of the panel.

Generating stand-alone HTML representation

Just click iBom -> Generate & Download HTML menu item in order to get the stand-alone representation of your PCB document:

iBom Demo

Note: In case the downloaded file doesn't have .html extension - just add it manually. It is some sort of weird browser behaviour for the case to be investigated.

Feedback

If you discover any issue or have any suggestions for improvement of the plugin, please open an issue or find me on twitter @turbobabr.

Credits

This solution uses:

  • InteractiveHtmlBom as a core component.
  • A "hackable" nature of EasyEDA/LCEDA - thank you guys for allowing us messing with the product! πŸ‘
  • svg-path-bbox for calculating various bounding boxes during EasyEDA -> InteractiveHTMLBOM data conversions.

License

MIT License

Copyright (c) 2021 Andrey Shakhmin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

Sketch-Plugins-Cookbook

A collection of recipes for Sketch App plugins developers
612
star
2

sketch-devtools

A set of tools for Sketch App plugins developers
Objective-C
415
star
3

duplicator

A handy SketchApp plugin that allows quickly duplicate selected layers in a specified direction.
JavaScript
349
star
4

sketch-wanderer

A small SketchApp extension that introduces 'Finder' like features for working with layer list.
JavaScript
161
star
5

Bookmarker

A bookmarking plugin for Sketch
JavaScript
119
star
6

sketch-devtools-assistant

An assistant app for Sketch DevTools solution
Objective-C
66
star
7

easyeda-quick-align-extension

Objects alignment in EasyEDA without a hassle! πŸš€
JavaScript
45
star
8

Annotation-Kit

JavaScript
37
star
9

sketch-ace-jump

A small SketchApp plugin that allows to focus on various inspector's fields like font size, font weight and text/fill color using shortcuts.
JavaScript
34
star
10

sketch-constants

Sketch runtime constants for plugins
JavaScript
29
star
11

sketch-qrcode

QR Code generator plugin for Sketch App
JavaScript
26
star
12

easyeda-extension-registry

EasyEDA Extension Registry
JavaScript
24
star
13

easyeda-qrcode-generator-extension

QRCode generator extension for EasyEDA
JavaScript
23
star
14

sketch-lang-fix

Dirty fix for Sketch App single letter shortcuts bug with non-latin input sources.
Objective-C
22
star
15

sketch-share-as-is

JavaScript
14
star
16

easyeda-extension-menu-ux-normalizer

A dead simple EasyEDA extension that blocks menu popovers on mouseover event.
JavaScript
13
star
17

colorio

Pick colors from the screen on macOS in Node or Electron.js applications
Objective-C
8
star
18

sketch-devtools-console

A companion CocoaScript framework for Sketch DevTools Console module.
JavaScript
3
star
19

sketch-barcode

Barcode generator plugin for Sketch App
2
star
20

sketch-detect-selection-sequence-example

A sample plugin demonstrating how to track selection sequence
JavaScript
2
star
21

cmd-enter

A tiny Sketch 3 plugin that allows to use cmd-enter shortcut to apply changes to a text layer that is being edited.
1
star
22

babel-plugin-sketch-manifest-processor

JavaScript
1
star
23

colorio-electron-example

Colorio module demo embedded into an electron app
JavaScript
1
star
24

sketch-runtime

JavaScript
1
star