If you don't save your issue it seems there won't be any backup or way to recover the content if you make some context change (page switching) so you'll end up losing your changes (I've experienced this few minutes ago that's why opening this issue).
It'd be awesome to achieve a similar results to github's, here's a little demo of what I mean:
This could be implemented in local storage on the client side, I think.
@guillep2k That sounds like a great idea... I'd try to implement this feature myself by there are few limitations:
That said, I'd love to have this one implemented so hopefully someone with expertise on the repo can take this one... I titled this one as [FEATURE]
but to be honest, maybe should be labelled as a bug? I mean, yesterday I've lost my issue content after 5 minutes editing and that's not cool at all, right?
Thanks in advance.
power-shell
or the old command
.web_src/js/index.js
works. I'm more of a back-end guy, though, so I might be missing something.As for labeling goes, we would consider this change an "enhancement" (you've got me confused with "feature" there for a moment 馃榿).
command
so hopefully someone will bring some light to my question here... I strongly believe we should be able to tweak the existing Makefile to make it more cross-platform so it'll work on all terminals... In any case, I must to tell you I'm not a huge fan of using Makefiles as you're just adding an extra unnecesary dependency to the project... For instance, you've got deps with node+go and you could have achieved a similar result using just node or go to write the build system.Enhacement... ok? Although I still think this is a bug though ;)
@brupelo You say you're not very comfortable with bash and Makefile? Certainly you haven't had the exquisit experience or configuring CMake.... 馃樀 After using CMake for a few days you would _beg_ for a build system written in COBOL. 馃ぃ
Hello, I thinks it's also usefull for other places which can edit messages like Pull Request , comments and so on. so maybe the title of this issue should be change. Thanks
@guillep2k Hehe... actually i've submited some patches to cmake in the past ;) ... Nah, seriously, don't get me wrong, I love bash et al & unix,, I tihnk unix terminals are the best thing after sliced bread. In fact, I've always missed having these type of terminals on windows. Reason why I don't use msys, cygwin, wsl et al on windows is because some of my pure win dev environment will give problems there (python, visual studio sdk, c++ and other dev tools...). So I've found using conemu + builtin windows terminals the "less bad solution".
My point is, by getting rid of unnecesary dependencies in a project and make it as cross-platform as possible is a good thing... And again, don't get me wrong, I like make when it comes to pure unix projects... and if i could compile gitea on cmd
using make for windows I wouldn't have "complained" in the first place ;)
@a1012112796 Sure thing, please free to suggest a new beetter title as well as editing the initial issue to capture better the intent if you think that'll make it better.
@brupelo
@a1012112796 Sure thing, please free to suggest a new beetter title as well as editing the initial issue to capture better the intent if you think that'll make it better.
How "Keep edit history in local storage for backup, until applied server-side", or something like that, sounds?
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
@stalebot shut up...
that's why I activated notifications.
Issue still to be solved (any news?)
Reason why I don't use msys, cygwin, wsl et al on windows is because some of my pure win dev environment will give problems there (python, visual studio sdk, c++ and other dev tools...). So I've found using conemu + builtin windows terminals the "less bad solution".
@brupelo PS: have you thought about a VM with a Windows inception in another Windows, to develop Gitea?
(do you need / want any help either about the VM or with coding? I'm learning go right now since three months now)
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
Most helpful comment
This could be implemented in local storage on the client side, I think.