this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

✨ (doc jit) add doc jit project

+42 -10
+42 -10
src/components/presentation/my-projects.vue
··· 4 4 5 5 <ul> 6 6 <li> 7 - <a href="https://litenote.space/" target="_blank" rel="noopener noreferrer">Lite note</a>: highly inspired by <a 8 - href="https://notes.andymatuschak.org/About_these_notes" target="_blank" rel="noopener noreferrer">Andy 9 - Matuschak notes' website</a>, I wanted to have a 10 - clean design where I can explore my notes I take on VS Code. 7 + <a 8 + href="https://litenote.space/" 9 + target="_blank" 10 + rel="noopener noreferrer" 11 + >Lite note</a 12 + >: highly inspired by 13 + <a 14 + href="https://notes.andymatuschak.org/About_these_notes" 15 + target="_blank" 16 + rel="noopener noreferrer" 17 + >Andy Matuschak notes' website</a 18 + >, I wanted to have a clean design where I can explore my notes I take 19 + on VS Code. 11 20 </li> 12 - <li><a href="https://www.npmjs.com/package/retrobus" target="_blank" rel="noopener noreferrer">retrobus</a>: an 13 - event bus lib I made for fun with a little 14 - extra retroactive feature.</li> 21 + 15 22 <li> 16 - <a href="https://www.npmjs.com/package/vue-pwa-asset-generator" target="_blank" rel="noopener noreferrer">Vue 17 - PWA Asset generator</a>: a cli command (now 18 - a bit out of date) that generates the multiple favicons needed for a Progressive Web App. 23 + <a 24 + href="https://www.npmjs.com/package/retrobus" 25 + target="_blank" 26 + rel="noopener noreferrer" 27 + >retrobus</a 28 + >: an event bus lib I made for fun with a little extra retroactive 29 + feature. 30 + </li> 31 + 32 + <li> 33 + <a 34 + href="https://www.npmjs.com/package/vue-pwa-asset-generator" 35 + target="_blank" 36 + rel="noopener noreferrer" 37 + >Vue PWA Asset generator</a 38 + >: a cli command (now a bit out of date) that generates the multiple 39 + favicons needed for a Progressive Web App. 40 + </li> 41 + 42 + <li> 43 + <a 44 + href="https://marketplace.visualstudio.com/items?itemName=jcalixte.doc-jit" 45 + target="_blank" 46 + rel="noopener noreferrer" 47 + >Doc-JIT</a 48 + >: <i>just in time</i> documentation. It displays the right 49 + documentation when you need it. Doc-JIT is an VS Code extension 50 + developers to open the most relevant documentation when coding features. 19 51 </li> 20 52 </ul> 21 53 </section>