Felix

Results 187 comments of Felix

@tbpassin You can also turn off breadcrumbs for your editor panels in vscode's settings.

@tbpassin Aha! this might be implementable with a simple trick! I only have to make a "translation table" for gnx headline (they have to be unique, so maybe with added...

@tbpassin Of course I have! :D haha! (Hover your mouse over the Unl:Gnx item at the bottom of the status bar in leojs or leointeg ) ![image](https://github.com/boltex/leojs/assets/847716/8f8e8ece-6aac-4866-891e-2720a8a1f644)

Nevermind all that : I've just discovered that the VSCODE API possibly has something for controlling the breadcrumbs! The "document symbol provider" part of the API seems to be useful...

@tbpassin Progress! but, some constraints : The body panes (and detached body panes) are working on a per-VNode basis (gnx) , not per Position. Since UNLs refer to a position...

After experimenting, the most readable and useful breadcrumb above body text in all circumstances is the headline only, without filename. I may add a option(s) to also have the short/long...

Only problem now is that the breadcrumbs do not refresh if the headline changes, unless the body changes. Even fireing 'file has changed' event does nothing if the content does...

Thanks for this report! :) I will make a minimal Leo file with only 2 or 3 nodes and try to compare the behavior between Leo, LeoInteg and LeoJS for...

>Part 2: The logic that controls whether @language directives affect descendant nodes should have nothing to do with vs-code. I'm surprised that LeoJS has not already duplicated that logic. You...

@edreamleo I just tested in Leo itself : Having multiple @languages in a node makes its descendant have no set language. (plain text) Is that the intended behavior? (just want...