Commit Graph

  • b9af796e02 toggle show all names with shift key familyfriendlymikey 2022-08-23 01:32:44 -0400
  • 92c0a5cf97 update readme familyfriendlymikey 2022-08-22 22:14:53 -0400
  • adbd1f942e implement parsing and display of bangs and effective names, rename img to icon, change default links, update readme familyfriendlymikey 2022-08-22 21:08:31 -0400
  • 45257a2952 enable pasting with non-default bangs familyfriendlymikey 2022-08-22 17:36:36 -0400
  • 9be13f30a0 use "is" instead of === familyfriendlymikey 2022-08-22 16:55:26 -0400
  • 54f3fcac63 update package.json http server familyfriendlymikey 2022-08-22 02:06:50 -0400
  • 8ee92e8b85 add fuzzyhome version to export filename familyfriendlymikey 2022-08-22 01:59:56 -0400
  • 1bd3170ecc remove search engine config in favor of default bangs, populate edit prompt with link text familyfriendlymikey 2022-08-22 01:50:12 -0400
  • 293e0f6271 add editing familyfriendlymikey 2022-08-21 11:32:36 -0400
  • e4d96af5bb edit initial link text familyfriendlymikey 2022-08-21 11:26:31 -0400
  • 57df3f1055 fix wrapping on search and bangs familyfriendlymikey 2022-08-21 01:04:22 -0400
  • f7b3075889 0.1.40 familyfriendlymikey 2022-08-20 18:33:20 -0400
  • 30ee6ceb28 edit package.json familyfriendlymikey 2022-08-20 14:41:34 -0400
  • 26f4500229 change title familyfriendlymikey 2022-08-20 14:29:45 -0400
  • 1529c3bc9d
    Update readme.md Mikey 2022-08-18 01:12:26 -0400
  • 21ab265cd2 add bangs familyfriendlymikey 2022-08-17 09:07:06 -0400
  • e8825b9788 use immediate invocation of anonymous function instead of set_search_engine familyfriendlymikey 2022-08-17 08:47:06 -0400
  • 97d00cd5f9 update readme familyfriendlymikey 2022-08-16 19:54:27 -0400
  • 92d1003136 dont overwrite search engine config familyfriendlymikey 2022-08-16 19:42:39 -0400
  • 14abde7168 add create and delete hotkeys, update readme familyfriendlymikey 2022-08-16 18:35:22 -0400
  • ac8b26f856 parse urls to allow for localhost links and icon grabbing from hostname familyfriendlymikey 2022-08-16 18:13:11 -0400
  • 07a1e455a0 update sw familyfriendlymikey 2022-08-16 02:34:04 -0400
  • 802cb5b8f9 remove state.imba familyfriendlymikey 2022-08-16 02:11:44 -0400
  • 2198b34111 improve initial page visit load time familyfriendlymikey 2022-08-16 01:38:43 -0400
  • 29c37c95f2 prevent favicon requests (which take 50-100ms) familyfriendlymikey 2022-08-16 00:58:40 -0400
  • e98a41f09d fix config reset familyfriendlymikey 2022-08-16 00:55:35 -0400
  • 69de7f5a7a update service worker familyfriendlymikey 2022-08-15 22:16:05 -0400
  • ca50b4d046 tune deletions familyfriendlymikey 2022-08-15 21:54:56 -0400
  • 5d111dcea4 update readme familyfriendlymikey 2022-08-15 21:54:13 -0400
  • b8121bcc46 better loading indicators, handle invalid config familyfriendlymikey 2022-08-15 19:16:55 -0400
  • 9f7853fc81 use overflow-wrap familyfriendlymikey 2022-08-15 18:10:38 -0400
  • 0347204e97 update db familyfriendlymikey 2022-08-15 17:22:49 -0400
  • 4c4b4310d7 update readme familyfriendlymikey 2022-08-15 15:59:04 -0400
  • bca8435d48 update package.json familyfriendlymikey 2022-08-15 15:57:13 -0400
  • 5f7966d984 ensure frequency gets incremented on link click/return familyfriendlymikey 2022-08-15 15:46:22 -0400
  • 0e757aa4bf use imba build instead of imbac to build service worker as module so I can import version from package.json to sw.imba familyfriendlymikey 2022-08-15 15:45:29 -0400
  • f4e5a68ff2 clean up service worker familyfriendlymikey 2022-08-15 15:23:47 -0400
  • 3a2fb9f9bf refactor, v0.1.0 - use dexie instead of idb_wrapper.imba - use dexie-export-import instead of upload.imba - use downloadjs instead of download.imba - use fzi instead of bundling fzy.imba - rename link.link to link.url in database v2 - change default links - use config.search_engine object for search engine options - allow multiple of same name - show date in main-input instead of fuzzyhome version - print fuzzyhome version in console familyfriendlymikey 2022-08-15 15:20:02 -0400
  • f1376a487f fix return familyfriendlymikey 2022-07-24 10:28:06 -0400
  • d3390c543a fix link styling familyfriendlymikey 2022-07-24 01:16:40 -0400
  • b40066755f make links open in new tab properly familyfriendlymikey 2022-07-24 00:52:17 -0400
  • 20c116d3d5 remove icon and title, use emojis familyfriendlymikey 2022-07-19 19:33:04 -0400
  • 8ead5c04a2 change deployment from github pages to cloudflare familyfriendlymikey 2022-07-19 18:57:43 -0400
  • f9bcb02894 move selection on hover familyfriendlymikey 2022-07-19 18:49:27 -0400
  • 6fcec34fb7 implement moving selection with arrow keys familyfriendlymikey 2022-07-19 17:32:09 -0400
  • 00afea8047 encode uri for search queries familyfriendlymikey 2022-07-19 17:17:21 -0400
  • 34e2ae0541 update readme familyfriendlymikey 2022-05-30 14:54:52 -0700
  • 06582001f3 fix pasting going to wrong href familyfriendlymikey 2022-05-15 17:36:52 -0700
  • 72f540f588 focus at bottom of render because autofocus=yes doesnt work Mikey Oz 2022-05-14 19:00:01 -0700
  • 7d1d60df53 link styling on search engines Mikey Oz 2022-05-14 18:51:58 -0700
  • fa62514b6b allow search engine configuration, set settings active to false when done exporting/importing/configuring search engine Mikey Oz 2022-05-14 11:41:24 -0700
  • a08e58ca1b on handle return search google if there are no results Mikey Oz 2022-05-14 08:46:14 -0700
  • 86d68fb7aa add prefix to exported json Mikey Oz 2022-05-10 14:23:56 -0700
  • 19a3f83ab5 remove margin bottom on first link Mikey Oz 2022-05-04 18:34:12 -0700
  • 6932f0b730 color new link url differently, dont show create link prompt if name exists Mikey Oz 2022-05-04 15:48:10 -0700
  • 78dd429265 add default links for new users per trafnar's idea Mikey Oz 2022-05-04 15:21:48 -0700
  • 6ba298602e add help button Mikey Oz 2022-05-04 15:08:53 -0700
  • cb5123c28a remove import and export buttons Mikey Oz 2022-05-04 15:03:52 -0700
  • c251811d5f remove delete button per @trafnar idea. Mikey Oz 2022-05-04 14:52:34 -0700
  • 730d6331b0 highlight topmost search result, credit to trafnar Mikey Oz 2022-05-04 14:27:37 -0700
  • a8767e8b02 remove create button in favor of trafnar's result idea Mikey Oz 2022-05-04 14:14:50 -0700
  • 324da687d8 add favicon Mikey Oz 2022-05-03 23:09:47 -0700
  • 2fd8eaa970 store favicons Mikey Oz 2022-05-03 22:35:33 -0700
  • e444ba759d add favicons Mikey Oz 2022-05-03 19:06:53 -0700
  • af38762f55 show frequencies Mikey Oz 2022-05-03 18:36:28 -0700
  • 1bd7296034 lighter font weight Mikey Oz 2022-05-03 16:46:34 -0700
  • 491145ad3f implement paste handling Mikey Oz 2022-05-03 15:30:35 -0700
  • ccc6fa0aca implement sorting home page by frequency Mikey Oz 2022-05-03 15:00:38 -0700
  • 7eb1068807 add service workers Mikey Oz 2022-05-03 04:40:33 -0700
  • d74d06ebd2 update package.json, add readme Mikey Oz 2022-05-02 16:08:29 -0700
  • 316f0f90f7 initial commit Mikey Oz 2022-05-02 15:52:58 -0700