-
Notifications
You must be signed in to change notification settings - Fork 0
Home
zip -r -FS seenthis_search-0.3.X-fx.xpi * --exclude '*.git*'
https://extensionworkshop.com/documentation/publish/package-your-extension/#package-linux
utiliser localforage au lieu de localstorage
utilise dexie pour la recherche ?
dans database.js brancher le tout sur dexie dans incsearch.js remplacer les appels à database par un équivalent en dexie
webextensions utils
- https://blog.mozilla.org/addons/2016/04/14/developing-extensions-with-web-ext-1-0/
- https://blog.mozilla.org/addons/2016/04/26/migrating-popup-alt-attribute-from-xulxpcom-to-webextensions/
- https://github.com/piroor/popupalt/commit/5226ce4b8399702f2abe328b77c8500940ef986a#diff-c0f5ac06eafe4e4c02903017f64ec520
une version tout service de delicious incsearch pour chrome qui utilise websql et est presque compat webextension
sqlite en javascript
websql to indexeddb
- http://www.html5rocks.com/en/tutorials/webdatabase/websql-indexeddb/
- https://github.com/greenido/WebSQL-to-IndexedDB-example
- https://greenido.wordpress.com/2011/11/29/convert-your-websql-to-indexeddb/
- http://labs.ft.com/2012/09/ft-style-web-app-on-firefox-and-ie6-to-ie10/
IndexedDB
indexeddb advanced search
- http://stackoverflow.com/questions/12084177/in-indexeddb-is-there-a-way-to-make-a-sorted-compound-query
- http://www.codeproject.com/Articles/744986/How-to-do-some-magic-with-indexedDB
- https://hacks.mozilla.org/2014/06/breaking-the-borders-of-indexeddb/
- http://code.tutsplus.com/tutorials/working-with-indexeddb-part-3--net-36220
- http://blog.marcoliceti.xyz/indexeddb-and-dexie-js/
- http://stackoverflow.com/questions/7086180/indexeddb-fuzzy-search
et comme indexeddb est une bouse, il faut utiliser des wrappers
- https://mozilla.github.io/localForage/#localforage
- https://hacks.mozilla.org/2014/02/localforage-offline-storage-improved/
- https://pouchdb.com/adapters.html
- http://dexie.org/
et ajouter une couche pour la recherche
- http://lunrjs.com/
- IndexedDB+Dexie+Lunr MTG full-text search demo
- https://bl.ocks.org/nolanlawson/6f69f4a573c1da862e92
- indexeddb + lunr
- https://github.com/KingPixil/bit/blob/c2c690abc9429116fac364a8990676a1e485dc21/js/bookmarksHistory/bookmarksWorker.js
- https://github.com/KingPixil/bit/blob/c2c690abc9429116fac364a8990676a1e485dc21/js/util/database.js
dexie fuzzy search
- https://github.com/dfahlander/Dexie.js/issues/267 dexie fulltext search
- https://github.com/dfahlander/Dexie.js/blob/master/samples/full-text-search/FullTextSearch.js dexie the like operator
- https://github.com/dfahlander/Dexie.js/issues/146
list.js semble être une bonne alternative à incsearch
La base : https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Internationalization
Des pistes pour permettre d'internationaliser des éléments du DOM :