The KV Store plugin facilitates key-value data storage within Obsidian, allowing users and developers to store, retrieve, and manage structured information efficiently. This plugin is ideal for advanced workflows and integrations requiring persistent data storage in a flexible format.
Allows position to be used in set
kv.set(name: string, value: any, position: number)
// Position is from 0 to the last item number -1
// If your object has 7 keys, the last item number is 6
// Maximum limit is last object