Oleksandr Yakubchyk
Oleksandr Yakubchyk
How about stepping out of thinking about it as "Preview Mode"? I would rather make all notes editable, but then you can "Save" it so it will be in read-only...
@luukjanssens I'm sorry for this issue. I will fix it shortly. Now you can delete user defaults for the app executing this command in your terminal app: `defaults delete com.buddax2.tmpNote`...
There is a function `defaultTextFileURL` in TmpNoteViewController.swift:597. You can as some kind of app id to `fileName`. So the first app would save notes to files like: `app1_defaultContainer_1.txt`, `app1_defaultContainer_2.txt`..., the...
I'm wondering what kind of use you have. Maybe it would be more convenient to have more workspaces in one app?
There are 5 workspaces right now and you can switch between them with cmd+1...cmd+5. Or I didn't understand you correctly. I will create a separate issue for the backup feature....
@stoiandan any help will be appreciative. To be able to build you need to select "Sign to Run Locally" and Team None in the project settings. For both targets. Like...
This is a dependency. So you need to install cocoapods ([link](https://guides.cocoapods.org/using/getting-started.html)) and then run `pod install` in Terminal in the project directory.
@vegadj Thanks for the feedback! You're right, this is not the best place for such a destructive button. Maybe I will place it on the very left side. I cannot...