You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could use JavaScript entry fields (tab to shift in, shift+tab to shift out, enter to add next).
That gets pretty complicated, though, as you think about the abilities to insert in between and remove items. It's basically Nelson Rules, though. I just need to understand working with JavaScript objects better. Nelson Rules was not made correctly because I didn't work with objects, I think.
Basically look up building a task list in JavaScript/jQuery.
This is content generator's total next level, dude. And I really don't think it'd be too difficult or take too much time. Just need to think about how the data should be posted. That is probably the most difficult part.
It's not just levels of content. They have to be connected to the right parent and such.
I just realized, too, that if you could choose an existing page or type a new page (like a select2 field) that this would basically be how you could quickly reorganize content. Each item is setting a parent page. This is kinda out of hand, though... I think reorganizing pages should only be handled in the groups details listing, not in Content Generator.
The text was updated successfully, but these errors were encountered:
Right now, you can only generate one level of pages: a parent and its direct children.
It'd be ideal to allow generating multiple levels, for example:
Could use JavaScript entry fields (tab to shift in, shift+tab to shift out, enter to add next).
That gets pretty complicated, though, as you think about the abilities to insert in between and remove items. It's basically Nelson Rules, though. I just need to understand working with JavaScript objects better. Nelson Rules was not made correctly because I didn't work with objects, I think.
Basically look up building a task list in JavaScript/jQuery.
This is content generator's total next level, dude. And I really don't think it'd be too difficult or take too much time. Just need to think about how the data should be posted. That is probably the most difficult part.
It's not just levels of content. They have to be connected to the right parent and such.
I just realized, too, that if you could choose an existing page or type a new page (like a select2 field) that this would basically be how you could quickly reorganize content. Each item is setting a parent page. This is kinda out of hand, though... I think reorganizing pages should only be handled in the groups details listing, not in Content Generator.
The text was updated successfully, but these errors were encountered: