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
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.