Create a custom page within NodeBB application
-
Hi Guys!
I have being trying with NodeBB for about one week and what you guys created is awesome. I am a software engineer but web development is not my strength so I hope the community here can give me some help
What I am trying to achieve is to create a custom page within the nodeBB application that I can build with html/javascript. Something like the picture below
I did some research and it seems like the custom page plug-in is the solution I am looking for. I follow the steps to install the plug in and create a custom static page in the admin tool after i deploy it locally.
However after this I am not sure what to do. I have create a new route to "/Woo" but where can I edit the page? (am I suppose to create/edit within nodeBB source code?) Sorry if this is a stupid question.