-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Code folding for markdown #4100
Comments
Code-Folding is a thing the Lexer cares for, better to send this enhancement request to Lexilla (https://github.com/ScintillaOrg/lexilla/issues). |
Just mentioning the following for my own:
so, is LSP different than those?
As for the:
|
Hello @yashpalgoyal1304 , About lexer & parser: word vs. sentence is a nice (still very simple) analogy. Notepad2 & Notepad3 are historically based on Scintilla-Library (splitted into Core-Scintilla and Lexilla-Library some years ago). Notepad3 can not and will not try to compete with VSCode (3 developers vs. 15000). Would be like comparing a leatherman multitool (NP3) vs. well equipped workshop. Notepad3 has its own place in the wide range of the tooling landscape - even it is an "classic vintage car" (in German: "Oldtimer"). And finally "no", there is no "ugh MS", all my development (work and free time) is MS based. |
Okay,
|
Best would be to compile Notepad3 after integration of adapted Lexer. |
Summary
It will be nice to have ability to fold the markdown code too
Details
The tags which can be supported:
#
- headings tags (hashtags symbols)<> ... </>
- HTML tags (2 pairs of angle brackets)example:
<details> ... </details>
or the like.``` ... ```
or~~~ ... ~~~
- code blocks (pair of triple backticks or tildes)Samples
36kVRHQkh7.mp4
Versions:
The text was updated successfully, but these errors were encountered: