Sequence of changes

One project has a series of consistent changes that need to be applied in order: in some specific contexts, the tilde needs to be converted to a half space; then all other tildes need to be converted to half space + discretionary line break. (We want the half space to be nonbreakable in certain context but breakable in others.)
If I add a list of changes in SAB, will they be applied in the sequence in which they are ordered? (I am hopeful that this is the case, as the changed can be reordered by dragging them up and down - this suggests that the order is indeed meaningful.)

This brings me to the next question, which is purely out of curiosity: if the project has changes on different levels (app, collection, single book), in what order are they applied?

Paulus

@paulus_kieviet,

Looking at the code, it looks like it applies the changes in order.

You can verify how the changes will be applied inside of SAB before you build. If you have changes in your project, you can go to a book and select the Book File tab and conditionally see the text before and after the changes with the Show After Changes checkbox.

You can go to the Viewer page and see the formatted page with the changes applied.

You can right-click on the book in the list and select Export to HTML and inspect the HTML for the changes (in case it is difficult to tell from the viewer).

Chris