-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fancy_dictionary
function
#47
Comments
Completed 1, 2, and 3, but I'm not sure I implemented (3) as intended. Unlike |
Quick thought: tf the goal is to only give the user two dictionary options ("full" or "not full"), then we can save time by building each version of the dictionary once instead of rebuilding it every time the user calls |
|
Error 67 is known, but I still can't fix it (some info on ramnathv/rcstatebin#6) |
Getting the logo image to appear. Padoc.exe does not work when path has "Program Files" in it. We need to find a way add "%20" in the path. |
We need to edit the "browse.html" and "dictionary.html" documents after they're created but before they're displayed. We need to replace any spaces in the |
We need a function akin to
fancy_browse
, but working fordictionary
. This function should:fancy_dictionary
should return a different list in casefull_tbl = FALSE
orfull_tbl = TRUE
.The text was updated successfully, but these errors were encountered: