mirror of
https://github.com/ouatis/obsidian-scriptorium.git
synced 2026-07-22 04:40:26 +00:00
Bump version to 0.9.9
This commit is contained in:
parent
a074af013c
commit
b16dd2e643
5 changed files with 10 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ Scriptorium は本文を主役に保ちます。やわらかな紙の色、抑
|
|||
- 推奨フォント: IBM Plex Sans JP, IBM Plex Serif, IBM Plex Mono.
|
||||
- ドキュメント面は軽く保つ: 画像的な質感、影、アクセント色は意図的に抑えています。
|
||||
- ナビゲーション、検索、メニュー、タグ、callout、embed は静かに保ち、本文を中央に置きます。
|
||||
- 0.9.8 では、折りたたまれたステータスバーのカプセル、サイドバー制御のホバー表示、より安定したモバイル表の扱い、減動設定への対応を追加しました。
|
||||
- 0.9.9 では、リンクの見やすさを調整しつつ、下線は Obsidian の標準スタイルを維持しています。
|
||||
- テーマは単一の `theme.css` として配布され、外部依存はありません。
|
||||
|
||||
Created by [@ouatis](https://github.com/ouatis/). Inspired by [Sanctum](https://github.com/jdanielmourao/obsidian-sanctum) and [Baseline](https://github.com/aaaaalexis/obsidian-baseline). See [SCRIPT-MAINTENANCE.md](./SCRIPT-MAINTENANCE.md) for maintenance notes.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Manual install: copy `theme.css` and `manifest.json` into `.obsidian/themes/Scri
|
|||
- Recommended fonts: IBM Plex Sans, IBM Plex Serif, IBM Plex Mono.
|
||||
- Document surfaces stay light: texture, shadow, and accent color are deliberately restrained.
|
||||
- Navigation, search, menus, tags, callouts, and embeds stay quiet so prose remains central.
|
||||
- Version 0.9.8 adds a compact status-bar capsule, hover-revealed sidebar controls, calmer mobile tables, and reduced-motion handling.
|
||||
- Version 0.9.9 refines link clarity while keeping the original underline style.
|
||||
- The theme ships as a single `theme.css` with no external dependencies.
|
||||
|
||||
Created by [@ouatis](https://github.com/ouatis/). Inspired by [Sanctum](https://github.com/jdanielmourao/obsidian-sanctum) and [Baseline](https://github.com/aaaaalexis/obsidian-baseline). See [SCRIPT-MAINTENANCE.md](./SCRIPT-MAINTENANCE.md) for maintenance notes.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Scriptorium 让正文保持主位:柔和纸色、克制对比、安静的工
|
|||
- 推荐字体:IBM Plex Sans SC(适合中英混排笔记)、IBM Plex Serif、IBM Plex Mono。
|
||||
- 阅读面保持轻:纹理、阴影和强调色都刻意压低。
|
||||
- 导航、搜索、菜单、标签、callout 和 embed 尽量安静,让正文居中。
|
||||
- 0.9.8 加入收拢状态栏胶囊、侧栏控件悬停显隐、更稳的移动端表格,以及减动偏好处理。
|
||||
- 0.9.9 调整了链接的清晰度,同时保留 Obsidian 的原生下划线样式。
|
||||
- 主题以单一 `theme.css` 发布,无外部依赖。
|
||||
|
||||
由 [@ouatis](https://github.com/ouatis/) 制作。受 [Sanctum](https://github.com/jdanielmourao/obsidian-sanctum) 与 [Baseline](https://github.com/aaaaalexis/obsidian-baseline) 启发。维护说明见 [SCRIPT-MAINTENANCE.md](./SCRIPT-MAINTENANCE.md)。
|
||||
|
|
|
|||
|
|
@ -32,6 +32,12 @@ It is designed as a coherent theme system rather than a small visual tweak.
|
|||
|
||||
## Recent Maintenance Changes
|
||||
|
||||
The 0.9.9 maintenance pass focused on keeping links readable without fighting Obsidian's native underline behavior:
|
||||
|
||||
1. Link color contrast was tightened so inline links stand out more clearly in long-form notes.
|
||||
2. The theme now relies on Obsidian's native underline style instead of layering a custom one.
|
||||
3. Unresolved links were kept readable without making them compete with regular links.
|
||||
|
||||
The 0.9.8 maintenance pass focused on the live Scriptorium patch used in the JARDIN vault:
|
||||
|
||||
1. The status bar now uses a compact capsule that expands on hover or focus.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Scriptorium",
|
||||
"version": "0.9.8",
|
||||
"version": "0.9.9",
|
||||
"minAppVersion": "1.5.8",
|
||||
"author": "ouatis",
|
||||
"authorUrl": "https://github.com/ouatis/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue