Skip to content
/ iter Public

[WIP] Portable project management application on browser.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license-list.js
Notifications You must be signed in to change notification settings

ykrods/iter

Repository files navigation

iter

Portable project management application on browser.

Features

  • Issue management
  • Wiki
  • Note
  • File upload
  • Export json or zip
  • Import json
  • Support reStructuredText
  • Support Mermaid
  • Using indexedDB as datastore, so all data are stored into browser and will not be sent to the outside.

TIPS

mermaid example

.. mermaid::

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;

wiki and wiki link

To create new page,

  1. Create a link on wiki.

    Example:

    * `spec <spec>`_
    
  2. Click link and edit wiki content.

file link

For export zip, it's recommended to use relative url.

.. image:: ../files/foo-diagram.png

About

[WIP] Portable project management application on browser.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license-list.js

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published