View Ticket
Not logged in
2017-11-21
13:47 Closed ticket [bdb519ab63]: html snippets plus 6 other changes artifact: 3f6d640370 user: tinus
2017-11-14
14:45 New ticket [bdb519ab63]. artifact: ee6f13f438 user: anonymous

Ticket Hash: bdb519ab6360d8ae49a7e68f51528d3abe5cfdc6
Title: html snippets
Status: Closed Type: Feature_Request
Severity: Cosmetic Priority: Zero
Subsystem: Tag matching Resolution: Not_A_Bug
Last Modified: 2017-11-21 13:47:26
Version Found In: v1.0.0
User Comments:
anonymous added on 2017-11-14 14:45:00:
I would like to be able to insert pre-set or new html snippets.

e.g. If I want a table then I want to click on the plugins menu and then insert table then it would input something like this:

 <table style="width:100%">
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table> 


I would like defaults along with the option to insert and change my own snippets.

tinus added on 2017-11-21 13:47:26:

There are several plugins for Notepad++ that provide this functionality. I therefore won't be adding it to the HTMLTag plugin.

Here are the ones I've got installed:

More are available via the Plugin Manager.