TiddlyWiki App: A Smooth User Experience (2025) for Multiple Platforms

@oeyoews

My wikis are stored in onedrive folder for syncing across devices. It would be nice to have onedrive folders as target folder for import of single file wikis.

There is large amount of images which are stored in subdirectories (files folder) of the wiki folder. These images are used in the wiki using relative paths. I would like to have a single file html backup for the node js wiki in the same folder as the wiki folder (not in the backup folder) so that such back up html file also can display these images correctly since relative paths is used

It looks like you just need to create a symbolic link for your files folder.

how to create symbolic link ?

2.9.0 has suport export html with password

2 Likes

The markdown import is already integrated into tiddlywiki-app 3.0.0. No need to install any plugins.

This app support which all mac os versions ?
I tried in macOS Monterey and it was showing the app is not supported

What is the “not supported” error message? Is there a screenshot?
What is your computer’s chip, Intel or Apple Silicon?

image

My Mac is old —2016 model…so intel chip

As far as I know, unsigned apps do not support direct click-to-install. You can try installing by dragging the app. I don’t have a macOS device on hand, so I haven’t tested it myself. Maybe someone else can answer this question for you.

It would require a solution to this GitHub issue:
[IDEA] Stop $eventcatcher propagation only when actions are actually executed

With it you could make the context menu dependent on a pressed modifier keys by simply inserting a condition around the actions. Right now the right-click will not propagate upwards to the browser if the actions attribute has any content, regardless of any ActionWidgets actually being executed.

1 Like

I installed by dragging the app into the application folder. But there was a cross mark over the app icon and I got the error message as shown in the screenshot

Sorry, I can’t help with that. You might try installing another software’s DMG to see if it can be installed.

It’s working now as I tried again using the intel version. I guess previously there was no version specific for Intel macs.

1 Like

Yes, yesterday I packaged x64/arm64 versions for macos

1 Like


this error is seen while trying to update the app to 3.0.9- is it because the update is not yet fully ready

I’ll fix it later, I think I know why.

Can you try the update again? I updated to 3.0.10 and I haven’t had a chance to test the update on macos yet.

image

@oeyoews

  1. can you add an option to change the current wiki location
  2. currently uninstalling the app doesn’t fully remove all the program files from the pc. Can this be improved to delete all program files also
  3. Any way to create wiki folders in locally saved folders of cloud services like onedrive. Whenever I try to do this, the app doesn’t import any single file wiki which i am trying to import
  4. Can a back up single file wiki be created in the wiki folder on each save (overwriting the previous file to avoid storage issue)