-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpage.html
59 lines (53 loc) · 3.24 KB
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/simpledotcss/simple.min.css">
</head>
<body class="">
<header><h1 id="figma-ui-mod">Figma UI Mod</h1>
<p>Export figma library analytics and enable UI customisation.</p>
<p>Version: 1.1.0</p>
</header><main
> <h2>Updates</h2>
<p><b>v1.1.0</b> - 11 November 2024
<ul>
<li>Fixed issue preventing CSV export</li><li>Corrected "undefined" library title in Org Analytics modal</li></ul></p>
<p><b>v1.0.3</b> - 23 September 2024
<ul>
<li>Fixed issue preventing CSV export. UI3 changes broke the JS matching.</li><li>Added this page to communicate updates to the extension.</li></ul></p>
<hr>
<h2>Features</h2>
<h3 id="export-library-analytics-as-csv">📊 Export library analytics as CSV</h3>
<p></p>Export your complete <a href="https://help.figma.com/hc/en-us/articles/360039238353-View-and-explore-library-analytics">library analytics</a> overview and detailed component reports</p><p><mark><b>Notes</b></mark></p><ul><li>Library analytics feature requires Organisation or Enterprise plan</li><li>The library analytics modal needs to be visible on screen to extract the information.</li></ul>
<h3 id="enable-several-css-overrides">⚙ Enable several CSS overrides</h3>
<p>Adjust the Figma UI to make better of available space on larger viewports. </p>
<ul>
<li>Doubled the width of the Properties Panel (Right hand sidebar) - reduce truncation</li>
<li>Wider Select Dropdowns - reduce truncation</li>
<li>Increased the size of File Preview thumbnail - more space due to the wider sidebar</li>
<li>Added horizontal scroll to the Layer List - avoid truncation of layer names</li>
<li>Increased the size of Library Analytics modal - instead of a narrow modal it now takes up the full viewport</li>
<li>Full screen branch review modal</li>
<li>Swap instance picker enlarged - reduce truncation</li>
</ul><p><mark><b>Notes</b></mark></p><ul><li>This was released before UI3, the UI customisation may behave unpredictably</li></ul>
<h3 id="js-bookmarklet-alternative-to-chrome-extension-">JS Bookmarklet</h3>
<p>For anyone unable to install browser extensions due to security policies, here is a <a href="https://gist.github.com/NoWorries/5c1763d6ad2ec784366d23b0880ae666">javascript bookmarklet</a> you can use to export the Figma Analytics.</p>
<h3 id="used-by">Used By</h3>
<p>This project is used by the following companies:</p>
<ul>
<li>Lyft</li>
<li>Meta
</li>
</ul>
<h3 id="author">Author</h3>
<p>Created by <a href="https://bsky.app/profile/noworries.nz">Josh Harwod</a>. I hope that you find this as useful as I do.<br/>If you want to say thanks, you can <a href="https://www.buymeacoffee.com/joshdesignnz">buy me a coffee</a>.</p>
<ul>
<li>Github <a href="https://github.com/NoWorries/">@NoWorries</a></li>
<li>Bento <a href="https://bento.me/joshua">@Joshua</a> </li>
<li>LinkedIn <a href="https://www.linkedin.com/in/joshharwood/">Josh Harwood</a></li>
<li>Bluesky <a href="https://bsky.app/profile/noworries.nz">@noworries.nz</a></li>
<li>Twitter <a href="https://x.com/Joshdesignnz">@JoshDesignNZ</a></li>
</ul>
</main>
</body>
</html>