Ticket #759 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Store location of empty.html and urls.map in config

Reported by: mahemoff Owned by: ChrisDent
Priority: undefined Milestone:
Component: tiddlyweb Version:
Severity: medium Keywords:
Cc:

Description

There's a comment in serializations/wiki.py:

# this should come from config or even # from a url empty_html = 'lib/empty.html'

I'm hoping this change could be made. This would let me point to the original empty_html inside the tiddlywiki repo (../../../ChrisDent/etc/etc). Furthermore, it would give me more flexibility over the TW which is used.

Likewise, the location of urls.map could also be looked up in config, though that's lower priority in my case.

Change History

Changed 3 years ago by cdent

  • status changed from new to closed
  • resolution set to fixed

This is done with keys: urls_map and base_tiddlywiki. Currently they point to file paths. Someday they might be urls.

Note: See TracTickets for help on using tickets.