obsidian-livesync

MIT License

Stars
3.7K

Bot releases are hidden (Show)

obsidian-livesync - 0.1.2

Published by vrtmrz about 3 years ago

0.1.2 released

Added very very important notice.
And digging weeds.

no plugin's change.

obsidian-livesync - 0.1.1

Published by vrtmrz about 3 years ago

0.1.1 released (urgent)

  • Fixed sync and merging errors.
  • Performance improvemt(Using cache and).
obsidian-livesync - 0.1.0

Published by vrtmrz about 3 years ago

0.1.0 released

From this version, database data type changed incopatible.
So please update all your devices before enable sync again.

Chunk split method has been changed

now obsidian-livesync split chunk by \n like chars.
So, if your change the head of note, ex-version changed almost all data of note,
now, change the head chunk only. The performance would be improved.

obsidian-livesync - 0.0.9

Published by vrtmrz about 3 years ago

0.0.9 is released

fixed some base on awsome advices.

  • do not show too frequent message.
  • fixing code mistake

And this is plugin-update test.

obsidian-livesync - 0.0.8

Published by vrtmrz about 3 years ago

0.0.8 has been released

Database and synchronization dedupe has been implemented.

From this version, files are split into chunks and store with these hash.
and all entries represented as a list of a chunk.

To simplify, if chunk length is 5 chars,
If you write long text:
"supercalifragilisticexpialidocious "

will be stored as:
"super calif ragil istic expia lidoc ious " -> "ha hb hc hd he hf"

and you modify tail some letters:
"supercalifragilisticexpialidocious!"

will be stored as:
"super calif ragil istic expia lidoc ious!" -> "ha hb hc hd he hg"

And now, we only spent two (entry and hash:hg) new database items.
(Actually, a delete mark is synchronized too. In synchronization we have to transfer three items.)

obsidian-livesync - 0.0.7

Published by vrtmrz about 3 years ago

0.0.7 release

fixed below

  • first replication error
  • and minor some
obsidian-livesync - 0.0.6

Published by vrtmrz about 3 years ago

Initial release of obsidian-livesync