Skip to content

A quick and dirty plugin for Lintalist allowing multi-line input

Notifications You must be signed in to change notification settings

eitchtee/TextBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TextBox

TextBox is a simple plugin for Lintalist that allows for multi-line input with customizable width and height.

Installation

Refer to Lintalist's HOW TO WRITE A PLUGIN FOR LINTALIST BUNDLES/SNIPPETS for a guide on how to install this plugin.

Usage

[[TextBox=Text|numberOfLines|width]]

Text is the Text that will be shown on top of the textbox

numberOfLines is an intenger defining the number of lines the textbox will have. Defaults to 5

width is the width of the textbox. Defaults to 300

Quirks

  • numberOfLines and width are optional. numberOfLines can be empty to use the default value (5), example [[TextBox=Text||500]]
  • Unlike the Input plugin that continues by pressing Enter, due to the multi-line nature of TextBox you will need to click the Ok button (or press Tab and Enter).

Screenshots

image

image

About

A quick and dirty plugin for Lintalist allowing multi-line input

Topics

Resources

Stars

Watchers

Forks