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

Syncing doesn't work with auxiliary .meta files #171

Open
4 of 10 tasks
tejasvi opened this issue Jan 18, 2021 · 1 comment
Open
4 of 10 tasks

Syncing doesn't work with auxiliary .meta files #171

tejasvi opened this issue Jan 18, 2021 · 1 comment

Comments

@tejasvi
Copy link
Contributor

tejasvi commented Jan 18, 2021

Steps to reproduce:

  • Create tiddler of type text/plain
  • .txt, .meta files are generated
  • echo newtext >> textFile.txt
  • No change in client side

Currently it seems only .tid and .meta extensions are handled.

if(['.tid', '.meta'].indexOf(fileExtension) !== -1) {


I am running (check any that apply, put an x inside the [ ] to check a box, like this: [x]):

  • Windows
  • OSX
  • Linux
  • Other

and using

  • The nodejs version
  • The single file executable

Before posting I read issue guidelines and:

  • I am using the newest version
  • The answer to my question isn't listed in the documentation or this isn't
    a question
  • This is not a duplicate issue
  • I have not done anything that required me to set acceptance to
    I Will Not Get Tech Support For This
@joshuafontany
Copy link
Contributor

Thanks for the bug report, @tejasvi. I am currently doing a deep-read of the filesystem and syncing for BOB, but have not yet gotten to the FileSystemMonitor.js functionality. I will keep this in mind, thanks!

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

No branches or pull requests

2 participants