doc: Remove misleading info

This commit is contained in:
Yaotian-Liu 2023-05-19 21:43:08 +08:00
parent 6b02497375
commit f4d31a05c5
No known key found for this signature in database
GPG key ID: FB9E38CC4C16D871

View file

@ -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