Giter Site home page Giter Site logo

kristscape's People

Contributors

bauen1 avatar btctaras avatar lemmmy avatar luca0208 avatar lustyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kristscape's Issues

Add scroll bar

This would be done in the kristscape file, just by rereading the already-loaded buffer when the page scrolls. I will do this if I have time

Scroll bar will appear at X=51 and go down the whole page

Conform to CONVENTIONS.md

Following the conventions set in #2 would make the project a lot easier to work with. I will try to stay within them from now on, but the current code violates the conventions and I am setting up this issue as a reminder for myself to make things right.

Issue with tabs

Add a new tab, close the tab, and make a new tab again and you'll be greeted with this friendly message:

fixURL function doesnt work

If i put in the url bar for example therockettek.kst, i look into the http log and it shows its trying to contact http://krist.ceriat.net/?a=therocket#at0 and this also happens on all the other urls where it breaks.

The line that causes this is
name = url:sub(8,url:sub(8):find("/")-1)

However you can easly fix this by changing it to just
name = url:sub(8,-2)

and it will work perfectly on any site ๐Ÿ‘

KSML tags checklist

Cursor

  • X
  • Y
  • BR
  • RIGHT
  • SKIP
  • LEFT
  • DOWN
  • UP
  • LF
  • CR
  • TOP

Alignment

  • CENTER
  • CELL
  • P
  • W

Display

  • C
  • HL
  • CLEAR
  • BG
  • HR
  • H
  • TITLE
  • CLEARTITLE
  • CHAR
  • BOX
  • NFP

Functionality

  • END
  • SCRIPT
  • SET
  • EAT
  • FEAST
  • A
  • NT
  • D
  • REDIRECT
  • DELINK
  • REP
  • BLOCK
  • NSFW

Loading ksml.lua

How are you gonna go about this, because os.loadAPI also places the api in _G and everything is local.
Oh and should i try to convert tabs to classes?

Plugins

Would be nice to have a kst/plugins folder. Scripts would be loaded from it with access to some of the kristscape APIs to change behavior.

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.