-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.todos
16 lines (16 loc) · 1.36 KB
/
.todos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- Optional extra buttons for the global placeholder state (reset, import, export)
- Static replacement on a per placeholder basis
- Implement proper exception handling for TypeScript code to recover from / compartmentalize non-critical errors.
- Formatters (such as for bash-shell) for escaping characters that may break the command that a placeholder is part of
- Advanced placeholders (placeholders for not often used/very technical fields) whose visibility can be toggled in auto tables
- Or even more powerful: Categories that can be toggled individually
- new validators: number, linux username
- Better styling for mkdocs material
- per page options (like disabling the insertion of an placeholder input table at the top)
- maybe only insert if no table is already defined on the page
- idea: debug option / style that shows which placeholder changes will require a page reload
- performance: add options to disable specific replace methods
- refactor: try to convert HTML modification code to use markdown hooks (see https://github.com/six-two/mkdocs-placeholder-plugin/issues/6#issuecomment-2062028205)
- inline placeholders:
- edge case: how to handle editable placeholders in other placeholders? For editable placeholders in a read-only placeholder showing the individual inputs if the outer one is replaced with editable seems most logical
- bug with `<https://xTESTx>`