-
Notifications
You must be signed in to change notification settings - Fork 25
"enumeration-like" transcribe tool #571
Comments
investigating "suggest" feature... work in progress |
Hey, I wonder if you have any comments after your investigation about the "suggest" feature. I'd also be interested in using it. Cheers! |
Once again, most of the required development has been done beforehand. if ! tool_config.nil? && ! tool_config['options'].nil? && tool_config['options'].respond_to?('each') && ! (subtool_index = tool_config['options'].find_index { |h| (! h['value'].nil?) && h['value'].to_s == field_name }).nil?
tool_config['options'][subtool_index]['tool_config']
else
tool_config
end to the existing one in the It is probably straightforward to retrieve suggestions from a url (let say, a separate database document), since you have only to provide with a new basic model (like |
Thank you for this! I'll post a bit later what I did. |
Is there any way to provide with completion from a finite set of predefined values (e.g. list of author names) as a transcription tool? Ultimately, it would also be possible to add new entries on the fly. It would greatly help the user to converge to the right transcription in many situations.
The text was updated successfully, but these errors were encountered: