cproctor / unfold_studio

text and code
6 stars 0 forks source link

Implement #generate tag #131

Open cproctor opened 4 months ago

cproctor commented 4 months ago

When a piece of content is tagged with #generate, the content should be replaced with the result of a call to the backend API.

For reference, here's where the text-me tag is handled.

cproctor commented 4 months ago

The generate() function is implemented but the tag is not yet.