You are viewing a single comment's thread from:RE: Steemit Condenser Contributions: Creating and loading template from the post editorView the full contextView the direct parentsteem.leo (70)in #development • 5 years ago My limited technical skills might show here, but I don't see anything there for local storage.
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
have access to a computer now so will check on your site directly