0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ObsidianのTemplaterプラグインが原因不明でクラッシュする問題の解決策

Posted at

何が起こり,どう解決したか

Obsidianのコミュニティプラグイン「Templater」利用時に,特定の状況下でObsidianがフリーズまたはクラッシュする問題に遭遇しました.

どんな問題?

  • Templaterのスクリプトを適用すると,Obsidianがクラッシュする(グレーアウト).
  • スクリプトを一切使用しないテンプレートを実行した場合でも,同様にクラッシュする.

解決

  • 原因: Templaterのスキャン対象フォルダ(Script files folder location)に,Templaterと互換性のないJavaScriptファイル(例: Node.js用のスクリプト)が含まれていたため.

解決策
Templater専用のクリーンなフォルダを新規に作成し,互換性のあるスクリプトのみをそこに移動させる.そして,Templaterの設定でその新しいフォルダを指定する.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?