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

Markdown & Project links #280

Merged
merged 6 commits into from Jul 27, 2022
Merged

Markdown & Project links #280

merged 6 commits into from Jul 27, 2022

Conversation

pablo-mayrgundter
Copy link
Member

Hi Oleg,

Here's a first cut at Markdown support (#273). Posting as a draft to validate against live github issues on our home project.

I would appreciate any pointers you can give me for where an embedded URL is being handled such that clicking on it doesn't lead to the full project path.

… new es6 module deps were introduced, which prompted a new approach for jest config. Not sure how best to handle this but works for now.
@netlify
Copy link

netlify bot commented Jul 25, 2022

Deploy Preview for bldrs-share ready!

Name Link
🔨 Latest commit ff26801
🔍 Latest deploy log https://app.netlify.com/sites/bldrs-share/deploys/62e11a3c030fa80008b769f6
😎 Deploy Preview https://deploy-preview-280--bldrs-share.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@pablo-mayrgundter
Copy link
Member Author

Note the italics in the comment.. these are driven by markdown.
image

@pablo-mayrgundter
Copy link
Member Author

I've also setup a test issue that demonstrates a link to another project (KNIK):

https://deploy-preview-280--bldrs-share.netlify.app/share/v/gh/pablo-mayrgundter/ifctool/main/index.ifc#i:1317978906

See the third comment. You can click on KNIK. Link isn't styled.. working on that now.

@pablo-mayrgundter pablo-mayrgundter marked this pull request as ready for review July 26, 2022 16:30
@pablo-mayrgundter pablo-mayrgundter changed the title Project links Markdown & Project links Jul 26, 2022
@OlegMoshkovich
Copy link
Member

@pablo-mayrgundter
We extract url on line 195 here:
https://github.com/bldrs-ai/Share/blob/main/src/Components/IssuesControl.jsx

the url is used for the camera view on line 75 and 89 here:
https://github.com/bldrs-ai/Share/blob/main/src/Components/IssueCard.jsx

Copy link
Member

@OlegMoshkovich OlegMoshkovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one minor comment.

src/Components/IssueCard.jsx Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collab Collaboration Requirements
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants