Skip to content

Releases: Hardocs/desktop-app

New Metadata Editing feature with JSON Schemas

27 Aug 13:40
Compare
Choose a tag to compare

Features

  • JSON schema based metadata editor for structured json data files: You can now create and edit multiple metadata documents from a JSON schema standard urls seamlessly.
  • Hardocs metadata manifest: captures the metadata and structure of the documentation project.
  • Create and edit rich text with images: as in previous version using CKeditor

Changes:

  1. Refactored the codebase with vuetify, a standard UI component library for rapid development (Tailwindcss was replaced with vuetify due to the fact that tailwindcss is more of a CSS framework than a component library and vuetify components cover most of our use case, therefore, we do not have to build components from scratch).
  2. A much consistent and compatible JSON schema validator with a toggle on and off option.
  3. We removed the Create project from existing folder button because it was considered redundant.

v0.1.3

26 Jan 10:02
Compare
Choose a tag to compare

Hotfix addressing the following issues 🤖

Hardocs not working properly offline

We had to remove the mathype feature at the moment because it relies on an http request that disables the possibility of having it operating completely offline at the moment.
See more details here #59.

Save docs deleting html files in an unintended way

Documents were being deleted unitentionally during the save operation.
See more details here #42

v0.1.2

11 Dec 10:00
Compare
Choose a tag to compare

Release notes

Hardocs is an app focused on easy documentation for non-code focused projects like hardware design.

To read more about the project go to hardocs.github.io.

Current features

  • Open source.
  • Multiplatform desktop app that produces html documents.
  • Document editor that supports , code, tables, and math formulas.
  • Image handling(from drag and drop to screen shots, and urls).
  • Creation of several documents.
  • Standalone html documents that can be opened in any browser. You can share hardocs documents easily and anyone can read them as long as they have a browser.
  • Copy paste these documents in other rich text editors like emails and you will get the same formatting result.

Release notes

10 Dec 13:32
Compare
Choose a tag to compare

🚀 Download linux version from snapstore

Release notes

Hardocs is an app focused on easy documentation for non-code focused projects like hardware design.

To read more about the project go to hardocs.github.io.

Current features

  • Open source.
  • Multiplatform desktop app that produces html documents.
  • Document editor that supports , code, tables, and math formulas.
  • Image handling(from drag and drop to screen shots, and urls).
  • Creation of several documents.
  • Standalone html documents that can be opened in any browser. You can share hardocs documents easily and anyone can read them as long as they have a browser.
  • Copy paste these documents in other rich text editors like emails and you will get the same formatting result.