[PR #169] WIP: markdown user profile links #271

Open
opened 2025-10-31 17:08:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/169
Author: @shreyas1599
Created: 1/19/2021
Status: 🔄 Open

Base: mainHead: markdown-extension


📝 Commits (2)

  • 8875924 feat: markdown user profile links
  • 1f156e5 fix: username regex

📊 Changes

1 file changed (+39 additions, -0 deletions)

View changed files

📝 lib/widgets/markdown_view.dart (+39 -0)

📄 Description

Trying to resolve #87

  • Unable to figure out how to prevent line break
  • Also since visitElementAfter does not have the BuildContext context parameter, I cannot access ThemeModel (to style the link text). This was the link I referred for creating this PR.
  • I'll also need to access AuthModel to get the active platform so that I can pass that in the url.

@pd4d10 I'd like your help on this.

This is how it looks:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pd4d10/git-touch/pull/169 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 1/19/2021 **Status:** 🔄 Open **Base:** `main` ← **Head:** `markdown-extension` --- ### 📝 Commits (2) - [`8875924`](https://github.com/pd4d10/git-touch/commit/8875924d93cee35b22655922c7fca157c966c978) feat: markdown user profile links - [`1f156e5`](https://github.com/pd4d10/git-touch/commit/1f156e58e3699f1d76d0ff4360597a9818ff4886) fix: username regex ### 📊 Changes **1 file changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/widgets/markdown_view.dart` (+39 -0) </details> ### 📄 Description Trying to resolve #87 - Unable to figure out how to prevent line break - Also since `visitElementAfter` does not have the `BuildContext context` parameter, I cannot access `ThemeModel` (to style the link text). [This](https://developer.school/custom-markdown-inlinesyntax-with-flutter/) was the link I referred for creating this PR. - I'll also need to access `AuthModel` to get the active platform so that I can pass that in the url. @pd4d10 I'd like your help on this. This is how it looks: ![image](https://user-images.githubusercontent.com/28999492/105056642-72a7e000-5a9a-11eb-8dae-2f7cdf0e5340.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:08:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#271