GithubHelp home page GithubHelp logo

stec's Introduction

stec

Straight Text Editor for Console

A down to earth text-editor that is straight-forward, simple and has no obscure keybindings. Ctrl+Z to undo. Ctrl+Y to redo. Ctrl+S to save.

TODO

  • Make reading files possible
  • Make typing possible
  • Make saving possible
  • Just make it better
  • Markdown Table handler

Goals

  • Be aimed to be great for Markdown
  • Be usable by someone who's never used it, especially if you aren't familiar with Linux
  • Automatic resizing of Markdown tables (similar to the Advanced Tables Plugin for Obsidian)
  • Work on both Windows and Linux without any conessions
  • Avoid platform specific code unless absolutely necessary
  • Work without any third-party libraries that most compilers or environments don't come with

How it works:

First the loaded file is split up based on it's lines. These lines are saved in the form of a Doubly Linked List. Each of these List Nodes contains an array containing the relevant Characters.

Whenever a line is edited, it is converted into a Double Linked List as well, to allow for easy editing of Lines.

stec's People

Contributors

officialpixelbrush avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.