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

Add initial evernote migration #1421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Komediruzecki
Copy link
Contributor

@Komediruzecki Komediruzecki commented Jan 2, 2022

Add frontend rendering of notebooks and their note counts
Add note metadata and content fetch
Add notes importing with rest API
Make workspace Id optional in rest create doc
Add migration steps
Add UI for evernote migration
Add handling of evernote failed imports
Add note errors handling
Add token reset if needed for auth

Frontend issue for:

Video showcase:

EvernoteMigration_step1_2021-12-24.15-48-04.mp4

P.S. Video shows general UI, import content, and ENML to MD parser was not yet perfect at that time.

Add frontend rendering of notebooks and their note counts
Add note metadata and content fetch
Add notes importing with rest API
Make workspace Id optional in rest create doc
Add migration steps
Add UI for evernote migration
Add handling of evernote failed imports
Add note errors handling
Add token reset if needed for auth
@@ -359,7 +361,7 @@ const Application = ({
return (
<SidebarHeader
onSpaceClick={onSpaceClick}
spaceName={'...'}
spaceName={'Select space'}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this since it makes more sense from new evernote page

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

Successfully merging this pull request may close these issues.

None yet

1 participant