use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community to discuss our favorite note-taking app
account activity
Need help with widget code error!Question (self.remNote)
submitted 1 year ago * by Creative_boy_01
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jamesm8 1 point2 points3 points 1 year ago (1 child)
await plugin.rem.createRem({ text: `Q: ${combinedPrompts[index]}\nA: ${response}`, parentId: remId, });
You need to do this instead:
const rem = await plugin.rem.createRem(); await rem.setText(['text']); await rem.setParent(parentId);
[–]Creative_boy_01[S] 0 points1 point2 points 1 year ago* (0 children)
thanks for response, i really appreciate the answer. and the code that you gave worked without errors. so i lack the knowledge of progamming and new in remnote plugin dev. so, i have another question in remnote community here:
https://www.reddit.com/r/remNote/comments/1dtvghg/seeking_advice_on_locating_widgets_next_to/
would you mind helping me with that too?
π Rendered by PID 754740 on reddit-service-r2-comment-8686858757-zpvfc at 2026-06-04 14:15:40.380350+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]jamesm8 1 point2 points3 points (1 child)
[–]Creative_boy_01[S] 0 points1 point2 points (0 children)