Skip to content

Commit fab804c

Browse files
committed
Add multimedia tools
1 parent f64de15 commit fab804c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ This list aims to assist by providing you with out-of-box templates and practica
2727
- [General Tools](#general-tools)
2828
- [Site Builder](#site-builder)
2929
- [Wiki Builder](#wiki-builder)
30-
- [Knowledge Management](#knowledge-management)
30+
- [Knowledge Base Builder](#knowledge-base-builder)
3131
- [Text Checker](#text-checker)
3232
- [Diagramming Tool](#diagramming-tool)
33+
- [Multimedia Tool](#multimedia-tool)
3334
- [More Topics](#more-topics)
3435
- [Comunities](#comunities)
3536
- [Guidelines](#guidelines)
@@ -258,6 +259,7 @@ API is the univesal language of the software world, which needs to be documented
258259
- [Starlight](https://github.com/withastro/starlight) ![GitHub Repo stars](https://img.shields.io/github/stars/withastro/starlight) - Build beautiful, accessible, high-performance documentation websites with Astro.
259260
- [Docco](https://github.com/jashkenas/docco) ![GitHub Repo stars](https://img.shields.io/github/stars/jashkenas/docco) - A quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
260261
- [bookdown](https://github.com/rstudio/bookdown) ![GitHub Repo stars](https://img.shields.io/github/stars/rstudio/bookdown) - Authoring Books and Technical Documents with R Markdown.
262+
- [Doctave](https://github.com/Doctave/doctave) ![GitHub Repo stars](https://img.shields.io/github/stars/Doctave/doctave) - A batteries-included developer documentation site generator.
261263

262264
### Wiki Builder
263265

@@ -272,7 +274,7 @@ API is the univesal language of the software world, which needs to be documented
272274
- [The Federated Wiki](https://www.writethedocs.org/videos/na/2015/keynote-the-federated-wiki-ward-cunningham/) - Use federation to ease sharing, by Ward Cunningham.
273275
- [Node.js server version](https://github.com/fedwiki/wiki) - Federated Wiki node server as npm package.
274276

275-
### Knowledge Management
277+
### Knowledge Base Builder
276278

277279
- [Documize](https://github.com/documize/community) - Modern Confluence alternative designed for internal & external docs.
278280
- [Confluence in a Docker container](https://github.com/cptactionhank/docker-atlassian-confluence) - Atlassian Confluence wrapped in a Docker image.
@@ -289,9 +291,19 @@ API is the univesal language of the software world, which needs to be documented
289291

290292
### Diagramming Tool
291293

294+
- [Excalidraw](https://github.com/excalidraw/excalidraw) - An open source virtual hand-drawn style whiteboard for sketching hand-drawn like diagrams.
292295
- [draw.io](https://github.com/jgraph/drawio) (Open Source) - A JavaScript, client-side editor for general diagramming.
293296
- [(Chinese) Architecture Diagramming: Tools and Methodologies](https://developer.aliyun.com/article/774446) - It discusses the benefits of using diagrams in architecture document, and highlights some standards and best practices.
294297

298+
### Multimedia Tool
299+
300+
- [Animockup](https://github.com/alyssaxuu/animockup) - A web-based tool that helps you create animated mockups for your product teasers.
301+
- [asciinema](https://github.com/asciinema/asciinema) - A command-line tool for recording terminal sessions.
302+
- [Tenacity](https://codeberg.org/tenacityteam/tenacity) - An easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor for Windows, macOS, Linux, and other operating systems.
303+
- [Screenity](https://github.com/alyssaxuu/screenity) - The free and privacy-friendly screen recorder with no limits.
304+
- [rrweb](https://github.com/rrweb-io/rrweb) - A tool for recording and replaying users' interactions on the web.
305+
- [ScreenToGif](https://github.com/NickeManarin/ScreenToGif) - Record a selected area of your screen, edit and save it as a gif or video.
306+
295307
## More Topics
296308

297309
### Comunities

0 commit comments

Comments
 (0)