trganda / obsidian-attachment-management

Attachment Management of Obsidian
MIT License
142 stars 8 forks source link

typo in variable/function name `origianlname` vs `originalname` #96

Open luckman212 opened 5 months ago

luckman212 commented 5 months ago

I'm confused about origianlname [sic]

references

Seems like this variable/function name was spelled incorrectly some time ago, and you may have attempted to correct it, but the misspelled version still exists, in the README:

https://github.com/trganda/obsidian-attachment-management/blob/1ced80b5eea3ade80f5d70d08566de1669ba269d/README.md?plain=1#L136

as well as several places in the code, e.g. here:

https://github.com/trganda/obsidian-attachment-management/blob/1ced80b5eea3ade80f5d70d08566de1669ba269d/src/create.ts#L11

and here

https://github.com/trganda/obsidian-attachment-management/blob/1ced80b5eea3ade80f5d70d08566de1669ba269d/src/lib/originalStorage.ts#L16

This should really be fixed to avoid confusion.

trganda commented 5 months ago

Tks! I have fixed it. 🙈