-
Notifications
You must be signed in to change notification settings - Fork 5
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
Please can you give more detailed instructions for people new to coding? #3
Comments
Hello David! :) To be honest, I haven't tested this on Windows, but let's see if we can make it work 😅 First of all, try removing the dollar sign, that's only there to represent a Unix shell prompt. If the
I hope this helps, let me know if something is not clear! |
Ah, sorry - I didn't realise this wasn't suitable for Windows. Thank you for your suggestions. I have tried the Cygwin approach, but got an error when it tried to install TiddlyWiki: I'd be very grateful if you have any suggestions to fix this, or let me know if you think that this is a fatal error and I should try the WSL approach instead. Thank you so much! |
Hi David - little update from me. I haven't managed to get this working, but I have found a workaround that does a good enough job for my needs - simply loading the wiki in a node.js server and then bulk renaming all the .tid files into .md files. It's not perfect because it keeps all the meta data in the file, but it does the job! Thank you for your help! |
Great, no problem. The error is probably a bug in my Makefile related to whitespaces, adding some quotes somewhere would probably fix it. I could take a look in a Windows PC if your solution doesn't finally work out. |
Hello David! Thank you so much for building this tool. I'm hoping to find it extremely useful!
However, I'm new to coding and so I have definitely done something wrong or missed out some steps that might seem obvious to more experienced users.
I have cloned the repo to my desktop and copied the wiki.html into the same folder, but when I try to run
$ make
in the Node.js command line I get this error message:Any help would be massively appreciated. Thank you!
Another David :)
The text was updated successfully, but these errors were encountered: