Another TiddlyWiki App: Delivering a Smoother User Experience (2025),Support Windows, macos, linux (archlinux)

Of course, preparing now.

1 Like

It’s basically done. Use trashItem to put it in the trash can to prevent users from permanently deleting the folder.

1 Like

image

I am getting this error message when I am trying to import a single file wiki. Initially the import used to work correctly, but now the error is happening everytime i am testing

This occurs when I select a onedrive folder as the target import folder

I haven’t tested this situation with onedrive. I will test what happens later.


You might want to check the latest log file to see exactly what happened.

TiddlyWiki template import is WIP :tada:

1 Like





I believe you will be able to experience it soon.

1 Like

The template import has been updated to 2.7.0

2.8.0: support subwiki folder

Sounds cool, where can I read about what subwiki is?

Just tried the update, now I just get this when I open the app
image

It seems that there is no permission when establishing a soft link.

Sorry I forgot to test the file permissions on the C drive. I always installed it on the D drive. I will fix this problem as soon as possible.

what do you mean by subwiki folder

I remember that the subwiki concept first appeared in TidGi-Desktop. It was designed to add a private folder for users. Even if the HTML is exported, the content in the private folder will not appear in it. The folder structure is roughly like this.

/subwiki
/tiddlywiki.info
/tiddlers/subwiki(soft link)

The usage is to add a private tag to a tiddler(in tiddlywiki-app)

1 Like

The current solution is to run the tiddlywiki-app software as an administrator. I will release a patch later.

I’m a bit confused about this, Desktop usually doesn’t require permissions, only directories like C:/program files/xxx have permission restrictions.

I am also getting similar error - ? since my wiki is in C drive

Logically speaking, the Desktop directory shouldn’t require special permissions. That’s the part I’m confused about.

Could you provide more details? For example:

  • Was it installed globally or for the current user?
  • What is the installation directory?

for the current user

C:\Users\username\AppData\Roaming

I turned off the developer mode and the problem reappeared

image

Maybe I can use the mklink native command on Windows instead to create a soft link

2.8.2 has been fixed, a new parameter ‘junction’ has been added to fix

1 Like

My answers are the same as arunnbabu81 I think, current user, c:\users\username\appdata\roaming.

Thank you for 2.8.2, that fixed things for me!

1 Like