isaaclyman / novel-word-count-obsidian

Obsidian plugin. Displays a word count or other statistic for each file, folder and vault in the File Explorer pane.
https://obsidian.md/plugins?id=novel-word-count
MIT License
82 stars 8 forks source link

Creating an API that would help get certain statistics from the vault #34

Closed Amir1453 closed 1 year ago

Amir1453 commented 1 year ago

Problem

Sometimes I need information regarding my vault, for example the total word count, or the total notes created or more specific information like the number of words in a folder.

Idea

Maybe some commands can be created that can be used in scripts, getting the total words, note counts and more information from vaults, specific folders and maybe even notes.

By commands I mean an API, where I can import the commands into my javascript file and use the values in conjunction with something else.

If this would require too much development time I understand, and I would be happy if you could tell me some alternatives.

isaaclyman commented 1 year ago

There are multiple options here.