Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. ilblog
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 3
    • Groups 0

    ilblog

    @ilblog

    5
    Reputation
    245
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ilblog Follow

    Best posts made by ilblog

    • [Bounty of $500] Wiki plugin

      We use NodeBB 3+ years at https://community.windy.com and love NodeBB

      We use NodeBB also as a CMS containing all helps, FAQs and stuff.

      We would need a Wiki plugin that would enable any logged-in user edit specific article (always first article in the thread), where history of edits is "saved" somewhere so it will be possible to revert to previous version.

      With this plugin, our users can help us to contribute on documentation.

      posted in Plugin Requests
      ilblog
      ilblog
    • RE: api (write plugin) upload - A valid login session was not found

      For anyone using NodeBB to upload a screenshot from node.js

      		const buffer = await createImage({
      			path: `screenshot/annotation:${ annotationID }`
      			, encoding: 'binary'
      		})
      
      		const result = await rp({
      			url: `${ endpoint }/util/upload?_uid=${ _uid }`,
      			method: 'POST',
      			json: true,
      			headers: {
      				Authorization
      				, 'Content-Type': 'multipart/form-data'
      			},
      			formData: {
      				'files[]': {
      					value: buffer,
      					options: {
      						filename: `annotaion-${ annotationID }.jpg`,
      						contentType: 'image/jpg'
      					}
      				}
      			},
      		})
      
      
      posted in General Discussion
      ilblog
      ilblog
    • RE: [Bounty of $500] Wiki plugin

      @Kosiak said in [Bounty of $500] Wiki plugin:

      Discourse vs. NodeBB can be a flame war, but we have chosen NodeBB because of underlying MongoDb and Node.js. This tech stack help us to hack it.

      posted in Plugin Requests
      ilblog
      ilblog

    Latest posts made by ilblog

    • RE: api (write plugin) upload - A valid login session was not found

      For anyone using NodeBB to upload a screenshot from node.js

      		const buffer = await createImage({
      			path: `screenshot/annotation:${ annotationID }`
      			, encoding: 'binary'
      		})
      
      		const result = await rp({
      			url: `${ endpoint }/util/upload?_uid=${ _uid }`,
      			method: 'POST',
      			json: true,
      			headers: {
      				Authorization
      				, 'Content-Type': 'multipart/form-data'
      			},
      			formData: {
      				'files[]': {
      					value: buffer,
      					options: {
      						filename: `annotaion-${ annotationID }.jpg`,
      						contentType: 'image/jpg'
      					}
      				}
      			},
      		})
      
      
      posted in General Discussion
      ilblog
      ilblog
    • RE: image optimizer plugin - requests

      @ilblog Hmm we have "Request Entity Too Large" error message trying to upload 1.6Mb pic. Running 1.11.1. Will ask or admins.

      posted in Plugin Requests
      ilblog
      ilblog
    • RE: image optimizer plugin - requests

      @julian Maybe yes, we will try

      posted in Plugin Requests
      ilblog
      ilblog
    • RE: [Bounty of $500] Wiki plugin

      @Kosiak said in [Bounty of $500] Wiki plugin:

      Discourse vs. NodeBB can be a flame war, but we have chosen NodeBB because of underlying MongoDb and Node.js. This tech stack help us to hack it.

      posted in Plugin Requests
      ilblog
      ilblog
    • RE: [Bounty of $500] Wiki plugin

      @julian Will do

      posted in Plugin Requests
      ilblog
      ilblog
    • [Bounty of $500] Wiki plugin

      We use NodeBB 3+ years at https://community.windy.com and love NodeBB

      We use NodeBB also as a CMS containing all helps, FAQs and stuff.

      We would need a Wiki plugin that would enable any logged-in user edit specific article (always first article in the thread), where history of edits is "saved" somewhere so it will be possible to revert to previous version.

      With this plugin, our users can help us to contribute on documentation.

      posted in Plugin Requests
      ilblog
      ilblog
    • RE: Who is using NodeBB?

      We use it on community.windytv.com

      posted in General Discussion
      ilblog
      ilblog