RE: Steemit Condenser Contributions: Creating and loading template from the post editor

avatar

You are viewing a single comment's thread:

My limited technical skills might show here, but I don't see anything there for local storage.

image.png



0
0
0.000
2 comments
avatar

have access to a computer now so will check on your site directly

0
0
0.000
avatar

First, you need to merge my other PR for 3speak that fixes few bugs:
https://github.com/steemit/condenser/pull/3675

As for the templates, it seems like there are some issues after your merge. My code cannot see the tags anymore.

Do you have a git repo for your site?
The issues seems to come from the file:
src/app/components/elements/ReplyEditor.jsx

userTemplates.push({
  name: nextProps.postTemplateName.replace('create_', ''),
  beneficiaries,
  payoutType,
  markdown: body.value,
  title: title.value,
  tags: tags.value,
});

tags.value does not exist

0
0
0.000