renerocksai / semantic_zk

semantic_zk - The Semantic Text View for your Zettelkasten
GNU General Public License v3.0
7 stars 1 forks source link

consecutive runs for same input change output #2

Open DivineDominion opened 6 years ago

DivineDominion commented 6 years ago

After commiting the output, running the script again 2 times changes part of the JSON:

First run:

screen shot 2018-02-20 at 17 46 13

Second run:

screen shot 2018-02-20 at 17 46 24

A third run does not change the output again.

renerocksai commented 6 years ago

Oh, I don't consider this a big issue as long as the links are correct.

It's more a "cosmetic" thing: Not all my lists are sorted so the iteration order can be quite random: note_ids are constant (in the ZK) but node_ids are dynamic.

However, you might be on to something there, if links are produced that point to notes that are not linked to in the markdown. Can you confirm that?