I need to create a bug report that includes references to other posts, websites, and sample markdown files, but when I try to create the topic, the forum says that my post cannot contain links, probably because I am a new user. Can one of the forum mods help with this?
Hi.
You should be able to post URLs in code blocks.
https://forum.obsidian.md/t/im-unable-to-create-a-bug-report-with-reference-files-because-the-forum-wont-let-me-include-links-in-posts-as-a-new-user/108030
Not ideal, but people will see what you want to link to. This is a workaround until a mod or the system allows you to post live links.
The forum system treats attached files as links., so I can’t even show markdown files at issue, and I think if I don’t use the attachment links provided by the forum, it might delete the attached files.
Hope a mod can help.
An MD file could be put in a code block:
---
imdb: https://www.imdb.com/title/tt10548174/
image: https://m.media-amazon.com/images/M/MV5BNjgwYTI0YjctMWYzNS00MmI1LWI5YTctNmE1YjBkNDFlNWMxXkEyXkFqcGc@._V1_QL75_UY562_CR35,0,380,562_.jpg
---
~~~base
formulas:
Untitled: link(imdb, "imdb")
views:
- type: table
name: Table
filters:
and:
- file.name == this.file.name
order:
- file.name
- formula.Untitled
columnSize:
file.name: 154
~~~
~~~base
formulas:
Untitled: link(imdb, "imdb")
views:
- type: cards
name: Card
filters:
and:
- file.name == this.file.name
order:
- file.name
- formula.Untitled
image: image
imageAspectRatio: 1.5
imageFit: contain
~~~
True. I’m just going to wait a day or so to see if my trust level goes up. The error message when I try to post is
An error occurred: Sorry, you can’t include links in your posts.
Put the links in inline code with `
Done. https://forum.obsidian.md/t/extra-like-breaks-added-between-list-items-and-headings-headings-when-pasting-content/108039