Giter VIP home page Giter VIP logo

corepad's Introduction

The name's Mellobacon, a nerd trying to make cool stuff.

  • ๐ŸŒŽ I am from the USA ๐Ÿค 

  • ๐Ÿ‘ฉโ€๐ŸŽ“ I am currently a university student, Senior (or fourth year in uni for you international peeps xd)

  • ๐ŸŽ“ Iโ€™m currently learning C#, Tauri, and JavaScript/TypeScript

  • ๐Ÿ”ฅ Iโ€™m currently working on Nucleus, a text editor

  • ๐Ÿ–ฅ๏ธ Extra: Check out other cool project I did!

  • Looking for a project to contribute on? Help is wanted!


My Skill Set

Here's a little summary of what I know

Languages


  • HTML5
  • CSS
  • SCSS
  • JavaScript
  • TypeScript
  • C#
  • Java
  • Python

Frameworks


  • .NET
  • Bootstrap
  • Svelte
  • Electron
  • Tauri

Github Stats

corepad's People

Contributors

mellobacon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

corepad's Issues

[BUG]: Content cuts off when trying to print

Content gets cut off on the right side if it overflows the page.

This is the css that handles printing. Whatever solution there is it has to do with this.

CorePad/src/style.css

Lines 64 to 90 in afb559d

@media print {
* {
overflow: visible !important;
}
body * {
visibility: hidden;
}
.cm-content,
.cm-content * {
visibility: visible;
white-space: pre-wrap !important;
word-wrap: break-word !important;
page-break-inside: avoid !important;
}
.cm-content {
display: block;
position: relative;
width: auto;
height: auto;
top: 0;
left: 0;
color: black;
}
}

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.