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 a setting for selection copying to result in markdown that tries to keep the same format #19

Closed
wheelercj opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wheelercj
Copy link
Owner

wheelercj commented May 21, 2024

The setting "when creating markdown of a selection, ____" should have an option called "try to keep the same format". This will allow us to eventually add support for copying tables as markdown. Markdown renderers typically do not allow tables to be in block quotes.

For context, that setting's current options are "create a block quote and a page title link", "create a link with the selected text as the title", and "create a link with the page title as the link title".

Something to think about: should the copied markdown also have a page title link at the end? Maybe there should be two new settings so the user can choose.

It would probably be good to rename the setting's code name from linkFormat to selectionFormat.

@wheelercj wheelercj added the enhancement New feature or request label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant