Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu committed Oct 1, 2022
1 parent 399e1b3 commit 16e3ff5
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ This includes a dialog showing your whole inventory, the content of each capsule
It adds a highlight that shows all portals in view (even not loaded) you have keys.
You can export the key numbers to the [Keys](https://iitc.app/download_desktop.html#keys_bqy_xelio_release) plugin if available. In the later case, you benefit from the Keys plugin, including [keys on map](https://iitc.app/download_desktop.html#keys-on-map_bqy_xelio_release), and in the [portals list](https://iitc.app/download_desktop.html#portals-list_bqy_teo96_release).

![preview](/img/inventory_summary.png)
![preview](/img/inventory_sub_details.png)
![preview](/img/inventory_features.png)

## [Comm Filter Tab][comm-filter-tab]
Show virus in the regular Comm and add a tab/pane with portal/player name filter and event type filter. This script refactors IITC chat code and parses chat log to flag each comm by its type. The features are inspired by [COMM Filter](https://github.com/udnp/iitc-plugins) by udnp

![preview](/img/commFilter_example.png)

## [Ingress Icons][ingress-icons]
Bring [ameba64/ingress-items](https://github.com/ameba64/ingress-items) icons into IITC. Currently for mods only, in portail details and as overlay on mobile

## [Portals pictures dialog][portals-pictures] for easier portal lookup on IFS decoding
Add a dialog including the pictures of all visible portals. When clicking one, the portal is selected. The list of picture is sorting according to the number of click so you can find easily a already clicked picture.

![preview](/img/portals-pictures_example.png)

## [CartoDB and default Ingress map with labels above Ingress layers][labels_layer]
Bring the labels (street/city/etc) of CartoDB or default Ingress map above the fields/links and portal.

Expand All @@ -41,21 +49,46 @@ Both plugins need the plugin [maplibre-gl-js.user.js][maplibre-gl-js] as depende
## [MUs Comm Tab][muTab]
Adds a tab to the chat and computes the MU score per player parsing the COMM. The data is delete only on page reload or by user interaction (per player) so you can move the map without losing the already loaded scores.

![preview](/img/muTab_example.png)

## [Dialog List][dialogs]
Because of overdose of dialogs. List open dialogs in the sidebar with the ability to give focus or close a dialog.

## [What3Words search][what3words]
Use the [what3word](https://what3words.com) location in the IITC search bar.

## [GUID search][search-guid]
Look for a valid GUID in the IITC search bar and look for the portal if any. This can be useful when copy/pasting a Ingress deep link.

## [Earth 3D][d3-sphere]
Add a basic 3D glimpse of current view. Mainly useless except for seeing links as straight lines on the globe.

## [Highlighters][highlighters]
Makes IITC handle multiple highlighter concurrently.

## [Customizable highlighter][highlight-customize]
Basic but powerful customizable highlighter inspired by [Expression for MapBox Style](https://docs.mapbox.com/mapbox-gl-js/style-spec/expressions/). Claim: all official highlighters can be defined by a static JSON object.

## [Copy agent link][copy-agent-link] (mobile only)
Copy agent profile link on press for IITC Mobile.

[basemap-google-custom]: https://le-jeu.github.io/iitc-plugins/basemap-google-custom.user.js
[basemap-mapboxgl]: https://le-jeu.github.io/iitc-plugins/basemap-mapboxgl.user.js
[cache-portals]: https://le-jeu.github.io/iitc-plugins/cache-portals.user.js
[copy-agent-link]: https://le-jeu.github.io/iitc-plugins/copy-agent-link.user.js
[d3-sphere]: https://le-jeu.github.io/iitc-plugins/d3-sphere.user.js
[dialogs]: https://le-jeu.github.io/iitc-plugins/dialogs.user.js
[comm-filter-tab]: https://le-jeu.github.io/iitc-plugins/comm-filter-tab.user.js
[glify-layer]: https://le-jeu.github.io/iitc-plugins/glify-layer.user.js
[highlight-customize]: https://le-jeu.github.io/iitc-plugins/highlight-customize.user.js
[highlight-intel-uniques]: https://le-jeu.github.io/iitc-plugins/highlight-intel-uniques.user.js
[highlighters]: https://le-jeu.github.io/iitc-plugins/highlighters.user.js
[ingress-icons]: https://le-jeu.github.io/iitc-plugins/ingress-icons.user.js
[labels_layer]: https://le-jeu.github.io/iitc-plugins/labels_layer.user.js
[maplibre-gl-js]: https://le-jeu.github.io/iitc-plugins/maplibre-gl-js.user.js
[maplibre-layers]: https://le-jeu.github.io/iitc-plugins/maplibre-layers.user.js
[muTab]: https://le-jeu.github.io/iitc-plugins/muTab.user.js
[player-inventory]: https://le-jeu.github.io/iitc-plugins/player-inventory.user.js
[portals-pictures]: https://le-jeu.github.io/iitc-plugins/portals-pictures.user.js
[search-guid]: https://le-jeu.github.io/iitc-plugins/search-guid.user.js
[what3words]: https://le-jeu.github.io/iitc-plugins/what3words.user.js
Binary file added img/commFilter_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/inventory_features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/inventory_sub_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/inventory_summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/muTab_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portals-pictures_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16e3ff5

Please sign in to comment.