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

Investigate alternative to regex markdown link transforming #377

Open
julian-wls opened this issue Feb 3, 2025 · 0 comments
Open

Investigate alternative to regex markdown link transforming #377

julian-wls opened this issue Feb 3, 2025 · 0 comments
Labels
chore House keeping; non-functional, non-visual changes

Comments

@julian-wls
Copy link
Contributor

Problem Description

As discussed in this conversation of #355 the Android app currently uses regex patterns to extract links from markdown text, similar to the iOS app. It seems like the web app follows a different approach, which makes it possible to also catch links that use a strange and unusual format, see this file in the Artemis repo.

Suggested Solution

It should be investigated if this approach would also be feasible for the Android app and could potentially replace the regex approach.

@julian-wls julian-wls added the chore House keeping; non-functional, non-visual changes label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore House keeping; non-functional, non-visual changes
Projects
None yet
Development

No branches or pull requests

1 participant