Skip to content

2.0.100

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:24

2.0.100

What's new

  • Enable or hide the Publishing settings per vault from Obsidian Developer Tools without downloading Aside's source code. Aside accepts only the exact local-storage values "true" and "false", then persists the choice in that vault's plugin data for future updates.
  • Preserve authored Markdown line breaks in published HTML so timestamped chapters and other line-oriented text remain on separate lines automatically.
  • Render Unicode hashtags in published HTML as readable blue, non-clickable labels while keeping escaped hashes, inline code, URL fragments, and unsafe links safe.

Notes

  • Publishing remains hidden by default. Users who previously enabled its persisted feature flag remain enabled after updating.
  • The local-storage key is scoped to the current vault: aside.feature.publish.<vault name>.
  • Release artifacts remain limited to main.js, manifest.json, and styles.css.