Editing Viewports
#403
-
I would like to be able to edit a viewport by navigating to a specific location before entering edit mode. Currently, I only see the heading text until I enter edit mode but then I cannot navigate the line. If I exit edit mode, I again only see the heading text. Is this something unique to my environment or the same for everyone? I'm using Markdown syntax. |
Beta Was this translation helpful? Give feedback.
Answered by
liskin
Mar 14, 2022
Replies: 1 comment
-
Try setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tompropst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try setting
let g:taskwiki_disable_concealcursor = 1
, that should do the trick (and see the docs for details about what it does).