A repostory of samples, which demonstrates, how to use the 'Power Tools' extension for Visual Studio Code.

You might also like...

Ember Charts 3.5 2.3 L2 JavaScript A powerful and easy to use charting library for Ember.js

Ember Charts A charting library built with the Ember.js and d3.js frameworks. It includes time series, bar, pie, and scatter charts which are easy to

Dec 7, 2022

danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.

danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.

Danfojs: powerful javascript data analysis toolkit What is it? Danfo.js is a javascript package that provides fast, flexible, and expressive data stru

Dec 29, 2022

Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.

Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.

PlainAdmin - Free Bootstrap 5 Dashboard Template PlainAdmin is a free and open-source Bootstrap 5 admin and dashboard template that comes with - all e

Dec 31, 2022

An experiment to use Polymer based mixins with Lit.

Polylit An experiment to use Polymer based mixins with Lit. Setup npm install Run tests npm test Features The following features are included: ready()

Jul 30, 2022

Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library

laravel-chartjs - Chart.js v2 wrapper for Laravel 5.x Simple package to facilitate and automate the use of charts in Laravel 5.x using the Chart.js v2

Dec 15, 2022

Java library for use with Chart.js javascript library

Chart.java Chart.java enables integration with the excellent Chart.js library from within a Java application. Usage example In Java: BarDataset datase

Dec 16, 2022

This adapter allows the use of Moment.js with Chart.js

chartjs-adapter-moment Overview This adapter allows the use of Moment.js with Chart.js. Moment.js is a very heavy library and thus not recommended for

Dec 27, 2022

The CCF Backstage Plugin is a tool to estimate energy use (kilowatt-hours) and carbon emissions (metric tons CO2e) from public cloud usage that is meant to be consumed as a plugin into a Backstage application

The CCF Backstage Plugin is a tool to estimate energy use (kilowatt-hours) and carbon emissions (metric tons CO2e) from public cloud usage that is meant to be consumed as a plugin into a Backstage application

CCF Backstage Plugin Understand how your cloud usage impacts our environment and what you can do about it. This plugin brings the functionallity of th

Nov 6, 2022

An easy-to-use cross-framework JS charting library

An easy-to-use cross-framework JS charting library

Compact Chart Visualize your data under a minute, in any Javascript framework Table of Contents About How to use it Examples Demo Plain HTML Example w

Jul 28, 2021
Comments
  • Error with external module 'archiver'

    Error with external module 'archiver'

    How to use other modules in scripts

    Error: [Error] 'Cannot find module 'archiver' Require stack: - c:\Users\.vscode\extensions\egomobile.vscode-powertools-0.67.1\out\scripts.js - c:\Users\.vscode\extensions\egomobile.vscode-powertools-0.67.1\out\commands.js - c:\Users\.vscode\extensions\egomobile.vscode-powertools-0.67.1\out\extension.js - c:\Users\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js - c:\Users\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-amd.js - c:\Users\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-fork.js'

    $clear();
    const path = require("path");
    const fs = require("fs");
    const archiver = require("archiver");
    
    await $withProgress(async (progress, cancelToken) => {
      $writeMarkdown("LSITA DE ARQUIVOS");
      });
    
    opened by residentivo 1
  • Another useful sample: show modification date

    Another useful sample: show modification date

    Hi Marcel, I recently found myself in a situation in which I wondered "What? VS Code doesn't do that?" and when I thought about way to solve this, it dawned on me that it would be neat to solve this with pt ;)

    The problem is that VS Code doesn't provide an easy way to see a files last modification date. There's still space left on my pt toolbar, so I thought I could add something to show that info. But I can't get it to work - would you mind having a look? ;)

    In settings.json, I added a button: (I don't intend to ever click that thing, but couldn't set it up w/o action. Maybe it could be made optional for label-type elements like this?)

    {
                    "text": "mdate: ${mdate}",
                    "priority": 1029,
                    "isRight": false,
                    "onEditorChanged": " $v['button'].update() ",
                    "action":{
                        "type":"shell",
                        "command":""
                    }
                },
    

    The mdateis defined in values:

                "mdate": {
                    "code": "const stats: fs.Stats = await promisify(fs.stat)( $v['activeFile']);formatDate(stats.mtime)",
                    "type":"code"
                }
    
    

    The result is nothing. I suspect something is wrong with code, but so far my "experience" with VSC has been copy&pasting, so I have no "educated approach" to deal with this - even had no idea if there's any chance to access a debugging log that would tell me about problems that occurred while evaluating my code etc. - do you see how clueless I am? ;)

    opened by mbaas2 0
Owner
e.GO Mobile
e.GO was founded by Prof. Dr. Günther Schuh in Aachen. The goal is to develop attractive and particularly durable electric vehicles and produce them in series.
e.GO Mobile
The power of Chart.js in Jupyter !

The power of Chart.js in Jupyter Notebooks Installation You can install ipychart from your terminal using pip or conda: # using pip $ pip install ipyc

Nicolas H 68 Dec 8, 2022
Chart.js plugin to calculate and draw statistical linear, exponential, power, logarithmic, and polynomial regressions.

chartjs-plugin-regression Chart.js plugin to calculate and draw statistical linear, exponential, power, logarithmic, and polynomial regressions using

Wilfredo Pomier 14 Dec 18, 2022
A curated list of tools that can be used for creating interactive mathematical explorables.

A curated list of tools that can be used for creating interactive mathematical explorables.

Nikola Ubavić 75 Dec 22, 2022
A Joplin plugin to provide a set of tools like recent notes, shortcuts, scratchpad, and .... in a single sidebar.

Joplin DDDot DDDot is a Joplin plugin to provide a set of tools like recent notes, shortcuts, scratchpad, and .... in a single sidebar. Main Features:

Ben Lau 9 Nov 1, 2022
Matteo Bruni 4.7k Jan 4, 2023
The code base that powered India in Pixels' YouTube channel for more than 2 years - now open sourced for you to use on your own projects

India in Pixels Bar Chart Racing For over two years, this nifty code base powered India in Pixels' YouTube channel with videos fetching over millions

India in Pixels 141 Dec 4, 2022
JAVASCRIPT library with which you can easily draw CANVAS HTML

easycanvas Quick start Documentation: gaidadei.ru/easycanvas Download: gaidadei.ru/easycanvas/easyc.zip Buy premium: gaidadei.ru/easycanvas/premium (A

null 18 Nov 12, 2022
Plug is a browser extension for users of the Internet Computer that allows you to access your ICP, Cycles, and other tokens as well as log into IC apps with one click.

Plug Introduction Welcome to Plug! An Internet Computer crypto wallet and authentication provider as a browser extension. Find our latest version in t

Psychedelic 150 Dec 23, 2022
Bar Funnel Chart extension for Chart.js

Chart.BarFunnel.js Provides a Bar Funnel Chart for use with Chart.js Documentation To create a Bar Funnel Chart, include Chart.BarFunnel.js after Char

Chart.js 58 Nov 24, 2022
An Attack Graphs Extension for Draw.io

Attack Graphs Plugin for draw.io Installation and User Guide Please find the detailed documentation here. Technical Documentation Overview of the Plug

INCYDE GmbH 9 Nov 21, 2022