A list of all supported features #50
Replies: 19 comments
-
HeadingsStatus: ✅ Full support Easily structure your content by adding headings. You can insert them using Markdown-style syntax ( Heading 1Heading 2Heading 3Heading 4Heading 5Heading 6 |
Beta Was this translation helpful? Give feedback.
-
Styling textStatus: ✅ Full support
Notes on HTML Tags
|
Beta Was this translation helpful? Give feedback.
-
Quoting textStatus: ✅ Full support You can quote text with a > or with the
|
Beta Was this translation helpful? Give feedback.
-
Quoting codeStatus: ✅ Full support You can call out code or a command within a sentence with single backticks. The text within the backticks will not be formatted. You can also press the Command+E (Mac) or Ctrl+E (Windows/Linux) keyboard shortcut to insert the backticks for a code block within a line of Markdown. Text with a |
Beta Was this translation helpful? Give feedback.
-
Supported color modelsStatus: ❌ Not supported Important This feature is currently not supported |
Beta Was this translation helpful? Give feedback.
-
LinksStatus: ✅ Full support While selecting a text, you can insert a link by clicking the |
Beta Was this translation helpful? Give feedback.
-
Line breaksStatus: ✅ Full support You can add a line break through Hard breaks can be added via Text with Linebreak: |
Beta Was this translation helpful? Give feedback.
-
ImagesStatus: ✅ Warning Supporting image upload is a bit tricky since I don't want to use custom apis. This features rely on some tricky stuffs to "emulate" the GitHub native (or react) textarea to upload images, there could be some issues. You can insert a new image just dragging it into the editor, or via copy-pasting Once an image has been added, you can modify the alternative text or resize it |
Beta Was this translation helpful? Give feedback.
-
ListsStatus: ✅ Supported You can make an unordered list by preceding one or more lines of text with List
Ordered list
Warning Currently there are some missing features about ordered list nesting / starting number |
Beta Was this translation helpful? Give feedback.
-
Task listsStatus: ✅ Full support To create a task list, preface list items with a hyphen and space followed by
|
Beta Was this translation helpful? Give feedback.
-
Mentioning people and teamsStatus: ✅🚀 Full support with some enhancements You can mention a person or team by typing Caution This feature retrieves suggestion data based in a tricky way without calling any custom API, so it could not work everywhere. Fill an issue if you have any issue. 🚀 Enhancements
e.g. @riccardoperra |
Beta Was this translation helpful? Give feedback.
-
Referencing issues and pull requestsStatus: ✅🚀 Partial support with some enhancements You can bring up a list of suggested issues and pull requests within the repository by typing
|
Beta Was this translation helpful? Give feedback.
-
References external resourcesStatus: ❌ Not supported Important This feature is currently not supported |
Beta Was this translation helpful? Give feedback.
-
Code BlocksStatus: ✅🚀 Full support You can create fenced code blocks by placing triple backticks You can set the code block language syntax highlightning while inserting placing your language after triple backticks Syntax highlightning is supported thanks to Shiki. See all the bundled languages TypeScript autocompletionWhen working with TypeScript code blocks, the editor provides an enhanced experience powered by CodeMirror. With integrated TypeScript Language Server Protocol (LSP) support, you benefit from intelligent features such as:
import {signal} from '@angular/core';
const value = signal(1);
value.set(1);public class Test {} |
Beta Was this translation helpful? Give feedback.
-
TablesStatus: You can add a table via
You can modify table columns/rows via a table handler which will appears once hovering the respective cell Warning Previewing table currently has multiple issues in some cases, expecially when the table cell contains html. If you are working with tables and simple phrasing content (text, link , formatting, hard breaks), rendering should be ok. |
Beta Was this translation helpful? Give feedback.
-
Hiding content with commentsStatus: ✅ Full support You can add a comment via
|
Beta Was this translation helpful? Give feedback.
-
Collapsed sectionsStatus: ✅ Full support You can add a comment via This is the summary!This is a details section |
Beta Was this translation helpful? Give feedback.
-
AlertsStatus: ✅ Full support NoteNote This is a note alert You can add a Important This is an important alert You can add a Warning This is a warning alert You can add a Tip This is a tip alert You can add a Caution This is a caution alert You can add a |
Beta Was this translation helpful? Give feedback.
-
EmojisStatus: ✅ Full support You can add emojis through your system dialog or via
🤔 |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Important
This is still WIP! Even if some features are not linked they are already present.
Open an issue if you encounter any issue or something is missing.
This discussion will cover all features supported by the enhanced editor:
Beta Was this translation helpful? Give feedback.
All reactions