Coder Social home page Coder Social logo

ahkbook's People

Contributors

brigand avatar maul-esel avatar nimdahk avatar uberi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ahkbook's Issues

code box - scrolling

Currently, if a code line is too long for the code box, the line breaks. IMO it would be better if a horizontal scrollbar would appear.

I tried adding overflow: scroll to the CSS for .highlight and .highlight code. That makes the scroll bar appear but not movable. Does anyone have an idea to solve this?

split theoretical part

The "some basic things to understand" should be split (as Tuncay suggested). Suggestions are welcome.

external link icon

The icon for external links seems a bit misleading to me. It looks as if every external link would be "dangerous" to open.

I would suggest an icon similar to the one used in wikipedia: icon

Any suggestions / opinions / problems?

Use auto-generated TOC?

We could use Maruku's auto-generated TOC somehow.

However, this would currently needed to be included in each post, as markdown layouts are not allowed.
Note: maybe it works through an include (in the template?) though.

If using it, the stylesheet could customize it further.

downloadable version

Provide a downloadable version

  • how to keep it up-to-date? (hooks?)
  • shell script for packing (might be replaced by something else)
#!bin/sh

rm hook-temp
rm package.zip

mkdir hook-temp

git clone . hook-temp
cd hook-temp

jekyll
cd _site

zip -ll ../../package.zip *
zip -ll ../../package.zip */*

cd ../..
rm -R -f hook-temp
  • update download via github API

Problem:

The CSS location is not offline.

localize screenshot

Could anyone running an english OS please make a new screenshot and replace the file in /en/images/Hello-World-2.png? If you have a better idea for the text, feel free to change it (but also change it in the post).

Source:

MsgBox, 36, a question, Would you like to say 'Hello, World'?

Thanks

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.