Ctrl/Cmd+Click
to open link is now simply a click.Ctrl/Cmd+Shift+Click
to open link in new pane is now Ctrl/Cmd+Click
, just like everywhere else in the app.file:///
links.markdown
as the language causes Live Preview to misbehave.file:///
links stopped working.Shift+End
twice not going to the end of the paragraph.​
characters, used as placeholders for computing cursor positions, have been switched to 0-width <img>
elements. We recommend double-checking that your theme does not contain global img { ... }
CSS rules to avoid breaking the editor.TFile.unsafeCachedData
has been removed and is now stored in a private inaccessible WeakMap
to avoid accidental use of this unsafe data.requestUrl
API function that returns an object with the http response status
, headers
, as well as getters for arrayBuffer
, json
, and text
. This is a more advanced version of the request
API. (Requires API version 0.13.25)request
and the new requestUrl
functions can now accept a body of type ArrayBuffer.