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.
Reviews
No reviews yet.
Stats
7
stars
7 stargazers
707
downloads
707 downloads
1
forks
1 forks
596
days
596 days since creation
313
days
313 days since last commit
313
days
313 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
10 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 objectREADME file from