Ticket Change Details
Not logged in
Overview

Artifact ID: ee6f13f438da292ae891d39742a4e189ae1c2571
Ticket: bdb519ab6360d8ae49a7e68f51528d3abe5cfdc6
html snippets
User & Date: anonymous 2017-11-14 14:45:00
Changes

  1. foundin changed to: "v1.0.0"
  2. icomment:
    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.
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "3c4397a80fb33cfbc90f53064deedba906ad6479"
  6. severity changed to: "Cosmetic"
  7. status changed to: "Open"
  8. title changed to: "html snippets"
  9. type changed to: "Feature_Request"