The import mechanism allows browsing to find a file to import.
Is it possible to specify an exact address of a file (preferably with relative addressing) so you can just click a button and activate import? I'm not clear if its possible or how to do it if it is.
An idea
This may be possible to a degree if you can serve your file to the browser, such as the link to the file is changed into an online file with a url address. If this is done only on the local host no one else can see it, and while the browser can see them, its only what you choose. I will look into it.
Tiddlyserver can do this to some extent, the 5.1.18prerelease also speaks of serving files.
Tony
@TiddlyTweeter wrote:The import mechanism allows browsing to find a file to import.
Is it possible to specify an exact address of a file (preferably with relative addressing) so you can just click a button and activate import? I'm not clear if its possible or how to do it if it is.
This may be possible to a degree if you can serve your file to the browser, such as the link to the file is changed into an online file with a url address.
If this is done only on the local host no one else can see it, and while the browser can see them, its only what you choose. I will look into it.
If this is done only on the local host no one else can see it, and while the browser can see them, its only what you choose. I will look into it.
Tiddlyserver can do this to some extent, the 5.1.18prerelease also speaks of serving files.
On 21 Oct 2018, at 11:49, Jed Carty <inmy...@gmail.com> wrote:So if you are saying that there is some file '/home/me/tiddlywiki/something.json' and it's location is both known and won't change and I want to import it, there is nothing preventing the browser from doing that.