sr-extension uses a URL query to send an information capture from the browser to sr-web to allow creating cards with information from the website.
what needs to be implemented in sr-web is the routing to capture the type of query, extract the data (can use as), and creating a new card with it (without saving, should be completed by the user before saving.
the relevant resource - may change:
https://github.com/douek/sr-extension/blob/master/src/background.js
sr-extension uses a URL query to send an information capture from the browser to sr-web to allow creating cards with information from the website.
what needs to be implemented in sr-web is the routing to capture the type of query, extract the data (can use as), and creating a new card with it (without saving, should be completed by the user before saving.
the relevant resource - may change:
https://github.com/douek/sr-extension/blob/master/src/background.js