Obs179|提升 Obsidian 使用體驗:彈出式設定視窗的解決方案
文章介紹了Obsidian設定對話窗無法調整大小或移動的不便問題,並提供了幾種解決方案,包括切換佈景主題、使用樣式設定視圖、修改CSS樣式以及推薦相關插件來改善使用體驗。 2025-4-19 16:55:30 Author: jdev.tw(查看原文) 阅读量:13 收藏

由 · 發表於: · 更新於: | 瀏覽數: 14 / 14

標籤:

Obsidian的設定對話窗是經常需要使用的視窗,但它是彈出式的,無法變更大小或移動位置,有時在調整外觀相關的設定時,總令人覺得不是很方便。

有網友提出了此狀況,我彙總了其他用戶提供的因應方法。

1. 切換佈景主題時

以新視窗開啟要觀察的筆記後再開啟設定對話窗。

2. 佈景主題以Style setting設定

執行命令Show Style setting view或點擊工具欄的圖示

3. 用CSS

不是很理想,有興趣者請自行測試。

.modal-bg {
  background-color: inherit !important;
}

.modal-container {
  position: sticky !important;
}

.modal.mod-sidebar-layout {
  height: 30vh !important;
}

4. 💡 相關鏈接

💡 解說文章(繁體中文):
💡 Explanation article(English):
💡 解説記事(日本語):

✅Reddit - Two Irritating Things about Obsidian: https://www.reddit.com/r/ObsidianMD/comments/1jyqkvu/two_irritating_things_about_obsidian/
✅ GitHub - obsidian-floating-settings: Open the Floating Settings panel or replace the default settings modal with a floating panel. Depends on the Hover Edito: https://github.com/wish5115/obsidian-floating-settings (🐛與Hover Note外掛衝突,尚未解決)

5. 教學影片

##

您可能也會有興趣的類似文章

您可能也會喜歡…


文章来源: https://jdev.tw/blog/8779/obsidian-modal-setting-dialog-new-window
如有侵权请联系:admin#unsafe.sh