You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.
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.
The text was updated successfully, but these errors were encountered: