obsidian-shellcommands
obsidian-shellcommands copied to clipboard
Internal: Split `Common.ts` to multiple files
Common.ts will be split to the following new files:
commonFileSystem.tscommonIndependent.ts: Only for functions that do not need to import anything from other files.commonObsidian.ts: For functions that import stuff fromobsidian.commonOthers.ts: For miscellaneous functions that are not eligible for being placed incommonIndependent.ts.commonPlatform.ts: For operating system related functions.
These files will be created in a new folder named src/common. These changes should not cause any visible changes for users.
This is done at the same time with #361.