There is scrollToHash
command available to plugins. (joplin.commands.execute("scrollToHash", "hash")
)
I'm thinking about a plugin that would scroll to any part of body
without having to rely on headers and their hashes.
There is internal command for scrolling to percent
but it seems that its not exposed to plugins.
Can this method be exposed to plugins api?
(Along side with getScrollPercent
, i think it would be
required for this scenario)