Skip to content

Create notes with markdown, store it in a local database. Supports importing/exporting!

Notifications You must be signed in to change notification settings

LucasDeProgrammeur/scrimbly

Repository files navigation

Scrimbly

GitHub top language GitHub all releases GitHub Workflow Status (with branch)

Create notes and quick documentation on the fly!

Scrimbly allows for quick (line) markdown for fast documentation. Do you want a quick cheatsheet, a task list for your current week, or you want to paste some images down? Not a problem!

Multiple notes

Save as many notes as you like. Filter them out using the searchbar, and rename them if needed. Scrimbly uses a local database to save your notes.

File export

For backup, and especially during the early development stages of Scrimbly, it's important to be able to import and export. Scrimbly can do it. If you've accidentally deleted a note, you can always rely on any export files you've made.

Feature showcase

Markdown (headers)

It is possible to use headings inside of your notes Alt Text

Create checkboxes

You can create checkboxes within your notes and add text after it Alt Text

Create bold and italic text

Alt Text

Running and building from source

You will need git and nodejs to perform these steps First, clone this repository using git clone https://github.com/LucasDeProgrammeur/scrimbly Then, cd into the newly created directory, and run npm install Afterwards, run npm run dev to run the program while in development, or npm run build to build the project.