You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while back, I made a couple of Obsidian libraries for my plugin: obsidian-undocumented, which contains unofficial type definitions for Obsidian's internal API; and obsidian-extra, which provides a bunch of functions using those unofficial definitions.
Would there be any interest in merging obsidian-extra into this project? The projects seem to have a similar goal but are structured slightly differently. Where this project has a single file for all the functions, obsidian-extra has one file per function/feature and tries to separate its exports into safe and unsafe variants.
Hey there!
A while back, I made a couple of Obsidian libraries for my plugin:
obsidian-undocumented
, which contains unofficial type definitions for Obsidian's internal API; andobsidian-extra
, which provides a bunch of functions using those unofficial definitions.Would there be any interest in merging
obsidian-extra
into this project? The projects seem to have a similar goal but are structured slightly differently. Where this project has a single file for all the functions,obsidian-extra
has one file per function/feature and tries to separate its exports into safe and unsafe variants.Here's the project repo.
The text was updated successfully, but these errors were encountered: