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

Import clippings - support Text Snippets JSON format #374

Closed
aecreations opened this issue Nov 20, 2021 · 0 comments
Closed

Import clippings - support Text Snippets JSON format #374

aecreations opened this issue Nov 20, 2021 · 0 comments

Comments

@aecreations
Copy link
Owner

aecreations commented Nov 20, 2021

There was a recent request in the forums[1] to be able to import data from the Text Snippets add-on for Google Chrome[2].

Add the ability to detect the Text Snippets JSON format and import the data. Sample pretty-printed JSON data:

[
  {
    "id": "64",
    "type": "text",
    "level": "0",
    "parent": "0",
    "name": "Example Snippet",
    "text":" "This is the content of the snippet",
    "html":"false"
  },
  // ...
]

--
Notes:
[1] https://groups.google.com/g/aecreations-help/c/39Ih3gMROJs
[2] https://chrome.google.com/webstore/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao?hl=en

@aecreations aecreations added this to the 6.4 San Clemente milestone Nov 20, 2021
@aecreations aecreations self-assigned this Nov 20, 2021
aecreations added a commit that referenced this issue May 27, 2022
aecreations added a commit that referenced this issue May 27, 2022
- Append imported Text Snippets data to existing clippings in root folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant