Code Monkey home page Code Monkey logo

propane-theme's People

Contributors

heisenbergthecrabman avatar juanxo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

miguelramosfdz

propane-theme's Issues

change architecture to allow for modularization and customization

Currently, customizing propane to your own preferences sucks a little bit. You are rather much stuck with the design and modules this theme ships with (and everybody knows that @pedrogimenez knows shit about design...)

My plan is to shamelessly steal the boxen idea of having people specific files, where you extend or modify the default settings.

Also, to improve modularization, I would like to use scss and browserify or something similar to concatenate files and create custom builds. I will post an example of the process

Allow script customization

Now that we have styles customization rolled out, we should focus on how to do the same for scripts.

I envision separating all the responders and things like that in each own module, with common modules, like JsonP requests and things like that.

How would someone customize his scripts?

I would like to have something like this in the custom file:

Campfire.featureToggles = {
  avatars: true,
  linkExpander: true,
  audio: false,
  ...
};

// require/concat/whatever modules

// Custom modules go here
...

This allows to, in the future, get the featureToggles out of this and into a centralized system where they can be toggled and added

Auto-install npm

When I run the script/bootstrap, I get this:

script/bootstrap: line 10: npm: command not found
script/bootstrap: line 11: npm: command not found

We should auto-install npm as we're doing with bundler.

ping @juanxo

Theme history messages window

Is it possible to theme the window which appears when I click in "See messages from earlier today" ? (on the top)

It has the default theme.

Error running the script

When I try to use the script to add the theme to Propane I get this error:

script/bootstrap: line 5: bundle: command not found

Should I install that gem before?

Transform `code` blocks ala Markdown

e.g:

I think we should check this: `userOfId(new TenantId())`

should be transformed to:

I think we should check this: userOfId(new TenantId())

maybe different font (fixed one), whatever

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.