Open AdamRaichu opened 8 months ago
API to use for open temp: https://code.visualstudio.com/api/references/vscode-api#workspace.openTextDocument
Would be nice to add some more CSS markup to
var t = document.createElement("textarea");
Simple additions like adding class names, then bake in additional the CSS in /media/ZipEditor.css
t.className = "NewStyledTextarea";
I do like the
resize: vertical;
Would be nice to add real VSCode extension settings block for custom markup.
Would be nice to add some more CSS markup to
var t = document.createElement("textarea");
Simple additions like adding class names, then bake in additional the CSS in
/media/ZipEditor.css
t.className = "NewStyledTextarea";
I do like the
resize: vertical;
Would be nice to add real VSCode extension settings block for custom markup.
The textarea
is already set to resize: vertical
, but I do think that custom CSS would probably be the easiest way to implement this. I'll take a look.
What I mostly use this plugin for is: go into a zip file , copy a piece of code using "preview"
I'd like to have a lot bigger preview I'd like to have a button near "get preview", "open temporary" in a new tab Thanks
Originally posted by @giac-fab in https://github.com/AdamRaichu/vscode-zip-viewer/issues/101#issuecomment-2035633390