Bases doesn't support interlink like []()

Steps to reproduce

create a note and add a base which have a property of link

views:
  - type: table
    name: Table
    order:
      - file.name
      - link

create also a note and add a property of link as follow:

link: “google

Did you follow the troubleshooting guide? [Y/N]

Yes

Expected result

i expected to get a short link as done in all obsidian internal link parsing
google

Actual result

got this [google](https://www.google.com/) instead

Environment

SYSTEM INFO:
Obsidian version: v1.9.12
Installer version: v1.8.4
Operating system: Darwin Kernel Version 24.6.0: Mon Jul 14 11:30:29 PDT 2025; root:xnu-11417.140.69~1/RELEASE_ARM64_T6000 24.6.0
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 2
Plugins enabled: 1
1: Custom URL Manager v0.3.1

RECOMMENDATIONS:
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

You are trying to use Markdown in bases. See the link below:

Not supported

A few features are not currently supported in Obsidian:

  • Nested properties: …
  • Bulk-editing properties: …
  • Markdown in properties: This is an intentional limitation as properties are meant for small, atomic bits of information that are both human and machine readable.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.