I’ve talked previously about Automatically Incrementing Sequence Numbers for new notes, using any of several different methods. But what if you want to insert something new in the middle somewhere? Here’s the answer to that problem.
For me, there is a logical error. Say, I have selected the note with the seq. number 2109, while having a current total of 2118 notes. Creating a new note automatically assigns 2110 (which already exists), but I would expect it to be either set to 2119 (preferred) or, not in this use case but maybe in a Zettelkasten as per a setting, to be 2109.1.
Notenik endeavors to be both powerful and flexible. So the Seq field can be used to put notes into sequence using any sort of arbitrary value but, by definition, it is not necessarily unique. Nor need it be, in cases where notes are identified based on Title alone, or in combination with a Seq field. So Notenik tries to be helpful, but also tries to avoid presuming too much about what you are trying to do.
However in a case like yours, where you are using a Seq field as the only note identifier, I’ve modified Notenik to keep track of the highest seq value yet used, and then to increment that value when preparing a new note to be filled out.
So try out the latest beta and let me know how this works for you.