boltex / leojs

Leo Literate Editor with Outline in Typescript
MIT License
24 stars 0 forks source link

The name of the body tab should be f"LeoJS: {c.p.h}" #67

Closed edreamleo closed 6 months ago

edreamleo commented 7 months ago

The present name is "LEOJS: BODY".

At minimum, it should be "LeoJS: Body". There is no need for all caps.

A static name is fine during startup.

After startup, I recommend the following:

boltex commented 7 months ago

Good idea!

I only have access to parts of the uri to display, as interpolated strings (shown here: https://code.visualstudio.com/api/references/contribution-points#contributes.resourceLabelFormatters )

So I've made it "LeoJS: Body" for now in #68

edreamleo commented 7 months ago

On Wed, Dec 13, 2023 at 11:13 PM Felix @.***> wrote:

Good idea!

I only have access to parts of the uri to display, as interpolated strings (shown here: https://code.visualstudio.com/api/references/contribution-points#contributes.resourceLabelFormatters )

So I've made it "LeoJS: Body" for now in #68 https://github.com/boltex/leojs/pull/68

Alright. Until we resolve #61 https://github.com/boltex/leojs/issues/61 perhaps you could output c.p.h when LeoJS changes nodes.

Edward

edreamleo commented 6 months ago

@boltex Oops: I meant to say, "output c.p.h to the console".