Code Monkey home page Code Monkey logo

mark-it's People

Contributors

clintonc avatar mattang687 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

clintonc

mark-it's Issues

corrections to documentation

usage

To switch between View and Edit mode, press Ctrl + Shift + Space, ...

ctrl+space (no shift) works for me with FF - ctrl+shift+space does nothing

features

add dark mode :)

thanks again for your work - very nice!

[NotAnIssue] alternative dark css theme

i didn't care for the default dark theme - here's what i'm using if anyone wants it - this also divides the page into 2 columns

you need to replace <Internal UUID> - the Internal UUID can be found in about:debugging#/runtime/this-firefox

@-moz-document url("moz-extension://<Internal UUID>/newTab/newTab.html") {
    /* display notes */
    html.dark, body.dark, textarea.dark {
        background-color: #252525 !important;
        color: #c8c8c8 !important;
    }

    #markdownTarget {
        width: 90% !important;
        padding-left: 1% !important;
        padding-right: 1% !important;
        font-family: unset !important;
        font-size: unset !important;
    }

    a {
        color: #97ff8d !important;
        text-decoration: none !important;
    }

    code {
        background-color: #000 !important;
        color: #ffa93b;
    }

    ul, ol {
        padding: 0 !important;
        margin-left: 20px !important;
    }

    #changeModeButton {
        background-color: #929292 !important;
        left: unset !important;
        font-family: unset !important;
        right: 33px !important;
        bottom: 90px !important;
    }

    #savingIndicator {
        bottom: 0px !important;
        left: unset !important;
        right: 0px !important;
    }

    /*columns*/
    .left {
        display: block;
        float: left;
        width: 49%;
        border-right: 2px dotted #767676;
        padding-right: 10px;
    }
    .right {
        display: block;
        float: right;
        width: 49%;
    }

    /* edit notes */
    textarea {
        width: 90% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        font-size: unset !important;
        font-family: unset !important;
    }
}

there's a better way to center content instead of using padding-right/left, but i'm too lazy to look it up :)

first impressions

i like the extension except for 2 items

  • please consider not pulling fonts from google - this is a privacy issue and not necessary IMO
  • needs a dark theme :)

i can do the latter if you're willing to do the former

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.