2

html() function

I uploaded a database named HTML Tricks. So far it only has one example, but I've got some other ideas I've been playing with. If you are interested in a blinking formula field you should give this a look.

31 replies

null
      • Sean
      • 1 yr agoSat, July 22, 2023 at 8:00 PM UTC
      • Reported - view
       said:
      i would like to handle the all thing from Ninox, without opening other platforms editors etc

      My suggestion was to use Ninox script which would mean it would be done within Ninox.

      I did what you are doing when I posted the Forum Database. Unfortunately, Ninox modified the http() function, but I believe Jacques has a workaround for that now.

        • francescostefanello
        • 1 yr agoSat, July 22, 2023 at 8:14 PM UTC
        • Reported - view

        i think that the difficulty will also be another: how can Ninox handle such requests like:

        "const axios = require('axios');"

        (Axios is a popular JavaScript library used for making HTTP requests from both the browser and Node.js. It provides a simple and convenient API for sending asynchronous HTTP requests to interact with RESTful APIs or fetching data from external websites.)

        "const cheerio = require('cheerio');"

        (Cheerio is a fast, flexible, and lean implementation of the core jQuery library for parsing and manipulating HTML documents. It allows you to traverse, manipulate, and extract data from HTML or XML documents using a familiar syntax similar to jQuery)

         

        my goal is to create a music collection template in Ninox that import directly all datas from Discogs through the API. Everything is ready, scripts are done both in Python language and in JS but now my last step seem to be the hardest: doing all within Ninox

        • Sean
        • 1 yr agoSat, July 22, 2023 at 8:32 PM UTC
        • Reported - view

         I understand what you are saying. If I had all the scripts already written I probably wouldn’t want to rewrite them either. I hope you are able to get them meshed with Ninox.

      • francescostefanello
      • 1 yr agoSun, July 23, 2023 at 5:39 AM UTC
      • Reported - view

      Ninox Forum is not giving the possibility to delete a post or to preview before adding it?  weird

        • Sean
        • 1 yr agoSun, July 23, 2023 at 12:46 PM UTC
        • Reported - view

        francesco.stefanello They allow you 15 minutes to edit/delete your post via the kebab menu. This is better than the previous forum where you couldn't do either. This forum has been around for less than 1.5 years.

      • francescostefanello
      • 1 yr agoSun, July 23, 2023 at 5:56 AM UTC
      • Reported - view