Skip to content

Can the editor support for highlighting markdown syntax? #414

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

Open
qijimrc opened this issue Jun 30, 2024 · 3 comments
Open

Can the editor support for highlighting markdown syntax? #414

qijimrc opened this issue Jun 30, 2024 · 3 comments

Comments

@qijimrc
Copy link

qijimrc commented Jun 30, 2024

Great work! When I was using this app to write my own notes, I was curious about that if the editor can support for a specific syntax, like Markdown. So that I can enjoy the clear hierarchical contents.

@AmmarAbouZor
Copy link
Owner

Hi @qijimrc and sorry for the late response...

In the current app architecture it's not possible to build more features on the built-in Editor because we are using the lib tui-textarea for it and we can't build more feature into it.

But I was thinking of changing the architecture and use the editor in the edit mode only which would open up the opportunity to use another widget to render markdown syntax in the terminal...

@etiennebonnafoux
Copy link

Do you need help and would you welcome a PR in this direction ?

@AmmarAbouZor
Copy link
Owner

@etiennebonnafoux actually I am lacking time to implement new features on this project. But for sure I'm open for any PRs in this regard 😄

I would suggest clarifying the approach of the potential PR before finalizing the implementation to make sure that it's aligned with the general architecture of the app.

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

No branches or pull requests

3 participants