Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to insert template RFCXML #39

Open
JayDaley opened this issue Sep 30, 2024 · 2 comments
Open

Ability to insert template RFCXML #39

JayDaley opened this issue Sep 30, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request priority: normal

Comments

@JayDaley
Copy link
Contributor

There are three RFCXML templates - standard, bare and annotated. Users should be able to insert text from either of the standard or annotated template directly into their document. User should choose which element they want and which template and the full contents of that element from that template is inserted.

Slight complication, in that user might wish to insert a specific section, e.g. the template "requirements language" section, not just the generic section from a template.

@JayDaley JayDaley added enhancement New feature or request pm approval Requires project manager approval labels Sep 30, 2024
@ajeanmahoney
Copy link
Collaborator

By element, do you mean the following? (In the following examples, the standard template has more annotations than the annotated template).

Insert > List > Unordered > Bare
Which would insert the following:

      <ul>
        <li>Bulleted list item [REPLACE/DELETE]</li>
      </ul>

Insert > List > Unordered > With annotations
Which would insert the following:

        <ul spacing="normal">
          <li>First bullet</li>
          <li>Second bullet</li>
        </ul>

Or Insert > Reference > Bare
Which would insert the following:

        <reference anchor="exampleRefMin">
        <!-- [REPLACE/DELETE] Example minimum reference -->
          <front>
            <title>Title [REPLACE]</title>
            <author initials="Initials [REPLACE]" surname="Surname [REPLACE]">
              <organization/>
            </author>
            <date year="2006"/>
            <!-- [CHECK] -->
          </front>
        </reference>

Or Insert > Reference > With annotations
Which would insert the following:

        <reference anchor="exampleRefMin">
        <!-- Example minimum reference -->
          <front>
            <title>Title</title>
            <author initials="Initials" surname="Surname">
              <organization/>
            </author>
            <date year="2006"/>
          </front>
        </reference>

@JayDaley
Copy link
Contributor Author

JayDaley commented Oct 1, 2024

Yes. Though 'standard' and 'annotated' and if this means we need to update those templates to be more consistent then that's good practice for us.

@ajeanmahoney ajeanmahoney added priority: normal and removed pm approval Requires project manager approval labels Oct 1, 2024
@NGPixel NGPixel self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: normal
Projects
None yet
Development

No branches or pull requests

3 participants