(doc jit) add doc jit project

This commit is contained in:
Julien Calixte
2023-05-29 10:30:19 +02:00
parent f314b49a85
commit dab46ccecc

View File

@@ -4,18 +4,50 @@
<ul> <ul>
<li> <li>
<a href="https://litenote.space/" target="_blank" rel="noopener noreferrer">Lite note</a>: highly inspired by <a <a
href="https://notes.andymatuschak.org/About_these_notes" target="_blank" rel="noopener noreferrer">Andy href="https://litenote.space/"
Matuschak notes' website</a>, I wanted to have a target="_blank"
clean design where I can explore my notes I take on VS Code. rel="noopener noreferrer"
>Lite note</a
>: highly inspired by
<a
href="https://notes.andymatuschak.org/About_these_notes"
target="_blank"
rel="noopener noreferrer"
>Andy Matuschak notes' website</a
>, I wanted to have a clean design where I can explore my notes I take
on VS Code.
</li> </li>
<li><a href="https://www.npmjs.com/package/retrobus" target="_blank" rel="noopener noreferrer">retrobus</a>: an
event bus lib I made for fun with a little
extra retroactive feature.</li>
<li> <li>
<a href="https://www.npmjs.com/package/vue-pwa-asset-generator" target="_blank" rel="noopener noreferrer">Vue <a
PWA Asset generator</a>: a cli command (now href="https://www.npmjs.com/package/retrobus"
a bit out of date) that generates the multiple favicons needed for a Progressive Web App. target="_blank"
rel="noopener noreferrer"
>retrobus</a
>: an event bus lib I made for fun with a little extra retroactive
feature.
</li>
<li>
<a
href="https://www.npmjs.com/package/vue-pwa-asset-generator"
target="_blank"
rel="noopener noreferrer"
>Vue PWA Asset generator</a
>: a cli command (now a bit out of date) that generates the multiple
favicons needed for a Progressive Web App.
</li>
<li>
<a
href="https://marketplace.visualstudio.com/items?itemName=jcalixte.doc-jit"
target="_blank"
rel="noopener noreferrer"
>Doc-JIT</a
>: <i>just in time</i> documentation. It displays the right
documentation when you need it. Doc-JIT is an VS Code extension
developers to open the most relevant documentation when coding features.
</li> </li>
</ul> </ul>
</section> </section>