hellekin
3 posts
Recent Posts
-
IN COMMON Theme
Theme 2018-11-05 13:06 Post #3Ha! I manage to fix in cooked posts, but then, I lost category names <script type="text/discourse-plugin" version="0.1"> // Remove accents in titles since the font does not support them. api.decorateCooked($elem => $elem.children('h1, h2, h3, h4, .category-name').each(function(_, e) {... -
IN COMMON Theme
Theme 2018-11-05 11:35 Post #2I managed to replace accents in category names, but not in cooked posts yet: <script type="text/discourse-plugin" version="0.1"> // Remove accents in titles since the font does not support them. let stripAccentsFromTitles = function() { $('h1, h2, h3, h4, h3 .category-name').each(function(_, e)... -
IN COMMON Theme
Theme 2018-11-03 19:40 Post #1Hello there, I started developing a โ my first โ theme for https://talk.incommon.cc that you can preview on the theme creator. Itโs not yet used on IN COMMON because I need to fix the JavaScript. Help and pointers welcome! Hereโs a screenshot: 2018-11-03-203537.png1351ร904 108 KB