Code Monkey home page Code Monkey logo

ninext-backup's Introduction

Ninext

Laboratory for the creation and testing of extensions for Ninox

WARNING: the code I share with you here is to be used exclusively for personal use. I do not recommend using it for commercial purposes.

I'm dropping here a series of HTML code for Ninox that allows to add features :

  • badges.html: displays a badge on file and comment icons indicating the number of items contained in each.

  • evalJS.html: adds a hook function to the Ninox eval function which allows to add new user functions, like for example EvalJS to call JavaScript from the Ninox script.

  • completion.html: sets the Ninox code editor to display an auto-completion list. To display the list, press crtl+space on Ninox Editor.

To use the features, copy the content of the .html files into a formula with html ninox function : html("... content of .html file ...");. The functions are activated as soon as the formula is executed by Ninox.

Another way is to put this code on the formula : html(http("GET", Address of HTML source).result) In this case, the code will be read directly GitHub and be updated in real time.

-badges : html(http("GET", "https://raw.githubusercontent.com/JacquesTur/Ninext/main/badges.html").result)

-evalJS : html(http("GET", "https://raw.githubusercontent.com/JacquesTur/Ninext/main/evalJS.html").result)

-completion : html(http("GET", "https://raw.githubusercontent.com/JacquesTur/Ninext/main/completion.html").result)

Don't hesitate to write to me if you spot any bugs or if you need a particular feature.

ninext-backup's People

Contributors

jacquestur avatar

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.