Code Monkey home page Code Monkey logo

slide-django's Introduction

slide-django's People

Contributors

shoorick avatar

Stargazers

Alexey Vazhnov avatar

Watchers

 avatar James Cloos avatar

slide-django's Issues

Add themes of Shower or whole Shower

Shower (https://github.com/shower/shower) is an awesome presentation engine which have now (2020) two beautiful themes: Ribbon and Material. There are some presentations made with this engine so it would be good to show them via slide-django.

Possible solutions

  1. (the simplest) Add template of Shower engine and allow user to write his presentation as HTML code:
<section class="slide">
  <div>
    <figure>
      <img class="cover" src="images/Python_logo_and_wordmark.svg.png" alt="Python">
    </figure>
  </div>
</section>
<section class="slide">
  <div>
    <h2 id="why-python-">Why Python?</h2>
    <ul>
      <li>Quite simple</li>
      <li>but powerful</li>
      <li>Popular</li>
    </ul>
  </div>
</section>
  1. Allow user write his code as Markdown, convert it into HTML elements and then insert these elements into template of Shower. See http://jdan.github.io/cleaver/ and https://github.com/shoorick/cleaver-ribbon

  2. (the hardest) Write themes for Remark visually similar to Shower themes.

Empty profile name when user is just created

New user created by ./manage.py createsuperuser has no first and last names. As a result profile of such user cannot be edited via web interface at /admin/slide/profile/

image

Link to profile editing are present but has size 0ร—0:

image

How to fix

Change Profile.__str__ method: it must return username when other names are empty.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.