Felix
Felix
Send p.v.u as simple boolean flag, and let user inspect it with context menu command instead of hover tooltip. (in _p_to_ap conversion methods)
Should just prevent opening of the file, or prevent the refresh of the @file node. (discovered after mistyping a '!' in a sentinel and saving) Trigger by replacing a `...
Already implemented in leojs, so see its implementation for basic principle. IMPORTANT: maybe limit server method to output only a limited number of undos to be seen before and after...
Doing home / end in an expanded tree makes the next moves (up and down ) jump over children of root nodes, symptom that the tree model is collapsed! (check...
Setup the goto pane menu to include back and forward history navigation. Use disabled state of icons instead of removing completely like for undo/redo.
Add those (optional) ssl and authentication features to both leointeg, and leoserver. Leo Group thread: https://groups.google.com/g/leo-editor/c/iMU6Wv8EgDg Documentation link to get started: https://stackoverflow.com/questions/46852066/how-to-create-python-secure-websocket-client-request
Make leo documents (with leo icon) be root nodes of leo outlines into a single panel instead of two separate panels. This will enable seeing more than one outline structures...
Try to implement @wrap similarly to the language syntax coloring mechanics. (May need to modify the server)
(_See older leointeg versions_) **Bring back the old stdio method** that was used before websotckets (with corresponding command-line argument settings ) And maybe check for other transports that could make...
support vscode.dev even though the 'server start' section will not/should not be available in this mode. (connection to a leoserver should work without problems)