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
Obviously, these will only work in non-protected (i.e. non-chrome) pages but this would be very useful I imagine. Especially when coupled with the new wordCount operation that's being added in #193.
This'll probably be best implemented by only fetching the HTML from the content script and deriving the rest on-demand.
The text was updated successfully, but these errors were encountered:
I can't decide what the scope of html should be (i.e. the entire page source or just that of the body element). My current thinking is that html should be the entire page source but text and markdown should only apply to the contents of the body element ( unless it doesn't exist? ). For example;
How have I not thought of adding these before:
Obviously, these will only work in non-protected (i.e. non-chrome) pages but this would be very useful I imagine. Especially when coupled with the new
wordCount
operation that's being added in #193.This'll probably be best implemented by only fetching the HTML from the content script and deriving the rest on-demand.
The text was updated successfully, but these errors were encountered: