Hacker News new | past | comments | ask | show | jobs | submit login

Thanks! Everything is saved in the extension's local storage. Nothing leaves the browser. You can export editor content from the settings (three dots in the bottom left corner). That creates a .md file with your notes that you can probably import to any editor.



Cool. Is there a way to reliably retrieve the path of the internal markdown file (I assume it is a markdown file within the extension as well) so that I can setup a cron job to export it or something?

Also a firefox add-on would be cool as well.


There's no internal markdown file. When you press the export button, it gets generated from the HTML content of the editor. The extension saves the state of the editor in browser's local storage. I don't think it's possible to access it outside of the extension itself.

There is a Firefox add-on, if you visit the site from Firefox, it should point you to the Mozilla Add-ons page [0].

[0] https://addons.mozilla.org/en-US/firefox/addon/nutab-new-tab...


Ok clear. Thanks.

Also thank you for the link to the firefox add-on.

If you were so inclined, you could look into setting up some storage integrations with things like owncloud or dropbox. I believe they offer APIs that allow you to store files without having to write a server-side integration with them.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: