Show HN: Aquietplace, a small writing tool
21–28 of 28 posts
Re: Show HN: Aquietplace, a small writing tool
#22Nice, but full screen mode won't accept input on OS X 10.10.3 using Safari 8.0.5. I can input in the browser and it shows fine. If I full screen it the text remains but it ignores input.
https://medium.com/adventures-in-consumer-technology/allow-k...
Seems like the best recourse is to disable the feature in Safari. Bummer.
Re: Show HN: Aquietplace, a small writing tool
#23Re: Show HN: Aquietplace, a small writing tool
#24In full screen mode, the entire screen goes black. It still accepts input, but I can't actually see what is being typed. This is on Mac OSX 10.10.3, using Firefox 37.0.2.
bg:fullscreen, bg:-webkit-full-screen, bg:-moz-full-screen {
background-color: rgba(255,255,255,0);
}
But it does not get respectedRe: Show HN: Aquietplace, a small writing tool
#25Re: Show HN: Aquietplace, a small writing tool
#26I love the black background in full screen feature a lot. I have actually wanted to write this (trivial)tool myself. I do not like others (around me) to read my blog posts or emails before I finish writing them. And this is perfect for getting the initial draft to work with. I usually am distracted by what I'd already written before I finish writing what I wanted to write. This tool helps me not do the root of all ev…
Re: Show HN: Aquietplace, a small writing tool
#27In full screen mode, the entire screen goes black. It still accepts input, but I can't actually see what is being typed. This is on Mac OSX 10.10.3, using Firefox 37.0.2.
I cannot for the life of me figure out how to fix this. Maybe someone here knows. I define the fullscreen bg color: bg:fullscreen, bg:-webkit-full-screen, bg:-moz-full-screen { background-color: rgba(255,255,255,0); } But it does not get respected
Re: Show HN: Aquietplace, a small writing tool
#28I love the black background in full screen feature a lot. I have actually wanted to write this (trivial)tool myself. I do not like others (around me) to read my blog posts or emails before I finish writing them. And this is perfect for getting the initial draft to work with. I usually am distracted by what I'd already written before I finish writing what I wanted to write. This tool helps me not do the root of all ev…
How do you change the background?
Formatting options would be nice, for now you can copy some text from an external HTML document and it will preserve the formatting. You can then edit this text.