Skip to content

Commit

Permalink
deploy: e44929c
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroppeter committed Sep 22, 2024
1 parent 43623ce commit d58411f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,19 +210,23 @@ <h1>nimibook</h1>
provided by <a href="https://github.com/soasme/nim-markdown">nim-markdown</a>. For a quick reference of supported syntax see this <a href="https://pietroppeter.github.io/nimib/cheatsheet.html">cheatsheet</a> (created with nimib).</p>
<!--refs-->
<h2>Status</h2>
<p>Nimibook is actively maintained (<a href="https://github.com/pietroppeter/nimibook/issues?q=is%3Aopen+is%3Aissue+label%3A2023H1%2C2023H2">target issues for 2023</a>)
and it provides the basic functionality
<p>Nimibook as it is provides the basic functionality
needed to create a book with markdown and nimib sources.
It still has some features missing from mdbook
(see <a href="https://github.com/pietroppeter/nimibook/issues/9#issuecomment-851989939">this issue</a>).</p>
(see <a href="https://github.com/pietroppeter/nimibook/issues/9#issuecomment-851989939">this issue</a>).
Contributions are welcome and we will provide guidance and code reviews.
You can join a <a href="https://github.com/pietroppeter/nimib/discussions/categories/nimib-speaking-hours">Nimib Speaking Hours</a>
session if you want some live discussions on whether or not a feature fits or you want pointers on how to help out.</p>
<p>To follow up on recent changes check the <a href="https://github.com/pietroppeter/nimibook/blob/main/changelog.md">changelog.md</a>.</p>
<h2>Example sites using nimibook</h2>
<ul>
<li><a href="https://scinim.github.io/getting-started/">scinim/getting-started</a></li>
<li><a href="https://norm.nim.town">moigagoo/norm</a></li>
<li><a href="https://philippmdoerner.github.io/Snorlogue/bookCompiled/">PhilippMDoerner/Snorlogue</a></li>
<li><a href="https://philippmdoerner.github.io/mapster/index.html">PhilippMDoerner/mapster</a></li>
<li><a href="https://%C4%93.nu/docs/intro.html">dsrw/enu</a></li>
<li><a href="https://scinim.github.io/getting-started/">scinim/getting-started</a>: Getting started with Nim for Scientific Computing</li>
<li><a href="https://norm.nim.town">moigagoo/norm</a>: A Nim ORM for SQLite and Postgres</li>
<li><a href="https://karkas.nim.town/">moigagoo/karkas</a>: Layout helpers and syntactic sugar for Karax</li>
<li><a href="https://philippmdoerner.github.io/Snorlogue/bookCompiled/">PhilippMDoerner/Snorlogue</a>: A plugin for the prologue web-framework that provides a set of simple CRUD routes to administrate your database</li>
<li><a href="https://philippmdoerner.github.io/mapster/index.html">PhilippMDoerner/mapster</a>: A simple way to generate mapping functions at compile-time without having to write them yourself</li>
<li><a href="%5Bhttps://%C4%93.nu/docs/intro.html%5D(https://getenu.com/docs/intro.html)">dsrw/enu</a>: A Logo-like 3D environment, implemented in Nim</li>
<li><a href="https://can-lehmann.github.io/owlkettle/README.html">can-lehmann/owlkettle</a>: A declarative user interface framework based on GTK 4</li>
</ul>
<p>You are welcome to open a PR and add your site using nimibook here.</p>
<h2>Features</h2>
Expand Down

0 comments on commit d58411f

Please sign in to comment.