mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
doc: Remove misleading info
This commit is contained in:
parent
6b02497375
commit
f4d31a05c5
1 changed files with 1 additions and 3 deletions
4
main.ts
4
main.ts
|
|
@ -187,9 +187,7 @@ class PseudocodeSettingTab extends PluginSettingTab {
|
|||
new Setting(containerEl)
|
||||
.setName("Preamble Path")
|
||||
.setDesc(
|
||||
"The path to the preamble file. The preamble file is a .tex file that contains" +
|
||||
" the preamble of the LaTeX document. This is useful if you want to use custom" +
|
||||
" packages or commands in your pseudocode."
|
||||
"The path to the preamble file. The path is relative to the vault root."
|
||||
)
|
||||
.addText((text) =>
|
||||
text
|
||||
|
|
|
|||
Loading…
Reference in a new issue