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

fix: properties mixup #7

Closed
wants to merge 1 commit into from
Closed

Conversation

qbosen
Copy link

@qbosen qbosen commented Feb 15, 2022

fix #6

logseq parse property keys into camel style, and insert into lowercase.

so properties

lc-tags:: Array

will be parsed to object

{lcTags: Array}

and then insert as a block:

lctags:: Array

Duplicate with content, the result is

lc-tags::Array
lctags:: Array

I am poor in JavaScript and this pull request only solve my problem with '-' property style.
I hope it helps.

@hyrijk
Copy link
Owner

hyrijk commented Feb 15, 2022

Thanks! But the branch feature/move-block will be merged into master to fix #1 and will also fix #6. Using logseq's moveBlock API will also reduce a lot of potential problems.

This project is stuck for a long time, I will merge to master as soon as possible :)

@hyrijk hyrijk closed this Feb 15, 2022
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.

block property with punctuation not work well
2 participants