-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
My Snippets has some bugs #1333
Comments
Note to self: This line is wrong |
OneMore "boxes" are just OneNote tables. No magic here. OneNote tables have some limitations and will grow/shrink per their own rules unless yo manually set their widths. |
They're nested tables. If you place your text cursor inside the snippet, you'll see the Table tab in the ribbon and can turn on the hidden borders for the inner table. The snippet just replicates what you can do manually. Most of OneMore is just a convenient way of what you can already do in OneNote. Nothing more. |
Yes, I completely agree, and that's precisely my problem → the snippet doesn't exactly reproduce what I did manually. (Sorry if I'm not clear in my explanations 😅) |
Internally, a table has a structure similar to the following, partial XML: <one:Table bordersVisible="true" hasHeaderRow="false" selected="partial">
<one:Columns>
<one:Column index="0" width="600.0" isLocked="true" />
</one:Columns> Columns have a When it's set, it will not grow unless you paste a large object that cannot be wrapped, such as an image. The Snippets set the isLocked attribute. |
My Snippets is a very useful tool. During my use, I found several bugs.
1:Style problem, the style will not be completely copied
For example, in the picture below, img1 is the original style, img2 is Save New Snippet, bug1 is that the table border is displayed, and bug2 is that the table length has changed.
2:Heading problem, Heading1 is missing
For example, in the picture below, img1 is the original style, img2 is Save New Snippet,The title in img2 has lost the Heading1 style and cannot be displayed in the Navigator window.
3:This is not a bug, but a feature request. Every time you save a New Snippet or delete a Snippet, you need to close OneNote again before the New Snippet can be displayed. Can this be optimized?
Thank you again for creating such a great plugin!
The text was updated successfully, but these errors were encountered: