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

Add option to use html a tag links instead of markdown #53

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wyne
Copy link

@wyne wyne commented Aug 2, 2022

Option to use HTML links

I originally introduced this because the markdown escaping wasn't working well for me. That appears to have been fixed, but I still personally prefer the simplicity of how HTML links are shown:

image

Test link: https://gist.github.com/wyne/c28ccbe46e47f488946304cfcac03a8d

Comparison

HTML Links Off HTML Links On
Settings image image
Fetching image image
Active (editing current line) image image
View (not editing current line) image image

@zolrath
Copy link
Owner

zolrath commented Jan 15, 2023

Ah interesting! Do you find that you always use html links or that you need to swap between the two?

I'm wondering if being able to bind an additional button to a specific type of paste would be useful here as well, so you can use one hotkey to paste markdown and another hotkey to paste html.

@wyne
Copy link
Author

wyne commented Aug 26, 2023

Updated description.

I originally introduced this because the markdown escaping wasn't working well for me. That appears to have been fixed, but I still personally prefer the simplicity of how HTML links are shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants