Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add to known issues post-migration |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8629bde9d14242ef7dfd3d28d3774ec0 |
User & Date: | atomicules 2019-06-26 08:11:34 |
Context
2019-06-29
| ||
11:05 | Some spaces to tabs check-in: c039cd9bd1 user: atomicules tags: master, trunk | |
2019-06-26
| ||
08:11 | Add to known issues post-migration check-in: 8629bde9d1 user: atomicules tags: master, trunk | |
06:56 |
Tidy up script and README. Initial working version.
- Remove a lots of dud comments | |
Changes
Changes to README.markdown.
︙ | ︙ | |||
51 52 53 54 55 56 57 | - For Secure Notes - name -> title - host -> notesPlain - user -> notesPlain - passwd -> notesPlain - launch -> notesPlain - category -> tag | > > > > > > | 51 52 53 54 55 56 57 58 59 60 61 62 63 | - For Secure Notes - name -> title - host -> notesPlain - user -> notesPlain - passwd -> notesPlain - launch -> notesPlain - category -> tag - Doesn't escape quotes, etc. In practice when I used this to migrate ~270 items I only had 5 failures due to things like: - Quote marks (`"`) in Secure notes - Single quote marks (`'`) in Secure notes - Login items with quotes in the launch field Since I've already migrated I might not fix. But basically issue is due to trying to populate notesPlain and not properly escaping things that break json |