diff --git a/contributing.md b/contributing.md index 71e3f8c..3dc1b13 100644 --- a/contributing.md +++ b/contributing.md @@ -9,7 +9,7 @@ First clone: ```sh -git clone https://github.com/GhostText/GhostText +git clone https://github.com/fregante/GhostText cd GhostText npm install ``` diff --git a/demo/index.html b/demo/index.html index c5b0552..586460e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -42,8 +42,8 @@

- GhostText diff --git a/LICENSE b/license similarity index 93% rename from LICENSE rename to license index 6072881..dde697f 100644 --- a/LICENSE +++ b/license @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Federico Brigante (fregante.com) +Copyright (c) Federico Brigante (https://fregante.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/privacy-policy.md b/privacy-policy.md index 19f18db..3d17347 100644 --- a/privacy-policy.md +++ b/privacy-policy.md @@ -4,4 +4,4 @@ No data or personal information is collected by GhostText. ##### Contact -If you have any questions or suggestions regarding this privacy policy, do not hesitate to [contact us](https://github.com/GhostText/GhostText/issues/new). +If you have any questions or suggestions regarding this privacy policy, do not hesitate to [contact us](https://github.com/fregante/GhostText/issues/new). diff --git a/promo/Extension store description.txt b/promo/Extension store description.txt index 5bd7112..b6c2545 100644 --- a/promo/Extension store description.txt +++ b/promo/Extension store description.txt @@ -4,7 +4,7 @@ Use your text editor to write in your browser (Firefox, Chrome, Opera). Everythi @@ -25,4 +25,4 @@ Use your text editor to write in your browser (Firefox, Chrome, Opera). Everythi
  • If more than one field is detected, you'll be asked to click in it
  • Once the field is selected, your editor will be connected.
  • Start typing!
  • - \ No newline at end of file + diff --git a/readme.md b/readme.md index 7722af6..d07ff3d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# GhostText +# GhostText [link-chrome]: https://chrome.google.com/webstore/detail/ghosttext/godiecgffnchndlihlpaajjcplehddca 'Version published on Chrome Web Store' [link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/ghosttext/ 'Version published on Mozilla Add-ons' diff --git a/source/background.js b/source/background.js index 14d03a9..3ab1558 100644 --- a/source/background.js +++ b/source/background.js @@ -58,7 +58,7 @@ function handlePortListenerErrors(listener) { 'NetworkError when attempting to fetch resource.', 'Could not connect to the server' ].includes(message)) { - message = 'Unable to connect to the editor. Need help?'; + message = 'Unable to connect to the editor. Need help?'; } port.postMessage({error: message}); diff --git a/source/ghost-text.js b/source/ghost-text.js index 6be6d09..a2168c6 100644 --- a/source/ghost-text.js +++ b/source/ghost-text.js @@ -224,7 +224,7 @@ function updateCount() { }); if (activeFields.size === 0) { - notify('log', 'Disconnected! \n Report issues'); + notify('log', 'Disconnected! \n Report issues'); } } @@ -265,7 +265,7 @@ function startGT() { registerElements(); console.info(knownElements.size + ' fields on the page'); if (knownElements.size === 0) { - notify('warn', 'No supported fields found. Need help?'); + notify('warn', 'No supported fields found. Need help?'); return; } diff --git a/source/options.html b/source/options.html index f669243..eea5bae 100644 --- a/source/options.html +++ b/source/options.html @@ -19,7 +19,7 @@ /> -

    You can find information on how GhostText works and how to troubleshoot any issues on its repo.

    +

    You can find information on how GhostText works and how to troubleshoot any issues on its repo.


    If you find this useful, consider supporting its development by donating or sponsoring me on GitHub.

    Made with 🍕 by fregante.