Python Forum
Misplaced question: How do you describe this feature?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Misplaced question: How do you describe this feature?
#1
I'm pretty sure this is the wrong sub-forum to ask, but I don't know where else to ask it. So I'll just ask it. Maybe a moderator can move this thread to the correct sub-forum.

Take a look at this web page for Derek Banas' terrific Django tutorial here. If you scroll down, there is a code block. I'm writing my own rudimentary Django CMS and would like to implement a similar 'block code' or 'code snippet' feature for my blog posts which showcases some basic Python algorithms with syntax highlighting and shows line numbers. My question for all of you is: What do you call that feature? If I had a name for it I am sure I could find basic boilerplate to display code blocks on my web pages.

I Googled: 'code snippets blog' which turned up a few plugins for Wordpress and Blogger but I can't find anything for Django. I Googled 'code snippets django' which turned up the https://djangosnippets.org/ website and GitHub repo, which is not what I want at all.
Reply
#2
I think you would have more results by googling "django syntax highlighter"
Reply
#3
Or something like "display code in HTML pages". I'd also be inclined to inspect the element in the page to see which elements, CSS classes, etc. it uses to see if there was anything sufficiently unique that I could google.
Reply
#4
(Sep-12-2020, 07:24 AM)ndc85430 Wrote: Or something like "display code in HTML pages". I'd also be inclined to inspect the element in the page to see which elements, CSS classes, etc. it uses to see if there was anything sufficiently unique that I could google.

That's a great idea! I should have inspected the element on that web page to reveal the name of the syntax highlighter. Turns out, it's called the Crayon Syntax Highlighter. Here is their GitHub page. This is precisely what I needed. Thanks, @ndc85430!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  question about adding a feature Skaperen 4 2,482 Aug-05-2021, 12:39 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020