@phoenix-plugin-registry/brackets-quick-insert

1.0.0 • Public • Published

#brackets-quick-insert

Overview

This is an Extension for Brackets.

This extension is something to insert a tag and a filepath easily.
この機能拡張はタグやhtmlキャラクター、ファイルパスなどを簡単に挿入するためのものです。

Many parts, I was an brackets-quick-markup in reference. thanks!
多くの部分をbrackets-quick-markupを参考にさせていただきました。感謝! https://github.com/redmunds/brackets-quick-markup

Description

A tag and a filepath insert by onekey shortcut.
タグやファイルパスをワンキーショートカットで挿入します。

And user can customize.
さらにユーザーがカスタマイズすることも可能です。

  • insert single tag (ex:<br>)
  • insert pair tag (ex:<p>...</p>)
  • insert html character (ex:&lt; / &amp;)
  • insert relative filepath (ex:../img/bg.jpg)

Make relative path from drop file

Open dialog and drop file, a relative path makes that place a file.
ダイアログを開いて画像などのファイルをドロップすると、相対パスを挿入することができます。

Usage

  • Shift + Enter ... <br>
  • Ctrl + Shift + Enter ... <p>...</p>
  • Ctrl + Alt + ,(comma) .. &lt;
  • Ctrl + Alt + .(period) ... &gt;
  • Ctrl + Alt + 6 ... &amp;
  • Ctrl + I ... open dialog

The tags and shortcuts are defined in data.json.
このタグやショートカットは data.json で設定しています。

##Install from URL

  1. Open the the Extension Manager from the File menu
  2. Copy paste the URL of the github repo or zip file

License

MIT-licensed -- see main.js for details.

Readme

Keywords

none

Package Sidebar

Install

npm i @phoenix-plugin-registry/brackets-quick-insert

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

16.3 kB

Total Files

7

Last publish

Collaborators

  • ushmajit
  • core.ai