doclin-dev / doclin

Server and VS Code Extension of Doclin
https://doclin.dev
GNU Affero General Public License v3.0
45 stars 22 forks source link

WIP: Make git optional #85

Closed shawonibnkamal closed 9 months ago

shawonibnkamal commented 9 months ago

Problem Statement

We are requiring users to have multiple requirements that causes friction in using doclin for the first time.

  1. Having git installed in the system.
  2. Having to open the root directory of a git repository.

Solution

Make git usage and folder opening optional. User can still use doclin if they open any file or folder that do not belong to git.

Testing Notes