Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drag and drop files into sidebar #111

Open
msphair opened this issue Sep 3, 2023 · 1 comment
Open

drag and drop files into sidebar #111

msphair opened this issue Sep 3, 2023 · 1 comment
Assignees

Comments

@msphair
Copy link
Member

msphair commented Sep 3, 2023

No description provided.

@msphair
Copy link
Member Author

msphair commented Sep 3, 2023

starting on this will likely entail handling an event similar to our "changed", "create", "rename", "delete" event handlers in oblogger_view.ts.

  • get a console log when you drop something in
    • use the console log to print out details about what we receive from the drop event
  • figure out correct functionality depending on conditions
    • what if the file already exists?
    • if the file is dropped on a tag group, does it try to add that tag to the file so it shows up there?
    • do we even want to handle "where" it was dropped and instead just handle "it was dropped on oblogger" and bring it into wherever the user has set to create new notes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants