Add link underline for main body; add link icon #175
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#175
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/underlined_links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Links in the main body part are now underlined on mouse hover.
tags in the article content are expanded by an icon from
FontAwesome.
Fixes #140
I have two little remarks:
Otherwise, it looks good. 👍
Adding an icon next to a link can be done in CSS only, so I don't see the point of injecting an icon in the markdown parser, or do I misunderstand something?
No other than enhanced visibility!
My editor shows me tab characters, with a width of 8 spaces?
Yeah, might be the best solution if any icons should be used. The injection was a fix to use the FontAwesome icon, I didn't find a CSS-only solution.
Looks good! (but there are conflicts now 😑)
For the CSS only solution, I think something with
::after
andcontent
should be possible.Yes, if you look on the FontAwesome website, it indicates the character used for a specific icon. Then you just have to apply the FontAwesome font to this (look into the FontAwesome css file if you want, there is an example of how you can do this! :-))
Should I make a PR with an icon next to the links?
@Madeorsk I don't think it is really useful, it is more bloating the interface and making the text harder to read than anything else IMHO.
@bitkeks Hello! Do you plan to fix the conflicts? It's OK if you don't want, but tell us, so that we can close this PR and make it clear nobody is working on this issue anymore. 🙂
If needed, I have what I think is a successful rebase to master here
Sorry people, this issue must have been gone under the radar..
Feel free to close this one and merge from @fdb-hiroshima, I'm not sure if I have enough time to cleanly resolve the conflicts to current master. 🙂
Ok, thanks for keeping us informed. 🙂
Pull request closed