Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

First Data Support (MG)'s Avatar

First Data Support (MG)

Beigetreten 22. Okt. 2021

·

Letzte Aktivität 22. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

6

Stimmen

2

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von First Data Support (MG)

First Data Support (MG) hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

@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. 

Kommentar anzeigen · Gepostet 16. Mai 2020 · First Data Support (MG)

0

Follower

0

Stimmen

0

Kommentare


First Data Support (MG) hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

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, 

Kommentar anzeigen · Gepostet 13. Aug. 2019 · First Data Support (MG)

0

Follower

2

Stimmen

0

Kommentare


First Data Support (MG) hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

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 ?

Kommentar anzeigen · Gepostet 12. Aug. 2019 · First Data Support (MG)

0

Follower

1

Stimme

0

Kommentare