Skip to content

Releases: Eason38467/Obsidian-Knowledge-Atlas

Knowledge Atlas 1.11.4 — Smooth Motion Performance

Choose a tag to compare

@Eason38467 Eason38467 released this 30 Jul 12:48
e3c6edd

Performance without sacrificing smoothness

  • Keeps visible celestial motion on a measured 60 FPS path, including at 3× orbit speed.
  • Reuses mutable orbit state and skips redundant SVG/DOM writes instead of rebuilding the graph every frame.
  • Batches the static starfield and spokes into compact SVG paths.
  • Suspends animation and defers refreshes while the atlas view is hidden.
  • Reduces secondary effects during motion and restores full detail immediately on pause or hover.
  • Filters vault events so unrelated file changes do not rebuild the atlas.

Validated in Obsidian 1.12.7 on macOS: 60.17 FPS at 0.25× and 60.15 FPS at 3×, with no long tasks in the measured samples.

Knowledge Atlas 1.11.3

Choose a tag to compare

@Eason38467 Eason38467 released this 14 Jul 04:41

Knowledge Atlas 1.11.3

This release makes the atlas render consistently across synced Obsidian installations and operating systems.

Improvements

  • Ships the updated default dashboard layout with aligned lower panels.
  • Keeps Knowledge Health, Daily Review, and Recently Updated entries consistently left-aligned.
  • Uses a cross-platform typography stack instead of relying on macOS-only fonts.
  • Normalizes plugin buttons and list rows so Obsidian themes cannot replace their intended backgrounds, borders, or alignment.
  • Preserves the existing galaxy motion, saved layouts, settings, and note data.

Installation

Update through Obsidian Community Plugins when the release becomes available, or download knowledge-atlas-1.11.3.zip and extract it to .obsidian/plugins/knowledge-atlas/.

Knowledge Atlas 1.11.2 — Scoped Styling Cleanup

Choose a tag to compare

@Eason38467 Eason38467 released this 14 Jul 02:30

Knowledge Atlas 1.11.2 — Scoped styling cleanup

This maintenance release resolves CSS review warnings found during the Obsidian Community automated review.

Changes

  • Removed all !important declarations from the plugin stylesheet.
  • Scoped component selectors under the Knowledge Atlas view to preserve visual priority without overriding unrelated Obsidian UI.
  • Preserved the existing galaxy, dashboard, calendar, search, and layout appearance after the specificity cleanup.
  • Revalidated the production build in Obsidian with no captured runtime or console errors.

Installation

Download knowledge-atlas-1.11.2.zip below, extract the knowledge-atlas folder into <your-vault>/.obsidian/plugins/, then enable Knowledge Atlas in Obsidian.


Knowledge Atlas 1.11.2 — 样式作用域清理

本维护版本修复 Obsidian Community 自动审核发现的 CSS 规范警告。

更新内容

  • 移除插件样式表中的全部 !important
  • 将组件选择器限定在 Knowledge Atlas 视图内,在保持样式优先级的同时避免影响其他 Obsidian 界面。
  • 完成特异性清理后,星系、仪表盘、日历、搜索和自由布局的现有视觉效果保持不变。
  • 重新在 Obsidian 中验证生产构建,未捕获运行时或控制台错误。

安装方式

下载下方的 knowledge-atlas-1.11.2.zip,解压后将 knowledge-atlas 文件夹放入 <你的 Vault>/.obsidian/plugins/,然后在 Obsidian 中启用 Knowledge Atlas

Knowledge Atlas 1.11.1 — Community Submission Readiness

Choose a tag to compare

@Eason38467 Eason38467 released this 14 Jul 02:18

Knowledge Atlas 1.11.1 — Community submission readiness

This maintenance release prepares Knowledge Atlas for submission to the official Obsidian Community Plugins directory.

Changes

  • Added readable source code under src/ and a reproducible esbuild production workflow.
  • Added the official Obsidian ESLint rules and a committed dependency lock file.
  • Stopped tracking the generated main.js bundle in the repository; it remains available as a required release asset.
  • Fixed plugin unload behavior so existing Knowledge Atlas leaves keep their workspace position.
  • Simplified command IDs and names to follow Obsidian command naming guidelines.
  • Removed assumptions about the .obsidian configuration folder name.
  • Revalidated desktop and mobile-emulation loading with no captured runtime or console errors.

Installation

Download knowledge-atlas-1.11.1.zip below, extract the knowledge-atlas folder into <your-vault>/.obsidian/plugins/, then enable Knowledge Atlas in Obsidian.


Knowledge Atlas 1.11.1 — 官方社区提交准备

