FEE-86 Roam guides01#1217
Conversation
|
@KarolaKirsanow is attempting to deploy a commit to the Discourse Graphs Team on Vercel. A member of the Team first needs to authorize it. |
|
Caution Review failedAn error occurred during the review process. Please try again later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR size/scope checkThis PR is over our review-size guideline.
Please split this into smaller PRs unless there is a clear reason the changes need to land together. If keeping it as one PR, please add a brief justification covering:
|
| className="docs-bordered-image" | ||
| /> | ||
|
|
||
| If you're using a highlighter like [memex](memex.garden) or the [Obsidian web clipper](https://obsidian.md/clipper), you can |
There was a problem hiding this comment.
🟡 External link to memex renders as a broken internal page link
The memex hyperlink is missing its protocol prefix ([memex](memex.garden) at apps/website/content/obsidian/use-cases/build-utilize-personal-knowledge-base.mdx:208), so the browser treats it as a relative path within the site instead of navigating to the external website.
Impact: Clicking the memex link takes users to a non-existent page on the Discourse Graphs site instead of memex.garden.
The same file uses the correct URL on line 87
On apps/website/content/obsidian/use-cases/build-utilize-personal-knowledge-base.mdx:87, the link is correctly written as [memex](https://memex.garden/). But on line 208, the https:// prefix is omitted, causing the Markdown link (memex.garden) to resolve as a relative route.
| If you're using a highlighter like [memex](memex.garden) or the [Obsidian web clipper](https://obsidian.md/clipper), you can | |
| If you're using a highlighter like [memex](https://memex.garden/) or the [Obsidian web clipper](https://obsidian.md/clipper), you can |
Was this helpful? React with 👍 or 👎 to provide feedback.

This PR adds a first draft of the "Track your projects & experiments" guide for the roam research plugin, now using the canonical styling & file mgmt. Opening for visibility as I add image captions and correct typos, etc.