Viewing profile — arechsteiner
arechsteiner
HN member- Joined
- Thu, Mar 24, 2016, 11:38 AM UTC
- HN karma
- 516
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About arechsteiner
Recent public activity
- story
-
comment
Comment #16870385
There's also this https://github.com/HackerThemes/theme-machine/blob/master/sc... which is imported in the file that you linked. That's all in terms of SCSS. Then the gulp task run…
-
comment
Comment #16866631
Thank you, that's great to hear. You might like the cheat sheet then. It's similar to the buffet, just a different approach: https://hackerthemes.com/bootstrap-cheatsheet/
-
comment
Comment #16865671
These are simply customized versions of Bootstrap 4.1. They're meant to spice up your Bootstrap project by modifying the colors and looks of the existing components and typography.…
-
comment
Comment #16861537
Sorry to hear that. I've tried to keep some consistency with the layout because the fonts and colors are already all over the place.
- story
- story
-
comment
Comment #15553245
Okay I get your point. I noted it for improvement.
-
comment
Comment #15553128
I built the code picker. It's sidebar on the right side that lets you switch colors, copy elements and inspect their code. In retrospect I could have worded the title better.
-
comment
Comment #15553090
Ah yes, you're correct.
-
comment
Comment #15553059
What did you except of the Picker if I may ask?
-
comment
Comment #15552965
It's currently in beta. According to the developers there will be no more breaking changes, so that's something. It's also the default download version on getbootstrap.com now. For…
-
comment
Comment #15552843
Thank you! That one is my own favorite as well.
- story
- story
- story
-
comment
Comment #13279097
Not up to date with atom/electron but I kind of assumed that the whole point of building an editor in JavaScript was to be able to use it in some sort of browser context, for examp…
-
comment
Comment #11543463
I've answered a similar question [here]( https://news.ycombinator.com/item?id=11542647 ). I'll consider release it at some point, but currently it's not open sourced. I'm flattered…
-
comment
Comment #11543429
It's not currently open source, but I will consider it in the future. Either in the state it is in or possibly some normalized scaffolding version to easily create a cheat sheet li…
-
comment
Comment #11543102
Thank you dang!
-
comment
Comment #11542832
I assure you I'm not trying to hold you hostage. I just thought it would be more useful this way. Guess I'll change it soon, given the feedback I'm receiving.
-
comment
Comment #11542390
Thank you! I'm not planning a version for Bootstrap 2 and 3 at the moment simply because it's a lot of effort maintaining all the samples, so I wanted to focus all my effort on the…
-
comment
Comment #11542365
Thanks. I'm using Jekyll to generate my whole website, including the cheat sheet. So it's pretty much a DIY project on top of Jekyll, using jQuery on the front-end to move DOM elem…
-
comment
Comment #11542267
Thanks for your suggestion. I've considered adding a search/filter box, but I've decided that people can use Ctrl+f/Ctrl+g (assuming Chrome) in order to find items. I might add it …
-
comment
Comment #11542232
Thanks. I've added right/left arrows to the to do list. About the back button: Do other people feel the same way? This is by design, but I'm open to change this behavior if people …