[Feature Request] fold url in markdown editor
See original GitHub issue[link title](https://a-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.com)
will be folded as [link title](...)
. And when hovering on ...
, url will be displayed in a tooltip.
If this is a acceptable feature, I can help to implement it.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Code folding for fenced divs in R Markdown · Issue #9313
It would be nice to have code folding for pandoc-style fenced divs, equivalent to code folding for R code chunks. ```{r code-fold-me} hist( ......
Read more >Developers - [Feature Request] Section folding for Markdown -
After some time working with iA Writer, one very useful tool is section collapse / folding. This is very prominent in code editors*...
Read more >Feature request - ability to add hyperlinks - Bike
Folding Text handles links nicely. I've tried out the new rich formatting and this works great. Any plans to add the ability to...
Read more >GitLab Flavored Markdown (GLFM)
The Mermaid Live Editor helps you learn Mermaid and debug issues in your Mermaid code. Use it to identify and resolve issues in...
Read more >Markdown Editor v2 - Visual Studio Marketplace
Extension for Visual Studio - A full featured Markdown editor with live preview and syntax highlighting. Supports GitHub flavored Markdown.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve implemented this feature in https://discourse.joplinapp.org/t/plugin-note-link-system/21768/87 because it fits the topic of that plugin.
Looks great! Thanks for cleaning this up!