nicolae-stroncea

Results 56 comments of nicolae-stroncea

Just added a commit which stores the markdown in a file instead of in plaintext, as @Witiko suggested. > Depending on the environment we could actually prevent escaping it. But...

I think xournal++ could provide a lot of these features through Markdown Integration. Markdown already provides ordered and unordered lists, **emphasizing**, *italicizing* and ~~crossing~~ selected words , texts of different...

For backwards compatibility, would creating a new Text widget work, similar to how currently you have a widget for normal text, and one for Latex? So if you use the...

@personalizedrefrigerator where did you find the: `Ctrl+Shift++` shortcut? I looked through the code and can't find it. In main.glade, it looks mapped correctly to : `Ctrl++`: ``` gtk-zoom-in menuViewZoomIn True...

@personalizedrefrigerator you're right. My keyboard(2nd one) has the `+` on the same key as `=`. Adding these lines in main.glade for `menuViewZoomIn` ``` ``` I'm not exactly sure what the...

Found some related issues to this: #1028, #2363, https://github.com/xournalpp/xournalpp/pull/2618, #2709