Code Monkey home page Code Monkey logo

ghost's People

Contributors

acburdine avatar aileen avatar allouis avatar cobbspur avatar darvelo avatar dbalders avatar erisds avatar felixrieseberg avatar gotdibbs avatar greenkeeperio-bot avatar halfdan avatar hswolff avatar jaswilli avatar javorszky avatar jgable avatar johnonolan avatar kevinansfield avatar kirrg001 avatar matthojo avatar morficus avatar naz avatar novaugust avatar pauladamdavis avatar renovate-bot avatar ricardobeat avatar rishabhgrg avatar rwjblue avatar sebgie avatar tgriesser avatar vikaspotluri123 avatar

Stargazers

 avatar

ghost's Issues

Provide theme with js sdk to show sign in/sign up

        window.onFinpubReady = function(finpub) {

            finpub.getLoginInfo().then(user => {
                if (user) {
                    // already login
                    // show welcome msg...
                }
                
            }).catch(e => {
                // not login yet
                let but = document.getElementById('signinBut');
                if (but) {
                    finpub.init(window.location);
                    but.addEventListener('click', e => {
                        console.log('signin');
                        e.preventDefault();
                        e.stopPropagation();
                        finpub.signin(function(userInfo) {
                             // something here. 
                       });
                    });    
                }
            })  
            
        };

Create frontend helper tag to list stock codes

Provide frontend stock list helper tag. filter="kind:1"

               {{#get "tags" filter="kind:1" include="count.posts" order="count.posts desc" limit="6"}}
			{{#foreach tags}}
				<a href="{{url}}">{{name}} | {{count.posts}} posts</a>
    		{{/foreach}}
		{{/get}}

Add a Code field to Post

Add a Code field to a Post , type: string, maxlength: 10

Purpose: Để team content dùng code này trong nội dung chuyển khoản mua bài

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.