Recherches récentes
Pas de recherche récente

First Data Support (MG)
Adhésion le 22 oct. 2021
·
Dernière activité le 22 oct. 2021
Suivis
0
Abonnés
0
Activité totale
6
Votes
2
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par First Data Support (MG)
First Data Support (MG) a ajouté un commentaire,
@RyanMcGrew,
The code snippets that you mentioned are basic. Would be nice if Zendesk KnowledgeBase would support something like prism.js natively and not as part of additions to themes.
Often, the person that tries to edit the knowledge base is not the person that is responsible for the theme of the knowledge base.
In addition, these days, when a code snippet is provided, there is a need to provide several tabs for different languages.
For example, it is impossible to do an API Spec in Zendesk Knowledgebase. It doesn't look good.
Afficher le commentaire · Publication le 16 mai 2020 · First Data Support (MG)
0
Abonnés
0
Votes
0
Commentaire
First Data Support (MG) a ajouté un commentaire,
The code block from Zendesk is not the same. it doesn't highlight code according to what programming language is used. all it does is to arrange the code in a distinct section. Hard to read the code in this way, especially when the code section is long.
also, there is no option to switch seeing a different code when a different programming language is used,
Afficher le commentaire · Publication le 13 août 2019 · First Data Support (MG)
0
Abonnés
2
Votes
0
Commentaire
First Data Support (MG) a ajouté un commentaire,
Best solution I found is to use Prism.js
https://prismjs.com/
Download the code from the Prismjs.com website.
Then Zendesk Admin can inject the code of Prism.js and Prism.css files to the Zendesk Theme of their knowledgebase.
As Admin go to the Knowledgebase. Edit Theme -> Edit Code
Open file: script.js. Insert the prism.js file at the end. click Publish
Open file: style.css Insert the prism.css at the end of the file. click Publish.
Now, you can insert code snippets using the guidelines from prism.js website.
However, it would be great if Zendesk dev team would incorporate Prism.js natively. Especially because the library was released under open source MIT license.
https://github.com/PrismJS
The effort seems minimal. Maybe Product Manager can help here ?
Afficher le commentaire · Publication le 12 août 2019 · First Data Support (MG)
0
Abonnés
1
vote
0
Commentaire