Show HN: A ridiculously simple personal wiki
1–7 of 7 posts
Re: Show HN: A ridiculously simple personal wiki
#2I like your simplistic approach. It has this "clean" feeling to it. Also, a fun toy-use for local storage.
Re: Show HN: A ridiculously simple personal wiki
#3The only thing I found confusing is that # button allways jumps to the "All Content" edit. I'd find it more intuitive if it was "Current Page" edit. I like your simplistic approach. It has this "clean" feeling to it. Also, a fun toy-use for local storage.
Re: Show HN: A ridiculously simple personal wiki
#4The only thing I found confusing is that # button allways jumps to the "All Content" edit. I'd find it more intuitive if it was "Current Page" edit. I like your simplistic approach. It has this "clean" feeling to it. Also, a fun toy-use for local storage.
Thanks! The intention is that you are always editing the current page - each page is just a textarea really. The # button shows the json content of the entire wiki, which you can edit as well. It's absolutely a toy like you say! But quite fun.
Re: Show HN: A ridiculously simple personal wiki
#5The only thing I found confusing is that # button allways jumps to the "All Content" edit. I'd find it more intuitive if it was "Current Page" edit. I like your simplistic approach. It has this "clean" feeling to it. Also, a fun toy-use for local storage.
Thanks! The intention is that you are always editing the current page - each page is just a textarea really. The # button shows the json content of the entire wiki, which you can edit as well. It's absolutely a toy like you say! But quite fun.
But if you added all that it wouldn't be so simple or different from normal wikis, would it ;).
Re: Show HN: A ridiculously simple personal wiki
#6Re: Show HN: A ridiculously simple personal wiki
#7Nice concept. But isn't it better to move the JS & CSS of the HTML page out to a separate file for browser caching purposes?