Start a new topic
Answered

Poorly Formatted Links with 'File Page in Beorg' Shortcut

 So I followed the method here and it works beautifully 99% of the time. However when the page doesn't have a 'name' (going by the variables in the Shortcut) for instance, a URL to a PDF, I get this ugly, poorly formatted link that when I try to use it gives me a 404 error.  A picture of the results is attached. Is there a way to change the way it is captured if there is no 'name' value for the Shortcut to capture? For reference, my Shortcut is identical the one linked above.


Thanks, and please let me know if I need to clarify or provide more information


P.S. the other two pdf links in that picture I had to edit by hand to make useable

IMG0620.jpeg
(89.8 KB)

Best Answer

I would adjust the shortcut to include an if. For example if Name is empty then set text to just [[link]], but if not empty then [[link][name]].


Answer

I would adjust the shortcut to include an if. For example if Name is empty then set text to just [[link]], but if not empty then [[link][name]].

Hi Matthew, I will give it a shot and report back here
Okay never mind. I made a change early on that broke it. After fixing that and adding the ‘if’, it works now.

Good to hear it is now working.

Login or Signup to post a comment