-
Notifications
You must be signed in to change notification settings - Fork 94
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
Custom Tag (()) #79
Comments
Hi @thomastthai , thanks for your question |
@asjqkkkk, thanks for your suggestions. I'm new to Dart/Flutter. Let me make sure I understand you correctly as there is similar jargon between Flutter, HTML, and markdown.
Do you mean implement an InlineSyntax or BlockSyntax in the Dart markdown package?
I'm confused by what you mean. As I understand, examples of When you say tag, are you referring #77 is helpful. Thank you very much for your time. |
Hi @thomastthai , I write a sample to explain what I said, I spent some time to learn the simple use of And you can checkout |
@asjqkkkk, thank you for responding with code that answered my questions. The code was very helpful.
Fixing the warnings and errorsUpgraded Android SDK from 31 to 33:
Upgraded kotlin from
Recompile and test again
Upgrade Gradle and the Android Gradle plugin:In the file
In the file
Compile and try again
I'll work on getting through the new errors and update. |
UpdateUpdate Android Studio to the latest Electric Eel version, just in case. Update the file
Update the file
Update the file
In the file
Clean up and recompile again:
And at long last, the app finally compiled! While other markdown elements are translated properly, the |
Hi @thomastthai , I konw what happened, beacause I used |
Thank you for the reply, @asjqkkkk! The These custom markdown elements will give people more flexibility with customization. |
sorry how can I parse nested custom tag just like |
Firstly, this is my favorite markdown widget for Flutter — excellent work, especially v3.0 support!
Secondly, how would you implement a custom tag like
(())
that can have a database ID in between like((zA27sX))
and print the title of that record in place of that tag with the ID?The text was updated successfully, but these errors were encountered: