New site?

It seems that Joplin got its own domain – joplinapp.org. Congratulations!

Unfortunately, selecting API Documentation from the menu now yields an (almost) empty page.

Yes, thank you. 3 days ago, the API.md file was emptied for some reason. I have restored the previous content and created the html file. It’s now available on the web site again.


@laurent the command "$ROOT_DIR/../CliClient/run.sh" apidoc > "$ROOT_DIR/../readme/api.md" in the build-all.sh script errors out and produces an empty file:

internal/modules/cjs/loader.js:584
    throw err;
    ^

Error: Cannot find module 'diacritics'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
    at Function.Module._load (internal/modules/cjs/loader.js:508:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (/Users/tessus/data/work/joplin/CliClient/build/lib/services/SearchEngine.js:9:26)
    at Module._compile (internal/modules/cjs/loader.js:701:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
    at Module.load (internal/modules/cjs/loader.js:600:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
    at Function.Module._load (internal/modules/cjs/loader.js:531:3)

I’m not sure, if the same error happened on your machine, but it definitely zeroed the file on your machine as well.

Thanks for the info. Not sure what would have caused this as the diacritics package is included but anyway it seems to be working now.

Thanks for sharing the information. Seems all is working now