8000 Wish list of functions · Issue #212 · livMatS/dtool-lookup-gui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wish list of functions #212

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”, 8000 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

Open
chwenzel opened this issue Jan 13, 2023 · 1 comment
Open

Wish list of functions #212

chwenzel opened this issue Jan 13, 2023 · 1 comment
Assignees
Milestone

Comments

@chwenzel
Copy link
chwenzel commented Jan 13, 2023

-Basic text editing functions, e.g. font size, writing bolt/italic/underlined
-the functions to add a second(, third...) page
-the option to have the second page in a table format

@jotelha
Copy link
Member
jotelha commented Feb 14, 2023

@chwenzel thanks for the wishlist.

The editor window in the GUI is just a simple text editor for the content of the README.yml, and we want to keep that as simple and lean as possible.

So there won't be no pagination on the displayed README.yml content in this GUI. What I want at some point though is quick text search on the displayed content.

What we had in the GUI earlier and what would also be straight forward to reinsert is this kind of collapsible tree view for the README.yml content,
image

What we can do easily and fast as well is inserting a button to launch some configurable external default editor on the README.yml and update the GUI view with the modified content after editing. You can use any external editor to modify the content of the README.yml as well. There are many tools to read and write yaml format, like Notepad++ (for example, see https://listoffreeware.com/free-yaml-editor-software-windows/ if you are on Windows) and some to display yaml format in table form. With a quick online search, I found this, https://tableconvert.com/yaml-generator, to convert forth and back between table view and yaml. If we wanted something like this in the GUI, that would likely look like the editable raw yaml as it is now + a rendered table view next to it (or replacing it on activating a switch), in a similar manner as many editors do for markdown, like Joplin in this screenshot,
image, but that would need some time to implement, and to a certain extent constitute another "reinvention of the wheel".

Using external editors, you could also explore what they are able to do in terms of font formatting and YAML. It's possible to embed HTML into YAML without much acrobatics, https://en.wikipedia.org/wiki/YAML#Indented_delimiting, and it is also possible to combine YAML and markdown, see the last entry on https://learntheweb.courses/topics/markdown-yaml-cheat-sheet/#yaml. I actually like the latter idea to combine structured metadata and free (but formattable) text documentation.

@jotelha jotelha self-assigned this Feb 14, 2023
@jotelha jotelha added this to the 0.8.0 milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0