tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.15k stars 80 forks source link

use of YAML alias for a note inside table breaks things in live preview #200

Closed koldex closed 1 year ago

koldex commented 2 years ago

Describe the bug Use of YAML alias for a note inside table breaks things in live preview. If you use alias to a note (which suffixes/separates a wikilink with | character to separate alias from the name) it does not render anymore correctly in live preview.

To Reproduce Steps to reproduce the behavior:

  1. insert internal link inside table
  2. use alias to refer to a note
  3. view table in live preview

Desktop (please complete the following information):

koldex commented 2 years ago

workaround is to manually insert backslash () in from of | -character

tgrosinger commented 1 year ago

Yes, a backslash is the right course of action here. Thank you