Show HN: Nash, I made a standalone note with single HTML file
31–40 of 153 posts
Re: Show HN: Nash, I made a standalone note with single HTML file
#32Re: Show HN: Nash, I made a standalone note with single HTML file
#33I still don't understand what is this even though I read all you wrote both here and on the web page.
The idea is you would write everything in the webpage, like. Google Doc. Then you can download that web page and share it with anyone anywhere and nearly everyone will be able to read it because it will open in a browser
Re: Show HN: Nash, I made a standalone note with single HTML file
#34Thanks for making this. Sometimes I want to just write a quick note and serve as a static html file and this is very useful for that purpose.
Re: Show HN: Nash, I made a standalone note with single HTML file
#35Re: Show HN: Nash, I made a standalone note with single HTML file
#36Does this support Chrome's filesystem API?
Re: Show HN: Nash, I made a standalone note with single HTML file
#37This is cool. It's funny how we are (or maybe just I am) so used writing the JS parts of websites outside of the actual HTML that my first thought upon seeing this was "wow it's crazy that this can be done with just HTML". And then looking at the source and seeing all the JS in plain old script tags made me remember that that's a thing that you can do.
HTML is underrated. Most of the screens we look at daily, including our code editor are HTML pages.
My Code editor is NeoVim or it's IntelliJ
But there is no HTML page involved at all.
What I want to hint at: You're extrapolating the usage of VSCode.
Re: Show HN: Nash, I made a standalone note with single HTML file
#38Earlier quoted context omitted.
HTML is underrated. Most of the screens we look at daily, including our code editor are HTML pages.
Eh, no? My Code editor is NeoVim or it's IntelliJ But there is no HTML page involved at all. What I want to hint at: You're extrapolating the usage of VSCode.
Re: Show HN: Nash, I made a standalone note with single HTML file
#39Earlier quoted context omitted.
HTML is underrated. Most of the screens we look at daily, including our code editor are HTML pages.
Eh, no? My Code editor is NeoVim or it's IntelliJ But there is no HTML page involved at all. What I want to hint at: You're extrapolating the usage of VSCode.
Also, extrapolating usage of vscode seems pretty fair since they said "most"
Re: Show HN: Nash, I made a standalone note with single HTML file
#40It would be nice to have a reasonably nice text editor for notes and whatnot everytime I open a new tab.