-
Notifications
You must be signed in to change notification settings - Fork 408
Comparing changes
Open a pull request
base repository: gsantner/markor
base: v2.12.4
head repository: gsantner/markor
compare: v2.12.5
- 8 commits
- 60 files changed
- 6 contributors
Commits on Jul 27, 2024
-
Latest Android SDK/Gradle fixes, by @gsantner #2360
FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':app:mapFlavorAtestDebugSourceSetPaths' (type 'MapSourceSetPathsTask'). - Gradle detected a problem with the following location: '/mnt/store/Dokumente/aaDev/markor/app/src/main/res'. Reason: Task ':app:mapFlavorAtestDebugSourceSetPaths' uses this output of task ':copyRepoFiles' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Configuration menu - View commit details
-
Copy full SHA for 9f4f6f5 - Browse repository at this point
Copy the full SHA 9f4f6f5View commit details -
New Color picker, bump Android minSdk from 16 to 18, closes #1428 (PR #…
Configuration menu - View commit details
-
Copy full SHA for 19e0cdc - Browse repository at this point
Copy the full SHA 19e0cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4ab7f - Browse repository at this point
Copy the full SHA be4ab7fView commit details -
Various bugfixes (anchor/toc jumping #2364, snippets folder #2369, wi…
Configuration menu - View commit details
-
Copy full SHA for 57aaf0f - Browse repository at this point
Copy the full SHA 57aaf0fView commit details -
Add history scroll restoration for scroll views (#2366)
* feat(font size dialog): add auto scroll for selection list * feat(special key dialog): add auto restore scroll for key list * feat(text actions bar): add auto restore scroll position * refactor: remove unnecessary font size in range 1 to 4 * refactor: minor improvements to padding of Markdown in view mode * refactor: minor improvements to padding of editor in edit mode
Configuration menu - View commit details
-
Copy full SHA for 80e813e - Browse repository at this point
Copy the full SHA 80e813eView commit details -
Zim: Fix link/attachment format (PR #2147 by @mehw)
The format {{}} is for images, other types should use [[]] instead. References: - https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/c88cf3cb53896bf272e87704826b77e82eddb3ef/data/manual/Help/Wiki_Syntax.txt Zim: Fix link/attachment path of file selection While editing a wiki file, Zim adds links to a target residing inside the Notebook (where notebook.zim file is found) resolving the path as relative to the wiki file's attachment directory (same parent/name of the wiki file, but without the extension). If a link's target is not a child of the Notebook, Zim adds the link as an absolute path. Zim always prefixes relative paths, adding './' if a link's target is a child of a wiki file's attachment directory. /home/user/Notebook # Notebook directory | | | `- notebook.zim # marks the root of the Notebook | | | `- wiki-example # wiki file's attachment directory | | | | | `- video.mkv # wiki-example.txt file attachment | | | `- wiki-example.txt # wiki file written in wiki markup | `- README # file outside the Notebook's root In wiki-example.txt, [[./video.mkv]] would be a link to an attachment residing in the 'wiki-example' directory. Linking notebook.zim would add [[../notebook.zim]], and [[/home/user/README]] would be a link to a file outside the Notebook. Zim: Fix attachment path of imported image Zim uses the path of the .txt wiki file for attachments, but without the extension, i.e. wiki-text.txt would be connected to wiki-text as attachment directory. Zim: Fix attachment path of edit image Zim local paths are relative to the current wiki file's attachment directory. Properly resolve an attachment path to edit the image. Zim: Fix file link conversion to markdown Zim inserts file links relative to a wiki page's attachment directory, if the target is a child of the Notebook. Adapt the conversion of Zim wiki pages to markdown, translating Zim file links accordingly. Zim: Fallback to the current directory as root Assume the current directory as top link if root cannot be determined. Zim: Interpret image link attributes Zim may insert attributes, as html tags, in an image link: id, width, height, type, href. {{./image.png?href=.%2Fvideo.mkv&id=anchor-name&width=50}} In markdown [](link) is close to the above, but without the possibility to insert extra tags. Zim: Enable audio recording/link button Add logic to insert an audio recording/link. Zim: Contribution for link/attachment fixes Adding myself to CONTRIBUTORS.md Co-authored-by: Gregor Santner <gsantner@mailbox.org>
Configuration menu - View commit details
-
Copy full SHA for 3a506e2 - Browse repository at this point
Copy the full SHA 3a506e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc73060 - Browse repository at this point
Copy the full SHA bc73060View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cc214 - Browse repository at this point
Copy the full SHA a3cc214View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.12.4...v2.12.5