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

Title with space can't sync annotation cross MacOS/Windows vs IOS #89

Open
sagewe opened this issue Nov 30, 2021 · 0 comments
Open

Title with space can't sync annotation cross MacOS/Windows vs IOS #89

sagewe opened this issue Nov 30, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@sagewe
Copy link

sagewe commented Nov 30, 2021

I find annotation from MacOS missing when sync to IOS. The json data exist but has different title format

Works on MacOS:
>%%
>```annotation-json
>{"created":"2021-11-29T16:42:56.157Z","updated":"2021-11-29T16:42:56.157Z","uri":"vault:/%E9%99%84%E4%BB%B6/Lattice Based Cryptography for Beginners.pdf","document":{"title":"Lattice Based Cryptography for Beginners.pdf","link":[{"href":"urn:x-pdf:ecec16e9aa9a97d0464f3942dbe370b5"},{"href":"vault:/%E9%99%84%E4%BB%B6/Lattice Based Cryptography for Beginners.pdf"}],"documentFingerprint":"ecec16e9aa9a97d0464f3942dbe370b5"},"target":[{"source":"vault:/%E9%99%84%E4%BB%B6/Lattice Based Cryptography for Beginners.pdf","selector":[{"type":"TextPositionSelector","start":10428,"end":10439},{"type":"TextQuoteSelector","exact":"Lemma 1.1.4","prefix":"ol(P(B))(1.14)for any basisBofL.","suffix":".|Zn/L|= vol(P(B)).Proof.Note th"}]}]}
>```
>%%
>*%%PREFIX%%ol(P(B))(1.14)for any basisBofL.%%HIGHLIGHT%% ==Lemma 1.1.4== %%POSTFIX%%.|Zn/L|= vol(P(B)).Proof.Note th*
>%%LINK%%[[#^4juicb2ec1k|show annotation]]
>%%COMMENT%%
>
>%%TAGS%%
>
^4juicb2ec1k

Works on IOS:

>%%
>```annotation-json
>{"created":"2021-11-29T16:42:56.157Z","updated":"2021-11-29T16:42:56.157Z","uri":"vault:/%E9%99%84%E4%BB%B6/Lattice%20Based%20Cryptography%20for%20Beginners.pdf","document":{"title":"Lattice%20Based%20Cryptography%20for%20Beginners.pdf","link":[{"href":"urn:x-pdf:ecec16e9aa9a97d0464f3942dbe370b5"},{"href":"vault:/%E9%99%84%E4%BB%B6/Lattice%20Based%20Cryptography%20for%20Beginners.pdf"}],"documentFingerprint":"ecec16e9aa9a97d0464f3942dbe370b5"},"target":[{"source":"vault:/%E9%99%84%E4%BB%B6/Lattice%20Based%20Cryptography%20for%20Beginners.pdf","selector":[{"type":"TextPositionSelector","start":10428,"end":10439},{"type":"TextQuoteSelector","exact":"Lemma 1.1.4","prefix":"ol(P(B))(1.14)for any basisBofL.","suffix":".|Zn/L|= vol(P(B)).Proof.Note th"}]}]}
>```
>%%
>*%%PREFIX%%ol(P(B))(1.14)for any basisBofL.%%HIGHLIGHT%% ==Lemma 1.1.4== %%POSTFIX%%.|Zn/L|= vol(P(B)).Proof.Note th*
>%%LINK%%[[#^4juicb2ec1k|show annotation]]
>%%COMMENT%%
>
>%%TAGS%%
>
^4juicb2ec1k

The only different is the space or %20

@sagewe sagewe changed the title Title with space can't sync annotation cross mac Title with space can't sync annotation cross MacOS/Windows vs IOS Nov 30, 2021
@elias-sundqvist elias-sundqvist added the bug Something isn't working label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants