You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
toselectionFormat
.The text was updated successfully, but these errors were encountered: