Skip to content

0.1.3

Compare
Choose a tag to compare
@sunwei sunwei released this 13 Nov 12:53
· 14 commits to main since this release

Release Notes for Version 0.1.2

Improvements:

  • Class Naming: Renamed sample classes to improve clarity and aid in debugging.
  • CSS Styling: Moved inline JavaScript and HTML styles to CSS for better adaptability with themes and snippets.
  • Console Logs: Reduced the number of console.log statements to avoid console clutter.
  • Type Safety: Minimized the use of any casting to improve type safety.
  • Cross-Platform Requests: Integrated Obsidian’s requestUrl method to ensure reliable network requests across all platforms.

This update enhances code readability, adaptability, and cross-platform compatibility.