Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Can't Turn off Alias with Tags #21

Open
msf999 opened this issue Apr 4, 2023 · 2 comments
Open

[Bug] Can't Turn off Alias with Tags #21

msf999 opened this issue Apr 4, 2023 · 2 comments

Comments

@msf999
Copy link

msf999 commented Apr 4, 2023

Hi,

If I have a page with an alias and Alias with Tags is turned on then when I write alias I get: [alias]([[page]]), which is expected.

However, when Alias with Tags is turned off I get [alias](((5vLdad6b1))), where ((5vLdad6b1)) is a block that doesn't exist.

My expectation (correct me if I am wrong) is that when Alias with Tags is turned off then when I write [[alias]] it should turn into [[page]] once I leave the block.

Thank you.

@mdroidian
Copy link
Collaborator

The first two are the correct expected behavior.
On = [alias]([[page]])
Off = [alias](((page-uid)))

In my test, the page-uid is correct. But it seems [alias](((page-uid))) is not supported in Roam.
@dvargas92495 I'm assuming this was previously supported?

image
image
image

@dvargas92495
Copy link
Collaborator

It was some time ago - I think we should probably remove that logic then and always default to "Use Tags" behavior, removing the option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants