Git Product home page Git Product logo

Comments (5)

georapbox avatar georapbox commented on June 3, 2024

At this time there is no option to import from another machine. A way of doing something like this is by using the "Export to file" functionality that is already provided. Save your notes to markdown files and on your new machine create new notes by copying + pasting the content of the saved files.

I guess that exporting all notes and importing the at once could be a nice feature to be added later.

from brackets-notes.

dingdong-io avatar dingdong-io commented on June 3, 2024

Agree with you.
I see a log "Further info :At the time being all notes are stored to Web Storage."Maybe another way is synchronizing by network.I'm not sure if "Extract for Brackets(Preview)" has an open accout API?

from brackets-notes.

CollinChaffin avatar CollinChaffin commented on June 3, 2024

I would think it would be easy enough since it's webstorage just to use the JS functions like this one to dump all the relevant entries to a json file, then pull them back in on the new machine?

function storageGetObj(storage, key) {
return JSON.parse(storage.getItem(key));
}

from brackets-notes.

georapbox avatar georapbox commented on June 3, 2024

Next to the "New Note" button there gonna be 2 more buttons. "Export Notes" and "Import Notes". When user clicks on the "Export Notes" button any saved notes will be exported to a JSON file for the user to save. When the "Import Notes" button is clicked a modal with a textarea will display for the user to paste the content of the exported file. Does this solution sound good?

from brackets-notes.

georapbox avatar georapbox commented on June 3, 2024

v1.1.0 now supports exporting all saved notes to a JSON file and then using the contents of the file you can import notes to a new machine.

from brackets-notes.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.