Skip to content

This extension is something to insert a tag and a filepath easily.

License

Notifications You must be signed in to change notification settings

sygnas/brackets-quick-insert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

This extension is something to insert a tag and a filepath easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published