joethei / obsidian-tagcloud

Show a cloud of your tags/words/links in a note
GNU General Public License v3.0
51 stars 3 forks source link

Only seeing stopwords, nothing else. #11

Closed catsynth closed 11 months ago

catsynth commented 1 year ago

I recently installed the plug-in, had it scan my notes, and created a note with this code: `

stopwords: false

` Right now, I only see stopwords (e.g., "the", "and", etc.), no other words.

Screen Shot 2022-11-29 at 10 28 45 AM

Any ideas? (I'm hoping it's just user error on my part ;) )

jaredpinargote commented 1 year ago

I am also seeing this exact behavior as well

elephino commented 1 year ago

Try adding a maxDepth attribute w/ a sufficiently large value to see more words. Unfortunately stopwords may still show up in your output because it's not entirely clear if that functionality is working properly at the moment.

mrprints commented 11 months ago

Going to test this fix out asap! Thank you!!