Giter Club home page Giter Club logo

mipyex's People

Contributors

damianavila avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mipyex's Issues

spell checker

Thanks for this - just saved my skin!

A few comments;

  • If possible focussing on the textbox initially so the corrects come up without having to click would be lovely.
  • The edits don't update the cell until you force a render with shift-enter.
  • Most importantly, is it possible to make the whole dialog box modal? I noted it was possible to move the cursor under the box and the spell corrections would go to the wrong cell overwriting the previous contents. This lead me to some confusion until I worked out what was wrong.

Support data-background for full screen backgrounds in reveal.js slides

Reveal.js supports setting data-background attributes on the <section> elements; data-background, data-background-size, and data-background-repeat.

<section data-background="#ff0000">
    <h2>All CSS color formats are supported, like rgba() or hsl().</h2>
</section>
<section data-background="http://example.com/image.png">
    <h2>This slide will have a full-size background image.</h2>
</section>
<section data-background="http://example.com/image.png" data-background-size="100px" data-background-repeat="repeat">
    <h2>This background image will be sized to 100px and repeated.</h2>
</section>

One idea I had was to add a generic attribute-management capability via HTML comments, as they are ignored by markdown, directly in the slide, like so:

<!-- data-background="myimage.png" -->

Then the slide renderer could pick anything attribute-shaped and stick it into the section tag.

Write cell skips first 4 lines

I really like the ability to call the %%writefile magic with the click of a mouse but your extension seems to skip the first 4 lines in the cell. It's easy to just add some blank lines at the top of the cell in question, but if either there was a notification indicating "this is a feature that lets you add four lines of comments", or an option to save the entire cell that would be great.

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.