Start-from-number in RichText enumerations

Sometimes users want to continue enumerations that were started earlier in the text. But all enumerations currently start with one.

Here are some enumeration points

  # enumeration point 1
  # enumeration point 2

Let's write some text and continue the enumeration

  # enumeration point 3
  # enumeration point 4

Users should be able to influence this. An example solution might look as follows:

Here are some enumeration points

  # enumeration point 1
  # enumeration point 2

Let's write some text and continue the enumeration

  #=3 enumeration point 3
  # enumeration point 4

Or by giving labels to enumerations like in

Here are some enumeration points

  #=myenum enumeration point 1
  # enumeration point 2

Let's write some text and continue the enumeration

  #=myenum enumeration point 3
  # enumeration point 4

Acceptance tests

  • start enumerations from given number
  • group enumerations by name (so that numbering is automatically continued)

Estimation

2 Story Points

Post a comment




optional
optional