EditiorPreviewSplit
createFilesort

Hey there 👋

Intro to kode keeper


Hey there 👋, this is kode keeper a writing app built by Sanket kalekar

Empower your writing journey with KodeKeepr, crafted by ME.

Hi!

It is aimed towards folks who code and like to have a minimal and distraction free interface to write there notes on.

Modes


kode keeper has 3 main modes : Editor, Previewer and Split

You can switch between these three modes, by using the icons on the top-right corner.

  1. Editor : It's gives you a markdown editor to edit you files.

  2. Previewer : It let's you see the preview of what you have written.

  3. Split : It let's you see both Editor and Previewer at the same time

We recommend using the Editor or the Previewer mode at the moment, since the split screen mode slows down as you type more text

Features


  • On the bottom right there is a Text To Speech button, which reads your notes out loud!!

  • On the bottom left there are two buttons Export and Import which as the name suggests let you export and import your notes. (The Notes are exported in .json format)

  • Beside the name of every file on the side panel there is a three dot menu that let's you rename or delete your files

  • In the Side panel on top there are two icons one is for creating a new file and the other one is for sorting your files in either inc. or dec. date order

Suggestions


  • For writing notes use Editor. Since, Split mode slows down as you write more. (Due to the way it's rendered will fix it soon!!)

Markdown Examples


Syntax Highlight

console.log("Hello World!");
print("Hello World")
class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }

Tables

NameCompany
Elon MuskTesla
Mark ZuckerbergMeta
Tim CookApple

Strike and Checkbox

Strikethrough

  • First Task
  • Second Task