Skip to Main Content
Status Planned
Created by Damijan Kozic
Created on Jun 17, 2022

Type code block messages directly, not just via "New code snippet" modal

All the popular apps for IT firms have the possibility to type code blocks (snippets) directly into the input field, with tripple back-tick delimiters and optional code language spec.

Example 1, without code spec, should only be formatted as monospace and maybe try to autodetect code language.

It turns out this editor for ideas HAS the tripple backtick functionality so I can not type it here, LOL... i'm gonna improvise

` ` `
testing the
play field
` ` `

should result in

1 | testing the
2 | play field

Example 2, with code language spec for code highlighting, like you already do for snippets.

` ` ` php
$x = new MyClass();
` ` `

results in something like (random highlight colors here should do it like for PHP snippets)

1 | $x = new MyClass();


9 MERGED

Add Slash Commands similar to RingCentral Classic

Merged
/go, /giphy, s/typo/type-o/, /collapse alt +s for add code snippet These shortcuts for navigation and general use made an impact on quality of life. Since switching to the new App I miss them alot and it has become a habit of me sending them to th...
Guest about 2 years ago in Developer Platform and APIs / RingCentral Web/Desktop App 0 Planned