这是面向 Obsidian 官方 Community Plugins 目录提交的维护版本。

更新内容

  • src/ 中提供可读源码,并增加可复现的 esbuild 生产构建流程。
  • 增加 Obsidian 官方 ESLint 规则和依赖锁文件。
  • 仓库不再跟踪生成的 main.js;该文件仍作为必需的 Release 附件提供。
  • 修复插件卸载时关闭 Atlas 视图的问题,保留用户的工作区位置。
  • 简化命令 ID 与名称,使其符合 Obsidian 命令命名规范。
  • 移除对 .obsidian 配置目录名称的硬编码假设。
  • 重新完成桌面端和移动端模拟加载验证,未捕获运行时或控制台错误。

安装方式

下载下方的 knowledge-atlas-1.11.1.zip,解压后将 knowledge-atlas 文件夹放入 <你的 Vault>/.obsidian/plugins/,然后在 Obsidian 中启用 Knowledge Atlas

Knowledge Atlas 1.11.0 — Orbital Clarity

Choose a tag to compare

@Eason38467 Eason38467 released this 14 Jul 01:59

Knowledge Atlas 1.11.0 — Orbital Clarity

Knowledge Atlas 1.11.0 focuses on making the galaxy overview more readable, physically expressive, and visually reliable.

Highlights

  • Solar-system-inspired periods — each planet now uses a Mercury-to-Neptune orbital-period reference with perceptual time compression, so inner and outer planets move at visibly different speeds without making the overview impractical.
  • More orbital space — the galaxy canvas and orbit spacing are wider, reducing overlap between large planets, labels, satellites, and neighboring paths.
  • Focused satellite systems — each planet shows up to three representative second-level folders on a single, cleaner moon track. Open the planet to explore the remaining folders.
  • Straight satellite guides — dotted hierarchy connections between planets and moons are now straight, while orbital ellipses remain unchanged.
  • Correct texture clipping — animated planet bands and moon textures stay inside their celestial bodies, fixing the layer leakage visible during rotation.
  • Smoother continuous motion — orbital phases continue past a full revolution without wrapping jumps, preserving fluid animation over long sessions.
  • Updated documentation — English and Chinese READMEs and anonymized screenshots now match the current interface.

Installation

Manual package

  1. Download knowledge-atlas-1.11.0.zip from the assets below.
  2. Extract the knowledge-atlas folder into <your-vault>/.obsidian/plugins/.
  3. Restart Obsidian or reload community plugins.
  4. Enable Knowledge Atlas under Settings → Community plugins.

BRAT

Add Eason38467/Obsidian-Knowledge-Atlas in BRAT, then enable Knowledge Atlas in Obsidian.

Obsidian release assets

This release includes main.js, manifest.json, and styles.css for Obsidian-compatible installation and updates.


Knowledge Atlas 1.11.0 — 更清晰的星系轨道

Knowledge Atlas 1.11.0 重点优化星系总览的可读性、天体运动差异和视觉稳定性。

主要更新

  • 参考真实公转周期:行星按水星至海王星的真实周期建立速度参考,并进行视觉时间压缩;内外行星速度各不相同,同时保持可观察性。
  • 扩大轨道间距:延长星系画布并拉开轨道,减少大型行星、名称、卫星和相邻路径互相遮挡。
  • 精简卫星系统:总览中每颗行星最多显示 3 个代表性二级目录,并共用一条更清晰的卫星轨道;点击行星仍可查看其余目录。
  • 卫星引导线改为直线:行星与卫星之间的点状层级连线不再弯曲,公转椭圆轨道保持不变。
  • 修复天体纹理溢出:旋转时,气态行星条纹和月球纹理会被稳定裁切在球体内部,不再出现图层错位。
  • 连续流畅运动:公转相位跨越一整圈后不再回绕跳变,长时间运行更自然。
  • 更新文档与截图:中英文 README 和脱敏功能截图已同步到当前界面。

安装方式

手动安装包

  1. 在下方 Assets 下载 knowledge-atlas-1.11.0.zip
  2. 解压后,将 knowledge-atlas 文件夹放入 <你的 Vault>/.obsidian/plugins/
  3. 重启 Obsidian,或重新加载第三方插件。
  4. 设置 → 第三方插件 中启用 Knowledge Atlas

BRAT

在 BRAT 中添加 Eason38467/Obsidian-Knowledge-Atlas,然后在 Obsidian 中启用 Knowledge Atlas

Obsidian 标准附件

本次发行同时提供 main.jsmanifest.jsonstyles.css,可用于 Obsidian 兼容的安装和更新流程。