forum building
I was wondering if it would be okay to make this a âRequest to Kozanebaâ. If the projects are âbetter grouped together without subdivisionsâ and âdifferentiated by membersâ, then I feel like there should be one group where you put an invite link and anyone can enter. If itâs going to be one, why not include not only Kozaneba but also Keicho and âThe Intellectual Production Techniques of Engineersâ? But then the title of the project would be something like âRequests to Nishioâ, which is odd.
I think Shuhari is the word in these situations.
- First of all, try to trace the pattern without thinking about other ways of doing things.
- Itâs akin to copying scripture in an unfamiliar programming language.
- I have never created a Scrapbox with Unspecified Shared Projects, so I need to experience that first.
I made it.
- [/kozaneba-forum-jp/about this site](https://scrapbox.io/kozaneba-forum-jp/about this site).
Q: Are you considering team use?
- Kozaneba focuses first on promoting his own understanding There are three types of diagrams.
scroll:body
- https://material-ui.com/components/dialogs/
- (of) good appearance
Iâll do a short cut around today.
- I want to use Cmd+Enter to execute the decision button in the dialog.
- Naturally, there are multiple dialogs, so the decision button of the one displayed needs to be executed.
- Event handlers for the dialogâs buttons are not exposed, so registration is required from the dialogâs side
- But there is no need to change hotkeys for each dialog.
- = Annoying to see as individual hotkeys.
- Putting the mediator in place or
- Wait, doesnât Material-UI provide that functionality in the first place?
- âI have the ability to close with Escape, but I donât have the ability to have an OK handler.
- But there is no need to change hotkeys for each dialog.
- like this
- Check âIs my dialog open?â onClick on the OK button of each dialog, and if not, do nothing.
- Register onClick as a âdialog close mediator
- When a hotkey is pressed, the mediator is alerted and the mediator hits all onClicks.
Moving the screen with the cursor
- The previous version worked at a fixed 200 pixels, but I felt it was better because it moved half the width of the screen.
Whole view hotkey
- I put the one on Regroup that you said was useful on this one.
- In the Regroup, the full-size view of the cursor position was displayed when the full view was selected, but now it returns to the previous view.
functionality you want to add
-
I want to be able to execute the OK-like button in the â dialog basically with Cmd+Enter.
-
The âentire display of content at the point of openingâ that was in the Regroup.
- I had a kozane in an off-center place and said, âWhat? Itâs gone! and youâre like, âOh!
- â Space key to show the whole view
-
REPLACE button in the SPLIT dialog
-
Create a user page and list of past saves
- Warn me if I try to close a page I havenât saved?
-
â Magnification centered on mouse cursor position
-
Key bindings and display design can be changed on user pages
-
Import from Keicho
-
Import from Scrapbox
-
Import indented bulleted text as a group
-
Sharing with narrowed write permissions
The one I put on but not yet in the tutorial.
- Movement with cursor
- Opening and Closing Groups
- Give the group a title
- Division of stickies
- I can use it to duplicate and update.
- Iâd like to see it after Replace is on.
- Feedback function
What to do next scroll:body Overall view at the time of opening Put a REPLACE button on the âsplitâ dialog. Listing of places created by creating user pages The tutorial is now complete. Release or user test again
I have a feeling that the user page is going to be more expansive than we currently anticipate it should be if we try to create it.
Based on the principle of doing the uncertain things first, the top two can be done on Friday while I have various meetings, but the user page area is going to require a lot of brainpower, so I should start now to take advantage of Thursday when I have more time.
- Before we start creating screens, we first need to do that because we currently do not store the information of the users who created them in the first place.
- Oh, without the ability to give it a title, itâs just a list of unnamed places.
- Can we do that from the user page?
- Letâs make the content of the first kozane added the initial value of the title.
Whether to retrieve the list by search or store the list itself
- Letâs do a search first so as not to complicate the situation since it looks like it could be done with a search.
- I want to
db.collection("ba").where("writers", "array-contains", auth.currentUser.uid)
. - You can do it by setting the security rule to
allow list: true
, but I want to limit it because it is possible to discover other peopleâs ba if you throw a request directly. - Itâs done.
allow list: if request.auth.uid in resource.data.writer;
I can now get a list of the Baâs I have made. Next, create a user page and display it
Scroll:body â Overall display upon opening Add a replace button to the â split dialog.
- Itâs a great mess, isnât it?
- /kozaneba-forum-jp/release-note.
- Written by.
We are looking for people who can help us with /kozaneba-forum-jp/user-testing. I used Kozaneba to organize the text of this and realized I forgot about this one.
- [/kozaneba-forum-jp/ want to copy the text of a selection of kozane](https://scrapbox.io/kozaneba-forum-jp/ want to copy the text of a selection of kozane).
- HmmmâŠfeeling to improve a little more
Bug: Selection move mode after clicking on a selection to bring up the menu and then closing the menu.
- fixed Selection doubled by dragging? Moves, scale dependent?
This page is auto-translated from /nishio/Kozanebaéçșæ„èš2021-08-18 using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iâm very happy to spread my thought to non-Japanese readers.