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

File management does not work at all for me #23

Open
henkelma opened this issue May 9, 2019 · 18 comments
Open

File management does not work at all for me #23

henkelma opened this issue May 9, 2019 · 18 comments

Comments

@henkelma
Copy link

henkelma commented May 9, 2019

All previously saved files are greyed out and can‘t be opened.

Save as does not work at all. The dialog box is prepopulated with a not existing path.

@henkelma henkelma changed the title File management dös Not work at all for me File management does not work at all for me May 9, 2019
@holzschu
Copy link
Owner

holzschu commented May 9, 2019

Hi,
which version are you using? Did something change recently, or was it working before?

Also, I'll have to know in which directory are the files you are working on when you do "Save as".

@henkelma
Copy link
Author

I‘m using 1.2, but the behaviour of 1.0 was the same
IMG_0252

@henkelma
Copy link
Author

IMG_0253

@holzschu
Copy link
Owner

If I type the name of a file at the end of the path in "save as", it saves that file (that is one of the bugs fixed between 1.0 and 1.2). The directory path itself does exist, but the "%20" inside was converted once too many in 1.0.
I am more puzzled about these grayed-out files. Looking closely at your pictures, it seems they were created by Carnets, and you could edit them after creation, but iOS does not recognize them as Jupyter Notebooks, and thus denies Carnets the right to open them, despite the ".ipynb" suffix.
From the Files App, can you open these files?
The most likely explanation is that another App has registered the ".ipynb" suffix as a document type that is subtly different from the definition in Carnets. My goal is now to find which one and how.

@holzschu
Copy link
Owner

Here is, I think, a similar issue (with a different app): https://forums.sketchup.com/t/files-greyed-out/70601

@Pandaski
Copy link

Same issue here and the reason you supposed is true. The “.ipynb” suffix has been registered by another app “Notebook Master for Jupyter https://itunes.apple.com/cn/app/notebook-master-for-jupyter/id1326802832?mt=8”. After removed that app the notebook is visible in Carnets.

@sDC2
Copy link

sDC2 commented Jan 3, 2020

I have a very similar issue: it is not possible for me to add any files from any of my icloud folders into the carnets folder. It is not even possible to copy the "png" files from the welcome folder to a new subfolder that is created in carnets "root".

@holzschu
Copy link
Owner

holzschu commented Jan 3, 2020

Hi,
Thank you for pointing this out. I can reproduce the issue. It seems you can copy .ipynb files but not other files.
I think I can have a fix for that rapidly.

@sDC2
Copy link

sDC2 commented Jan 3, 2020 via email

@holzschu
Copy link
Owner

holzschu commented Jan 3, 2020

To add an image to a notebook, I use the markdown syntax:

![title](img/picture.png)

The path is relative to the current notebook directory, but it can also be absolute, or an URL.

@holzschu
Copy link
Owner

holzschu commented Jan 5, 2020

@sDC2 the issue you reported has been fixed in version 1.3.7, which is released to the AppStore.

@sDC2
Copy link

sDC2 commented Jan 5, 2020 via email

@sDC2
Copy link

sDC2 commented Jan 13, 2020 via email

@holzschu
Copy link
Owner

Hi,
You mean, in the Help menu? You are right, this is strange. I'll remove it.

@sDC2
Copy link

sDC2 commented Jan 14, 2020 via email

@sDC2
Copy link

sDC2 commented Feb 6, 2020 via email

@holzschu
Copy link
Owner

holzschu commented Feb 6, 2020

Hi,
pandoc requires a haskell compiler for iOS, which makes it even harder than the usual packages. It is on the todo list, but it will take some time.

To convert notebooks from ipynb format to other formats, you have !jupyter-nbconvert notebook.ipynb which converts to HTML, and jupytext which converts to Markdown (!pip install jupytext first).

The "download" behaviour is not useful. I'm going to change it so users can actually save the file in a good place.

@holzschu
Copy link
Owner

Hi again,
the latest build on TestFlight has a working "Download as" menu. It doesn't allow to download as PDF, but you can download as LaTeX, then convert this LaTeX to PDF using another app, including my other app, a-Shell..

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

4 participants