I'm using pm2

Best posts made by agusputra
-
Why not use composer-redactor as default editor?
Why not use composer as composer-redactor as default editor?
User forums are mostly lay people and they do not want to know the markdown syntax. WYSIWYG editor for lay people is who they like and make them more comfortable.
Because it seems the plugin-composer-redactor is the best thing to be the default editor in NodeBB.
And also if there is a post created using a plugin-composer-redactor, then the post will seem chaotic when we switch to plugin-markdown. I guess this is a big problem in NodeBB. Is NodeBB created so that we could choose the plugin that we love easily?
But if we use plugin-markdown and we switch to plugin-composer-redactor then the post seems OK.
So for now I can not use the plugin-composer-redactor because when NodeBB v1 released and NodeBB team still choose plugin-markdown as the default editor, then I had to switch to plugin-markdown (Because it will be supported by NodeBB team). And all posts in my forum will seem chaotic.
For that for a while I had to use a plugin-markdown in my forum since many plugins that work with plugin-markdown and appear chaotic if I use a plugin-composer-redactor.
And I hope when NodeBB have stable plugin-composer / editor, so I can switch to the plugin and my forum's posts will not appear chaotic. -
RE: Plugin for jsbin embed or jsfiddle embed ?
I have update the repo and add support for jsBin : https://github.com/agusputra/nodebb-plugin-jsfiddle
Screenshot:
-
RE: come on 0.9.0
It has been released
https://github.com/NodeBB/NodeBB/releases , thanks Julian and team
-
RE: Install NodeBB Question
No, you cannot.
NodeBB based on Node.js and you need access to Node.js and npm to configure Nodebb -
RE: Why not use composer-redactor as default editor?
OK, if redactor is not stable or else, but don't use markdown as default. Users mostly lay people and they DON'T want to learn markdown, specially in my country Indonesia
If redactor is not stable or have drawbacks NodeBB team might continue to developed it until stable, or please develop other editors, not markdown.
WYSIWYG editor or BBCode editor is easier for the users.
-
RE: Versions node.js and nvm
I'm install NodeBB v0.8.2.
A recent version of nvm.
For node.js I use node 0.12.xAnd so far works well.
For details you can inspect package.json of NodeBB : https://github.com/NodeBB/NodeBB/blob/master/package.json#L88
-
Should we use the meta name keywords?
Should we use the meta name keywords?
Because I read this article and Google do not support it: https://support.google.com/webmasters/answer/79812?hl=en
And this article also stated that the use of it generate more negatives than positives:
http://cohlab.com/blog/stop-using-keywords-meta-tag.html -
RE: Does not work search
I update nodebb-plugin-dbsearch to version 0.3.1 an it fixed
Latest posts made by agusputra
-
How to reset the navigation on ACL
I have remove all menu items.
Now, how I can reset the navigation, because Drag&Drop from ACL doesn't work if navigation bar empty.
I'm using NodeBB 1.1.2
-
RE: Who is using NodeBB?
@ngadmin i'm also using nodebb. http://yukoding.xyz
-
RE: Plugin for jsbin embed or jsfiddle embed ?
I have update the repo and add support for jsBin : https://github.com/agusputra/nodebb-plugin-jsfiddle
Screenshot:
-
RE: Plugin for jsbin embed or jsfiddle embed ?
@frissdiegurke I do not need special syntax, url replacement is enough.
@a_5mith thanks for creating the plugin. I will see it.
-
Plugin for jsbin embed or jsfiddle embed ?
Is it possible to extend markdown to support embedding jsbin or jsfiddle snippet ?