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

Feature request: Indentation guides #64

Open
magikmw opened this issue Feb 17, 2025 · 1 comment
Open

Feature request: Indentation guides #64

magikmw opened this issue Feb 17, 2025 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@magikmw
Copy link

magikmw commented Feb 17, 2025

Thanks for an awesome package.

I would love to see optional indentation guides, especially for indent-mandatory languages like python.
More complicated code examples, especially when intended for training, could benefit from the improved readability.

Kludged example using github markdown:

function hello():
|   print("Hello World!")
|   print("more code")

hello()

Screenshot from my zed typst session (with optional coloring):

Image

@Dherse
Copy link
Owner

Dherse commented Feb 17, 2025

That's actually a great idea!, might prove tricky to make, but I'll definitely have a look!

@Dherse Dherse added enhancement New feature or request good first issue Good for newcomers labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants