Skip to content

InkPad is an open-source, web-based text editor designed for writers and developers who need a simple yet powerful platform to jot down ideas, code snippets, or any text in multiple languages. With its responsive design and Bootstrap-powered interface, InkPad offers a seamless writing experience across all devices.

License

Notifications You must be signed in to change notification settings

Harshit2012/InkPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InkPad

InkPad is an open-source, web-based text editor designed for writers and developers who need a simple yet powerful platform to jot down ideas, code snippets, or any text in multiple languages. With its responsive design and Bootstrap-powered interface, InkPad offers a seamless writing experience across all devices.'

MIT License Forks Stars

Features:

  • Multi-Language Support: Write in any language with automatic direction adjustment.
  • Responsive Design: Built with Bootstrap, InkPad looks great on both desktop and mobile.
  • Local Storage: Save your work locally to continue where you left off.
  • File Operations: Easily upload and download your documents as text files.
  • Python Version: Python version is now avaible.

Technologies

  • HTML
  • CSS
  • JS
  • Bootstrap
  • Google fonts

Cloning Your Fork

To clone your forked repository, use the following command in your terminal:

git clone https://github.com/Harshit2012/InkPad.git
cd InkPad

Syncing Your Fork

To sync your fork with the original repository, you’ll need to add the original repository as an upstream remote:

git remote add upstream https://github.com/Harshit2012/InkPad.git

Fetch the branches and their respective commits from the upstream repository:

git fetch upstream

Check out your fork’s local default branch - usually main:

git checkout main

Merge the changes from the upstream default branch - usually main:

git merge upstream/main

Now, your local default branch is up-to-date with the original repository’s default branch.

Preview

Screenshot (33)

To run Python version

  1. Open the folder in cmd and paste this prompt:
python3 main.py

or

  1. Open file in text editor and run the file.

Install library

If you don't have library that are used in main.py use following prompts

  • To install tkinter
pip install tk
  • To install requests
pip install requests

To run python version⚙️

python main.py

Try it out

Try this website by clicking here

License

This repository is under MIT License

About

InkPad is an open-source, web-based text editor designed for writers and developers who need a simple yet powerful platform to jot down ideas, code snippets, or any text in multiple languages. With its responsive design and Bootstrap-powered interface, InkPad offers a seamless writing experience across all devices.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published