-
Notifications
You must be signed in to change notification settings - Fork 5
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
Switch away from footnote-style linking #65
Comments
Test might look like: insert this in HTML mode: <a href="https://example.com">link</a> and confirming it converts to:
|
Noting: For images:
need to be converted to:
Same for Hyperlinks! |
Also Noting: Attachments are not working in markdown but are working in rich mode! |
For
Need to convert to:
|
Noting that i'm also seeing that dragging a PDF into https://publiclab.org/post generates:
and not:
and so there is no originating text linking down to the attachment. If we could fix that, we might be in better shape, at least short term. |
As noted in this test in the PublicLab.Editor project:
https://github.com/publiclab/PublicLab.Editor/blob/0daf8cba9a2e6d251ba2704d38235f9eff74a4fe/spec/javascripts/wysiwyg_spec.js#L27-L34
Woofmark uses a "footnote" style of linking, where the URLs are placed in a numbered list at the bottom, like:
This can cause issues when switching back and forth from HTML to Markdown, so we'd prefer the more basic style:
We can now write a Jest test for it!
This may also be the case for image markdown URLs.
The text was updated successfully, but these errors were encountered: