Skip to content

solitudenote/solitude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

        .β–„β–„ Β·       β–„β–„β–Œ  β–ͺ  β–„β–„β–„β–„β–„β–„β€’ β–„β–ŒΒ·β–„β–„β–„β–„  β–„β–„β–„ .
        β–β–ˆ β–€. β–ͺ     β–ˆβ–ˆβ€’  β–ˆβ–ˆ β€’β–ˆβ–ˆ  β–ˆβ–ͺβ–ˆβ–ˆβ–Œβ–ˆβ–ˆβ–ͺ β–ˆβ–ˆ β–€β–„.β–€Β·
        β–„β–€β–€β–€β–ˆβ–„ β–„β–ˆβ–€β–„ β–ˆβ–ˆβ–ͺ  β–β–ˆΒ· β–β–ˆ.β–ͺβ–ˆβ–Œβ–β–ˆβ–Œβ–β–ˆΒ· β–β–ˆβ–Œβ–β–€β–€β–ͺβ–„
        β–β–ˆβ–„β–ͺβ–β–ˆβ–β–ˆβ–Œ.β–β–Œβ–β–ˆβ–Œβ–β–Œβ–β–ˆβ–Œ β–β–ˆβ–ŒΒ·β–β–ˆβ–„β–ˆβ–Œβ–ˆβ–ˆ. β–ˆβ–ˆ β–β–ˆβ–„β–„β–Œ    
         β–€β–€β–€β–€  β–€β–ˆβ–„β–€β–ͺ.β–€β–€β–€ β–€β–€β–€ β–€β–€β–€  β–€β–€β–€ β–€β–€β–€β–€β–€β€’  β–€β–€β–€ 

Solitude aims to be a note taking web application storing notes in git repositories.

Development

npm install
npm run

Note: To deploy easily to github I am using docs/ as my primary folder.

npm run build
# After building it copies the build folder to docs

Flow

  • Get the GitHub token.
  • Show the maintained branch and the notes if exists.
  • If branch doesn't exist ask to create one.
  • Click on the existing note to edit on the markdown editor.
  • Add functionality to create new notes.
  • Save the notes after editing.

Repository status

  • The repository will always be in archived mode and only be active while editing on solitude application.(Under review)
  • All edits will be on master branch.
  • If the master branch is not found, solitude-bot will create one.(Under review).

Repository file structure

  • Notes/
    • Note 1/
      • static/
      • index.md
    • Note 2/
      • static/
      • index.md
  • README.md

Releases

No releases published

Packages

No packages published