Description
Coding & Technical Tools Plugin
Category: Coding & Technical Tools
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.
Stats
7
stars
7 stargazers
613
downloads
613 downloads
1
forks
1 forks
376
days
376 days since creation
93
days
93 days since last commit
93
days
93 days since last release
2
total PRs
2 total pull requests
0
open PRs
0 open pull requests
1
closed PRs
1 closed pull requests
1
merged PRs
1 merged pull requests
4
total issues
4 total issues
1
open issues
1 open issues
3
closed issues
3 closed issues
29
commits
29 total commits in last one year
Latest Version
3 months ago
Changelog
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
README file from