Skip to content

Releases: Jul1en-Lin/obsidian-plugin-csdnsync

1.0.3

26 Jun 17:19

Choose a tag to compare

Remove the CSS !important rule from the editor content script stylesheet and rely on clearing CSDN's inline title style before filling. This keeps the Obsidian community review free of CSS lint warnings for extension styles.

1.0.2

26 Jun 17:11

Choose a tag to compare

Fix Obsidian community review error by moving editor-fill content-script styles into a Chrome extension CSS asset declared in manifest.json. This removes runtime style-element creation from TypeScript source.

1.0.1

26 Jun 17:03

Choose a tag to compare

Fix Obsidian community review error by replacing direct static style assignments in the editor content script with injected CSS classes. No user-facing behavior change.

1.0.0

26 Jun 16:46

Choose a tag to compare

Initial release of CSDN Sync. Opens the current Obsidian note in the CSDN Markdown editor through a localhost bridge and companion Chrome extension. Includes title extraction, manual editor fill, token-protected local task API, and local image upload support.