Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: references to klipper configuration #1363

Conversation

forgodtosave
Copy link
Contributor

Description

This PR adds a feature in the editor which adds links to the klipper configuration reference. It will place over each block of code (e.g. [printer]) a codemirror block widget containing a link to the corresponding configuration reference.

Related Tickets & Documents

Fixes #1320
code widget decoration example

Mobile & Desktop Screenshots/Recordings

[optional] Are there any post-deployment tasks we need to perform?

TODOS

forgodtosave and others added 3 commits April 25, 2023 20:52
if extension added to the editor instanze it creates for every "class" a block widget above with a link to the klipper ref

TODO:
- change to block widget
- automatic generation: requires syntax tree
- styling
@meteyou
Copy link
Member

meteyou commented May 18, 2023

FYI: I merged the other PR (#1200) to have a better syntax highlighting until this PR is finished.

@meteyou
Copy link
Member

meteyou commented Jan 1, 2024

@forgodtosave any updates here?

@meteyou
Copy link
Member

meteyou commented Feb 3, 2024

I am closing this PR because no response. Please create a new (up-to-date) PR if you want to continue working on this feature.

@meteyou meteyou closed this Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

References to klipper Configuration Reference
2 participants