GithubHelp home page GithubHelp logo

notablemind / downloadbutton Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 7.0 244 KB

A small component for downloading javascript generated files

Home Page: http://notablemind.github.io/downloadbutton/

JavaScript 74.21% Makefile 25.79%

downloadbutton's Introduction

logo

Join the chat at https://gitter.im/notablemind/notablemind

Screenshots

screenshot-todo screenshot-todo screenshot-todo

Notablemind is a life manager

Good for

  • note taking
  • journaling
  • writing & composition
  • task/project management
  • rapid prototyping development

Key Features

  • lists within lists; zoom in and out
  • multiple node types: todo items, embedded images, code snippets, etc.
  • you own your data -- keep it local, sync to github gist, google drive, etc
  • multi-pane interface (arbitrary splitting)
  • web repl -- connect to a javascript kernel, ipython, clojure, etc.
  • extensible

Inspired by

  • Workflowy
  • Evernote
  • Trello
  • Whiteboards
  • GinkoApp

It is in alpha stages right now. Many things are wonderful and I use it every day, but some core things might change slightly in the near future.

downloadbutton's People

Contributors

jaredly avatar johnwlockwood avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

downloadbutton's Issues

Error occurs when "npm run build"

Module parse failed: .../webapp/node_modules/downloadbutton/index.js Unexpected token (61:13)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (61:13)
It seems that the flag "em" can't be recognized.

react-addons deprecation warning

Hi, great package! Noticed the deprecation warning below. Any plans to update?

warning.js:45 Warning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead.

You may need an appropriate loader to handle this file type.

This is what I got. I cannot seem to figure out the problem.. Is something wrong with my webpack config.

var path = require('path');
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');

module.exports = {
    entry: {
        app: [
            'webpack-hot-middleware/client?reload=true',
            path.join(__dirname, 'public/js/main.js')
        ]
    },
    output: {
        path: path.join(__dirname, '/dist/'),
        filename: '[name].bundle.js'
    },
    plugins: [
        new HtmlWebpackPlugin({
            title: 'Chisel | Stay Ahead',
            template: 'public/index.html'
        }),
        new webpack.HotModuleReplacementPlugin()
    ],
    resolve: {
        extensions: ['', '.js', '.jsx']
    },
    module: {
        loaders: [{
            test: /\.css$/,
            loader: 'style!css'
        }, {
            test: /\.scss$/,
            loaders: ["style", "css", "sass"]
        }, {
            test: /\.js?$/,
            exclude: /node_modules/,
            loader: 'babel',
            query: {
                presets: ['es2015', 'react']
            }
        }, {
            test: /\.(woff|woff2|ttf|eot|svg)(\?]?.*)?$/,
            loader: 'url-loader?name=res/[name].[ext]?[hash]'
        }, {
            test: /\.(jpg|png)$/,
            loader: "url-loader?limit=100000"
        }]
    },
    devtool: 'source-map'
};

doesn't work with IE 11

Hey,

I like your work but it is not working with IE 11 :(

Can you please fix this?

Cheers,
Waize

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.